Marcelo D Montu

Results 18 comments of Marcelo D Montu

Another approach that could be more flexible would be an extra command line argument with higher precedence on the initialization list. Currently in Windows I use a batch file to...

Another approach could be defining new functions through vim script. Currently I'm doing this through `Ctrl-r =`, but this leaves no history of the function called or its parameters. One...

I've feeling the need of a better tool to perform calculations for a long time, and especially one integrated with Vim, and have been searching vim.org at times for a...

Output of `:verbose MakeWithShell`: ``` shell.vim 0.13: Running make command: msbuild /nologo /v:q /property:GenerateFullPaths=true C:\Test\Test shell.vim 0.13: Checking if compiled DDL is supported .. shell.vim 0.13: Called function libversion() in...

@Dbz I have come here due to a different issue (#154), and just noticed the lack of maintenance (#172). I completely agree with you, in both that this plugin could...

Certainly I could change ack.vim myself -- I just bothered you after checking how to do that. If you want to try out Ack, which is a great replacement for...

> Anything is possible if the desire is there :-). After getting used to `:Fullscreen` is somewhat hard to live without it, and those console windows, that I almost doesn't...

From `:h win32-vimrun`: ``` Executing an external command is done indirectly by the "vimrun" command. The "vimrun.exe" must be in the path for this to work. ``` My knowledge in...

Does changing `'shell'` falls on the same problem? From `:h lmake`: ``` The ":make" command executes the command given with the 'makeprg' option. This is done by passing the command...