summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index 8d7e6cc..c73bb42 100644
--- a/.vimrc
+++ b/.vimrc
@@ -34,9 +34,9 @@ endif
" Uncomment the following to have Vim load indentation rules and plugins
" according to the detected filetype.
-if has("autocmd")
- filetype plugin indent on
-endif
+"if has("autocmd")
+" filetype plugin indent on
+"endif
" The following are commented out as they cause vim to behave a lot
" differently from regular Vi. They are highly recommended though.
@@ -45,7 +45,7 @@ endif
"set ignorecase " Do case insensitive matching
"set smartcase " Do smart case matching
set incsearch " Incremental search
-set hlsearch " Highlight search results
+"set hlsearch " Highlight search results
"set autowrite " Automatically save before commands like :next and :make
"set hidden " Hide buffers when they are abandoned
"set mouse=a " Enable mouse usage (all modes)