Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. " Uncomment the following to have Vim jump to the last position when
  2. " reopening a file
  3. if has("autocmd")
  4. au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
  5. \| exe "normal g'\"" | endif
  6. endif
Add Comment
Please, Sign In to add comment