Recently, I need the following abbreviation: iabbr <method <method name="" ></method> But it can not be executed successfully because I think vim consider ...
Greetings fellow PHP developers, You may not be aware that as of a month ago, I have taken up maintenance of the PHP syntax file for Vim, and the latest...
Because savevers (script #89) no longer works properly with vim 7, you can see what I'm trying to do here: autocmd BufWritePre,FileWritePre * saveas...
Is it possible to doubleclick a highlighted URL in a text and thus launch a browser, f.e. internet explorer or firefox? The command "gf" allows to open a file...
Hi, When in vim, I often want to format numbers. For example, when editing a Verilog file, I want to quickly change 12345678 to 12_345_678 for readability;...
Hi, normally functions or even ruby scripts run in ex mode, but sometimes it necessary to execute them in visual mode (e.g. using v_s to replace the selected...
... To immediately answer your question, if you've yanked the text into a register, you can use control+R followed by the name of that register (by default,...
Now it works fine. Here is the script with two examples: Try entering HelloYou in a buffer and do H<m-x><m-i> or ,HY<m-x><m-i> which should require exactly two...
I am having a strange issue with :w. Instead of just writing the whole buffer to the current file, it also creates another copy of the file. I don't think this...
Hi I use the script pydoc.vim (http://www.vim.org/scripts/script.php?script_id=910) to pull out the documentation of functions in python. It is a great script....
Hello! I'm not sure if it was always the case or if this is a recent change (through vim 7). I am not able to undo anything after saving a file. Is this...
... I keep this in my vimrc: if v:version >= 602 command! -bar -bang Nodiff wincmd l <bar> only<bang> <bar> set nodiff noscrollbind scrollopt-=hor wrap...
Hi, I'm using Windows XP HyperTerminal in vt100 emulation mode to reach a linux box running gvim. When I bring up a file in gvim and try to scroll, only the...
Hi, My name is Michael Faisst, I am the Product Manager for 6th Sense Analytics. I am looking for some smart developers who understand their development ...
Hi I'am making investigations how many people are working in different Open Source projects. I will be greatful if I can know how many people have made a code...
I am seeing a couple of issues with debug mode. - In debug mode, the getcmdtype() is supposed to return '>', but it returns empty string. This is not a big...
Actually I installed vim7.0(on Linux Enterprise Edition). I am unable to switch between various tabs using CTRL-PAGEUP and CTRL-PAGEDN when i am using vim. It...
i added this to the default php syntax file so i can create folds with //{{{ //}}} anywhere in my php. syn region phpParent matchgroup=Delimiter start="//{{{"...
Hi, I have data that looks like this input [4:0] a.b.c.d; which I need to replace with input a.b.c.d [4:0] d; ie. I want to copy a.b.c.d and place it after...
Hello all, I'd like to take advantage of tab file editing, thus is it possible to modify windows registry base or is there any work around to _always_ open...
Hi All, Just a weird question. Can we store/save and restore the tag-stack. If I am browsing through the files, then I build a tag-stack. For some reason, I...
Greetings, In C/C++, I like to use variable types that I typedef or define, such as I32, U16, F64, etc. How can I get vim to syntax highlight these as it does...
Hello, I had some minor problems when trying to make some syntax highlighting work properly. In ConTeXt files (set syntax=context in vim 7.0) I would like to...
Hi all, After reading the doc, i tried to generate my own .spl for french lang. ... vim answer me : Reading word file /usr/share/myspell/dicts/fr.aff ... ...
Dear vimmers, By default a current command (the one that is being typed in) is displayed in the status line and it disappears as soon as the last character is...