Created
November 29, 2012 03:26
-
-
Save gregory/4166598 to your computer and use it in GitHub Desktop.
vimrc.after across all computers
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
autocmd FocusGained * call s:CmdTFlush() | |
autocmd BufWritePost * call s:CmdTFlush() | |
function s:CmdTFlush(...) | |
if exists(":CommandTFlush") == 2 | |
CommandTFlus | |
endif | |
endfunction | |
set incsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment