소스 검색

Update v:oldfiles on :saveas

References #175.
Marco Hinz 10 년 전
부모
커밋
a58f92e781
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugin/startify.vim

+ 1 - 1
plugin/startify.vim

@@ -31,7 +31,7 @@ function! s:genesis()
       call startify#insane_in_the_membrane()
     endif
   endif
-  autocmd startify BufNewFile,BufRead *
+  autocmd startify BufNewFile,BufRead,BufFilePre *
         \ if !g:startify_locked && exists('v:oldfiles') |
         \   call insert(v:oldfiles, expand('<afile>'), 0) |
         \ endif