aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 34bb9cc..0b19922 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -13,9 +13,9 @@ if filereadable(expand("/etc/vim/vimrcs/match.vim"))
13 source /etc/vim/vimrcs/match.vim 13 source /etc/vim/vimrcs/match.vim
14endif 14endif
15 15
16" 16" 标签页设置
17if filereadable(expand("/etc/vim/vimrcs/fuck.vim")) 17if filereadable(expand("/etc/vim/vimrcs/statusline.vim"))
18 source /etc/vim/vimrcs/fuck.vim 18 source /etc/vim/vimrcs/statusline.vim
19endif 19endif
20 20
21" 自己设的快捷键 21" 自己设的快捷键
@@ -23,7 +23,7 @@ if filereadable(expand("/etc/vim/vimrcs/keybind.vim"))
23 source /etc/vim/vimrcs/keybind.vim 23 source /etc/vim/vimrcs/keybind.vim
24endif 24endif
25 25
26" 自动命 26" 码设置
27if filereadable(expand("/etc/vim/vimrcs/autocmd.vim")) 27if filereadable(expand("/etc/vim/vimrcs/codecmd.vim"))
28 source /etc/vim/vimrcs/autocmd.vim 28 source /etc/vim/vimrcs/codecmd.vim
29endif 29endif