vim-shell
vim-shell copied to clipboard
Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
when it is not in full screen, Windows+Left etc work right, but they stop working in full screen mode
platform is win7, 64b, using vim7.4 32b All was working with an older version, I have also updated vim-misc. Not sure what else do I need to do? thanks!
Following the same idea of `:MakeWithShell` and `:LMakeWithShell`, is it possible to create `:GrepWithShell`? This would make possible to integrate `:Fullscreen` with [ack.vim.](http://www.vim.org/scripts/script.php?script_id=2572)
In a dual monitor setup under Windows 7 64bit (main left, secondary to the right) I can go without problem in/out fullscreen mode by pressing F11 (default) and vim fills...
Hello Peter, I've just noticed that `:MakeWithShell` doesn't works very well when compiling C# code. Using compiler msbuild (from https://groups.google.com/forum/?fromgroups=#!topic/vim_dev/q644Mx3ehYM) and `:make` on files with errors, followed by `:cwindow` does...