You need to sign in or sign up before continuing.
Commit c7d38e13 authored by Murukesh Mohanan's avatar Murukesh Mohanan

version check for CentOS 7.2

parent fa62c260
This diff is collapsed.
......@@ -244,7 +244,10 @@ autocmd BufNewFile * nested call FindInPath(expand('<afile>'))
" From http://vi.stackexchange.com/questions/2358/
autocmd FileType * exec("setlocal dictionary+=".$HOME."/.vim/dictionary/".expand('<amatch>'))
set completeopt+=menuone,noinsert
set completeopt+=menuone
if has('patch-7.4-775')
set completeopt+=noinsert
endif
set complete+=k
runtime local/$CONFLOCAL.vim
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment