Created
August 29, 2015 14:12
-
-
Save ahalbert/d0b6f5e65ff0e776997b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| augroup VimjectsAutogroup | |
| au BufNewFile,BufRead .vimjectrc* setlocal ft=vim | |
| au VimEnter call vimjects#source("") | |
| au VimEnter let g:kdsfjdfksdfjsfj = "hello" | |
| au BufReadPre call vimjects#source("") | |
| augroup end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment