aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index fc2b0ef..e93cb2b 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -10,7 +10,7 @@ if has("patch-7.4.710")
set list listchars+=space:ยท,tab:\ \
endif
set tabstop=8 expandtab shiftwidth=2 softtabstop=-1 smarttab
-set dictionary=/usr/share/dict/words
+set ignorecase infercase dictionary=/usr/share/dict/words
set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1
set omnifunc=syntaxcomplete#Complete
set diffopt+=algorithm:patience