]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: buffer local doxygen syntax
[dotfiles.git] / vim / vimrc
index 2b6cca638c36e8a452db81862e8af7cee5bfda58..833e962d530f8228f2f10043dae35f128f658de4 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -85,9 +85,6 @@ syntax on
 colorscheme badwolf
 
 " options {{{1
 colorscheme badwolf
 
 " options {{{1
-" put $ and the end of text to be replaced with 'cw' and the likes
-set cpoptions+=$
-
 " moving around, searching and patterns {{{2
 set incsearch           " show match for partly typed search command
 set ignorecase          " ignore case when using a search pattern
 " moving around, searching and patterns {{{2
 set incsearch           " show match for partly typed search command
 set ignorecase          " ignore case when using a search pattern
@@ -255,6 +252,9 @@ set wildignore+=*.luac                           " Lua byte code
 set wildignore+=*.pyc                            " Python byte code
 set wildignore+=*.orig                           " Merge resolution files
 
 set wildignore+=*.pyc                            " Python byte code
 set wildignore+=*.orig                           " Merge resolution files
 
+" running make and jumping to errors
+set makeprg=make\ -w     " print changing directories
+
 " language specific {{{2
 set isfname-==    " don't treat `=` as being part of filenames
 
 " language specific {{{2
 set isfname-==    " don't treat `=` as being part of filenames