diff options
-rw-r--r-- | dotvimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,6 +33,12 @@ set guioptions-=T " remove menu set guioptions-=m +set formatoptions+=j " Delete comment character when joining commented lines + +set history=1000 + +set tabpagemax=50 + let mapleader="\<Space>" "if has("autocmd") && exists("+omnifunc") |