File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
vim_mru_files
3
3
ve_favorite
4
4
NERDTreeBookmarks
5
- temp .vim
5
+ local .vim
Original file line number Diff line number Diff line change @@ -236,3 +236,4 @@ warnings
236
236
xpath
237
237
partial
238
238
fcntl
239
+ endswith
Original file line number Diff line number Diff line change @@ -773,8 +773,6 @@ command -nargs=? Snippets silent call Lilydjwg_snippets("<args>")
773
773
command Path VE % :p :h
774
774
command -nargs =1 Enc e ++ bad = keep ++ enc = <args> %
775
775
command CenterFull call CenterFull ()
776
- " Awesome 下全屏时有点 bug,这里将之加回去
777
- command Larger set lines += 1
778
776
command MusicSelect runtime so /musicselect.vim
779
777
command -nargs =1 - range -complete =customlist ,Lilydjwg_Align_complete LA <line1> ,<line2> call Lilydjwg_Align (" <args>" )
780
778
command -range =% Paste :<line1> ,<line2> py3 LilyPaste ()
@@ -972,5 +970,5 @@ if has("cscope") && executable("cscope")
972
970
nmap cs<Space> :cs find
973
971
endif
974
972
" 最后 [[[1
975
- runtime temp .vim
973
+ runtime local .vim
976
974
" vim:fdm = marker:fmr = [[[,]]]
You can’t perform that action at this time.
0 commit comments