Skip to content

Commit b4e1e51

Browse files
committed
temp.vim -> local.vim
1 parent 237a8bd commit b4e1e51

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
vim_mru_files
33
ve_favorite
44
NERDTreeBookmarks
5-
temp.vim
5+
local.vim

dict/python.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,4 @@ warnings
236236
xpath
237237
partial
238238
fcntl
239+
endswith

vimrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,6 @@ command -nargs=? Snippets silent call Lilydjwg_snippets("<args>")
773773
command Path VE %:p:h
774774
command -nargs=1 Enc e ++bad=keep ++enc=<args> %
775775
command CenterFull call CenterFull()
776-
" Awesome 下全屏时有点 bug,这里将之加回去
777-
command Larger set lines+=1
778776
command MusicSelect runtime so/musicselect.vim
779777
command -nargs=1 -range -complete=customlist,Lilydjwg_Align_complete LA <line1>,<line2>call Lilydjwg_Align("<args>")
780778
command -range=% Paste :<line1>,<line2>py3 LilyPaste()
@@ -972,5 +970,5 @@ if has("cscope") && executable("cscope")
972970
nmap cs<Space> :cs find
973971
endif
974972
" 最后 [[[1
975-
runtime temp.vim
973+
runtime local.vim
976974
" vim:fdm=marker:fmr=[[[,]]]

0 commit comments

Comments
 (0)