1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Added two color schemes

Disabled "Last modified" modification in skeleton.vim
This commit is contained in:
2012-02-08 17:15:48 +00:00
parent 2233758541
commit 1f96fcc64a
6 changed files with 278 additions and 8 deletions

View File

@ -12,9 +12,8 @@
" 'vars':
" @@LONGNAME@@ - replaced by g:fullname
" @@EMAIL@@ - replaced by g:email
" @@DESCR@@ - Synopsis of file (asked by this plugin
" @@DESCR@@ - Synopsis of file (asked by this plugin)
" @@crdate@@ - replaced by creation date
" 2009-04-03T12:56 CEST (+0200) - replaced by last modification date
" Define template directory
let g:skeletons = '~/.vim/templates'
@ -26,7 +25,7 @@ augroup newfiles
autocmd BufNewFile * ks|call OpenFile()|'s
" Update of "Last Modified" date on writing
autocmd BufWritePre,FileWritePre * ks|call LastMod()|'s
" autocmd BufWritePre,FileWritePre * ks|call LastMod()|'s
" Protect templates and plugin, removing write commands
autocmd BufRead,BufNewFile ~/.vim/templates/* au! newfiles