Commit 8b77f9cf authored by Murukesh Mohanan's avatar Murukesh Mohanan

added check for empty env var

parent 057dbb2f
......@@ -50,6 +50,7 @@ set pastetoggle=<F10>
set title
set titlelen=20
set laststatus=2
set wildignore+=*.aux,*.toc,*.pdf
let g:tex_flavor = "latex"
......@@ -156,4 +157,6 @@ autocmd FileType * exec("setlocal dictionary+=".$HOME."/.vim/dictionary/".expand
set completeopt+=menuone,longest,preview
set complete+=k
source $HOME/.vim/local/$CONFLOCAL.vim
if !empty($CONFLOCAL)
source $HOME/.vim/local/$CONFLOCAL.vim
endif
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