-
-
Save lbzhang/d0af2b94f7ff91796a0aeeba074f9ccd to your computer and use it in GitHub Desktop.
Revisions
-
veggiefrog created this gist
Nov 19, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ " Remember position of last edit and return on reopen if has("autocmd") au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif endif