diff options
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ set tabstop=4 set shiftwidth=4 set noexpandtab -map U yyp:s/[^ ]/-/g<CR> +map U yyp:s/[^ ]/-/g<CR>:noh<CR> " Function " Erase_Sig_but_Your() |
index : dotvim.git | ||
.vim config files | Hugues Hiegel |
summaryrefslogtreecommitdiff |
-rw-r--r-- | vimrc | 2 |
@@ -141,7 +141,7 @@ set tabstop=4 set shiftwidth=4 set noexpandtab -map U yyp:s/[^ ]/-/g<CR> +map U yyp:s/[^ ]/-/g<CR>:noh<CR> " Function " Erase_Sig_but_Your() |