File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,14 @@ filetype plugin indent on
61
61
" Vundle 设置结束
62
62
" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
63
63
64
+ " """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
65
+ " User 设置开始
66
+ " """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
67
+ source ~/.vim/plugin/wbr.vim
68
+ " """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
69
+ " User 设置结束
70
+ " """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
71
+
64
72
" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
65
73
" Windows gvim Begin
66
74
" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Original file line number Diff line number Diff line change 23
23
if has (" autocmd" )
24
24
" Clear all spaces before <Enter> before save files
25
25
autocmd BufWritePre * :% s /\s\+$/ /e
26
+ " Make views automatic
27
+ autocmd BufWinLeave *.* mkview
28
+ autocmd BufWinEnter *.* silent loadview
26
29
endif
27
30
28
31
autocmd BufNewFile * normal G
You can’t perform that action at this time.
0 commit comments