install script working as it should
This commit is contained in:
15
.config/nvim/bundle/Vundle.vim/ftplugin/vundlelog.vim
Normal file
15
.config/nvim/bundle/Vundle.vim/ftplugin/vundlelog.vim
Normal file
@@ -0,0 +1,15 @@
|
||||
" ---------------------------------------------------------------------------
|
||||
" Standard ftplugin boilerplate; see ':help ftplugin'.
|
||||
" ---------------------------------------------------------------------------
|
||||
if exists("b:did_ftplugin")
|
||||
finish
|
||||
endif
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
|
||||
" ---------------------------------------------------------------------------
|
||||
" Settings for the Vundle update log buffer.
|
||||
" ---------------------------------------------------------------------------
|
||||
setlocal textwidth=0
|
||||
setlocal nowrap
|
||||
setlocal noswapfile
|
||||
Reference in New Issue
Block a user