Skip to content

Instantly share code, notes, and snippets.

@caglartoklu
Last active July 14, 2017 06:51
Show Gist options
  • Save caglartoklu/a83b96fb9410f95cdb9d781f68267547 to your computer and use it in GitHub Desktop.
Save caglartoklu/a83b96fb9410f95cdb9d781f68267547 to your computer and use it in GitHub Desktop.
source a file if exists in VimL #vim
try
source $HOME/_vimrc_local
catch /^Vim\%((\a\+)\)\=:E484/
endtry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment