For what it's worth, I am using Vim for a Grails project, written in Groovy, and I have the Groovy plugin[1] installed. There are certain keywords...
136777
Thiago Padilha
tpadilha84@...
Mar 16, 2013 5:45 pm
Is it possible to configure vim to write all buffers when it receives SIGTERM? I use vim inside multiple tmux sessions and sometimes I forget to save...
136778
Gary Johnson
garyjohn@...
Mar 16, 2013 8:41 pm
... Cool! One can learn a lot here by giving wrong answers. I hardly ever open the quickfix window because it hasn't been that useful to me. Now I'll use it...
136779
Tony Mechelynck
antoine.mechelynck@...
Mar 17, 2013 6:44 am
... cscope can produce a "quickfix list", y'know, like :helpgrep, :vimgrep, ... window-local quickfix list). See ... Best regards, Tony. -- This is an...
136780
Tony Mechelynck
antoine.mechelynck@...
Mar 17, 2013 7:09 am
... Maybe this? (untested) " save everything if terminated by an interceptible signal ... or this? " delete swapfile if the swapped file is 'nomodified39; ... ...
136781
Vlad Irnov
vlad.irnov@...
Mar 18, 2013 9:54 am
On 3/15/13, Salman Halim <salmanhalim@...> wrote: ... This is not the case here. It's easy to check that the time it takes to run the no-op Python loop...
136782
Vlad Irnov
vlad.irnov@...
Mar 18, 2013 10:17 am
... Saying that VimL is slow is pointless without explaining exactly what is slow(er) and by how much. I am not aware of any actual comparisons of VimL...
136783
Hwee-Boon Yar
hweeboon@...
Mar 18, 2013 10:54 am
Is there a plugin or way for me to just display and edit a single function in a buffer? I'm been using MacVim for a few years now and have been mostly working...
136784
Thiago Padilha
tpadilha84@...
Mar 18, 2013 11:12 am
thanks for the tip, Tony. On Sun, Mar 17, 2013 at 4:09 AM, Tony Mechelynck ... -- -- You received this message from the "vim_use" maillist. Do not top-post!...
136785
Ethan Hereth
advocateddrummer@...
Mar 18, 2013 12:14 pm
I think Christian Brabandt's Narrow Region might be what you are looking for? https://github.com/chrisbra/NrrwRgn ...
136786
Marc Weber
marco-oweber@...
Mar 18, 2013 12:54 pm
... I've tried hacking a delphi completion once. Even though using aggressive caching in VimL completion was slower than 1sec. The other thing I tried is...
136787
Marcos Souza
marcos.souza.org@...
Mar 18, 2013 3:18 pm
Hi guys! I use vim for write C/C++, python, html and others file formats. But, a few days ago I started to work with Qt Framework, and use QML file format. ...
136788
Philip Rhoades
phil@...
Mar 18, 2013 5:49 pm
... Because the comments in the first column vary in length and the longest one might be halfway through the file - but see the next response for a fix that...
136789
Philip Rhoades
phil@...
Mar 18, 2013 5:54 pm
DrChip, ... Yes! A dummy line is the answer - if I create that line at the top of the file (I add new receipts at the top) then I would only need to do the...
136790
MickMcQ
mcq@...
Mar 18, 2013 7:09 pm
I'd like to add that I use Vim in two main ways on the iPad 3. Most often, I log into a remote Mac using either iSSH or iTeleport. No iPad text editor...
136791
FlashBurn
rail.shafigulin@...
Mar 18, 2013 10:39 pm
I want to create a list of files that my project is using. This list will be stored in a file and subsequently will be used by cscope. Here is what I have so...
136792
Salman Halim
salmanhalim@...
Mar 18, 2013 11:16 pm
... Redir requires an actual file name, not a variable name. Use :execute. execute "redir! > " . s:variable Also, unless the "dir" ends in a slash, you will...
136793
Nazri Ramliy
ayiehere@...
Mar 19, 2013 5:35 am
... To redir to the s:output_file variable do this: redir => s:output_file Also you may be able to simplify your BuildFileList() using globpath() instead: let...
136794
Gary Johnson
garyjohn@...
Mar 19, 2013 6:16 am
... Even more so by also using writefile(): call writefile(split(globpath('dir1,dir2,dir339;, '**/*.[hc]')), 'cscope.files') Note that '**/*.[hc]' causes...
136795
Hwee-Boon Yar
hweeboon@...
Mar 19, 2013 7:41 am
Thanks Ethan, that does sound like what I want. I'll dabble with it and see if I can make it more seamless for my purpose. — Hwee-Boon ... -- -- You received...
136796
Ben Fritz
fritzophrenic@...
Mar 19, 2013 1:52 pm
... OK, so the task is to write to a file. ... Here other responses have assumed you are wanting to write to a variable. But, you've said you want to write to...
136797
Ben Fritz
fritzophrenic@...
Mar 19, 2013 1:53 pm
... "classing"? What's wrong with me today?! I meant "classic" if you can't guess. -- -- You received this message from the "vim_use" maillist. Do not...
136798
FlashBurn
rail.shafigulin@...
Mar 19, 2013 2:23 pm
... Oops, as it turns out I didn't copy my code properly. This function call doesn't work without the parentheses. ... -- -- You received this message from the...
136799
Paul
paul.domaskis@...
Mar 19, 2013 3:41 pm
I often use gvim on Windows. In order to quickly point a Windows explorer window to the current working directory of gvim, I yank the full path at to top of...
136800
Christian Brabandt
cblists@...
Mar 19, 2013 3:53 pm
... I think, plugin writers should take care of properly escaping the cedit key by themselves. That is, if they issue a search like this ... they need to take...
136801
FlashBurn
rail.shafigulin@...
Mar 19, 2013 4:01 pm
I've started using FuzzyFinder plugin. Nice menu pops out to do a search, however it has a very ugly color. Does anybody know how to make it match my current...
136802
Tim Chase
vim@...
Mar 19, 2013 4:09 pm
... You want to tinker with the Pmenu/PmenuSel/PmenuSbar/PmenuThumb ... -tim -- -- You received this message from the "vim_use" maillist. Do not top-post! Type...
136803
Christian Brabandt
cblists@...
Mar 19, 2013 4:09 pm
... You need to change the Pmenu highlight items (Pmenu, PmenuSel, PmenuSbar, PmenuThumb). Depending on your vim version, you can simply put into your .vimrc...
136804
Gary Johnson
garyjohn@...
Mar 19, 2013 4:44 pm
... But the writer in this case was not trying to use the cedit key--he was innocently using another key (<Esc>) that I had chosen to be the cedit key. ...
136805
Christian Brabandt
cblists@...
Mar 19, 2013 5:00 pm
... I don't see, how this is different from other settings that might interfer plugins (e.g. 'gdefault39;, 'magic39;, 'remap39;, 'ed'). Say you don't want to use the...