X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ced19120422007d4cb1759455939472811dd9914..d05cd755a23b4e6ecfd417d5d5da5b146c3ab7b9:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 7010d5f..833e962 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -85,9 +85,6 @@ syntax on 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