]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: don't put $ at the end of text to be replaced
[dotfiles.git] / vim / vimrc
index 7010d5fe058b9ed3bf3b223f4a10ed5795f80b33..833e962d530f8228f2f10043dae35f128f658de4 100644 (file)
--- 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