Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created June 23, 2013 09:58
Show Gist options
  • Save rbtnn/5844468 to your computer and use it in GitHub Desktop.
Save rbtnn/5844468 to your computer and use it in GitHub Desktop.
let g:vimconsole#hooks.on_logged = function('MyLogged')
function! MyLogged(context)
call vimconsole#winopen()
endfunction
let g:vimconsole#hooks.on_logged = function('MyLogged')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment