Marcelo D Montu
Marcelo D Montu
NERDLPlace & NERDRPlace are not working. The problem can be reproduced onn a fresh installation of gVim, with `.vimrc` containng only `filetype plugin indent on` and `.vim` containing only nerdcommenter...
First of all, thank you for sharing this great plugin! I'm used to make several searches after entering copy-mode. For instance (without the plugin): 1. `[` -- enter copy-mode 2....
Measurements with `--startuptime` showed this plugin load time vary from 94ms to 110ms (although this is an old machine).
I'd like to be able to have a history of the calculations that doesn't goes away when closing VimCalc window. It would be even better to have a separated history...
Note that this PR should be considered after #19 and #20.
This is a possible fix for #17 :-)
`]p` default behavior is to paste text and adjust the indention according to current line. Is it possible to yankstack do the same?
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)
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...
With the [`CmdlineLeave`](http://vimhelp.appspot.com/autocmd.txt.html#CmdlineLeave) available on Vim 8.1 the command-line can be made a first-class citizen on capslock plugin. Despite I made an habit of disabling it when I leave the...