Fix some vim stuff.

This commit is contained in:
2020-04-01 14:07:50 -04:00
parent 918439371c
commit a79b17d322
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ set path=.,$VIM_PATH,,
set foldmethod=marker
set foldtext=MyFoldText()
set nohlsearch
set noincsearch
set mouse=a

View File

@ -14,4 +14,4 @@ map [3~ :cn
"map _ :1,$!/opt/local/bin/clang-format-mp-3.9 -style=file
:1,$!/opt/local/bin/uncrustify -q -lCPP -c ~/adamformat/adam.format.cfg
map _ :1,$!uncrustify -q -lCPP -c ~/adamformat/adam.format.cfg
map _ :1,$!uncrustify -q -lCPP -c ~/adamformat/adam.format.cfg