1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00

Added myFuynx.vim for local functions

Added AppendModeLine function
This commit is contained in:
2009-10-21 07:25:31 +00:00
parent 731b236ba4
commit 1484a69fb9
2 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,7 @@ augroup newfiles
if has("gui_running")
autocmd BufWritePost ~/.gvimrc so ~/.gvimrc
endif
autocmd BufRead,BufNewFile *.mako set ft=mako
" Set up python support
augroup END