]> git.nbdom.net Git - nb.git/commitdiff
etc/vim/source/option.vim
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 10 Mar 2019 17:04:15 +0000 (17:04 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sun, 10 Mar 2019 17:04:15 +0000 (17:04 +0000)
etc/vim/source/option.vim

index 48c64b6a9e2855542ba00aea4491900510c7501d..a6fb8a1e090eadf55da75e9dc67a2c3e17c8fc47 100644 (file)
@@ -37,7 +37,6 @@ for file in ["~/.profile", "~/.bash_profile", "~/.bashrc", "~/.zshrc", "/etc/pro
     break
   endif
 endfor
-" if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi
 
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 " set nocompatible
@@ -47,11 +46,6 @@ set indentexpr=
 set indentkeys=
 
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-"set nomore
-
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-" set mousemodel=popup
-" let g:skip_defaults_vim = 1
 set mouse=
 set ttymouse=
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""