Skip to content

Instantly share code, notes, and snippets.

@sl4m
Created July 6, 2011 15:11
Show Gist options
  • Save sl4m/1067471 to your computer and use it in GitHub Desktop.
Save sl4m/1067471 to your computer and use it in GitHub Desktop.
stealing janus' CommandTFlush call when FocusGained event is triggered
autocmd FocusGained * call s:CmdTFlush()
function s:CmdTFlush(...)
if exists(":CommandTFlush") == 2
CommandTFlush
endif
endfunction
@sl4m
Copy link
Author

sl4m commented Aug 26, 2011

Like if I created a new file via NerdTree, will it trigger BufWritePost?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment