home: vim: add 'autoload'
This commit is contained in:
parent
300e16dace
commit
d74aead9ae
3 changed files with 78 additions and 0 deletions
6
home/vim/autoload/ftplugined.vim
Normal file
6
home/vim/autoload/ftplugined.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
||||
function! ftplugined#check_undo_ft()
|
||||
if !exists("b:undo_ftplugin")
|
||||
let b:undo_ftplugin=''
|
||||
endif
|
||||
endfunction
|
||||
Loading…
Add table
Add a link
Reference in a new issue