mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 11:44:10 -05:00
Don't both checking for autocmd
This commit is contained in:
parent
5343c44763
commit
676378ca45
1 changed files with 17 additions and 19 deletions
|
@ -110,7 +110,6 @@
|
|||
set directory=$HOME/.vim/swap,.,/var/tmp,/tmp
|
||||
|
||||
"FUNCTIONS: {{{
|
||||
if has('autocmd')
|
||||
"enable the auto-creation of missing folders in a save path
|
||||
if !exists('*s:MakeNewDir')
|
||||
function s:MakeNewDir(fullpath, buf)
|
||||
|
@ -134,7 +133,6 @@
|
|||
autocmd!
|
||||
autocmd BufFilePost * filetype detect
|
||||
augroup END
|
||||
endif
|
||||
|
||||
"functions to create a split using 33% and 66% of the height
|
||||
function s:SPResize33()
|
||||
|
|
Loading…
Reference in a new issue