Jakobus Schürz
d2f0657629
and use the same pathes for vim plugin repos on git.schuerz.at as on github.com
15 lines
537 B
VimL
15 lines
537 B
VimL
" ---------------------------------------------------------------------------
|
|
" 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
|