--- a/.vimrc Sat Jul 18 01:26:07 2020 +0800
+++ b/.vimrc Sat Jul 18 01:29:49 2020 +0800
let g:ansible_attribute_highlight="ab"
let g:ansible_extra_keywords_highlight=1
+" go back to the last edited position
+ \ if line("'\"") >= 1 && line("'\"") <= line("$")
+ \ | execute "normal! g`\""