Sorry if this is the wrong place, but I could not find any better.. In http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl at 32.1: - $ stty -ixon -xoff +...
I have the following mapping: map g: <Esc>:set operatorfunc=<SID>get_command_mode_range<CR>g@ and have recorded g:}j^M into register 'a'. Running @a now does...
Hi, you can use '\*39; to match a literal '*' (with 'magic39; set). I can't find this mentioned anywhere in the documentation. User error or missing documentation?...
Patch 7.1.228 Problem: When 'foldmethod39; is "indent" and a fold is created with ">>" it can't be closed with "zc". (Daniel Shahaf) Solution: Reset the...
Patch 7.1.227 Problem: Hang in syntax HL when moving over a ")". (Dominique Pelle) Solution: Avoid storing a syntax state in the wrong position in the...
Patch 7.1.226 Problem: Command line completion doesn't work when a file name contains a '&' character. Solution: Accept all characters in a file name,...
Patch 7.1.223 Problem: glob() doesn't work properly when 'shell39; is "sh" or "bash" and the expanded name contains spaces, '~', single quotes and other ...
Valgrind memory checker detects use of uninitialised value vim: ==6865== Conditional jump or move depends on uninitialised value(s) ==6865== at 0x814E0BA:...
Patch 7.1.222 (after 7.1.217) Problem: Wildcards in argument of ":helptags" are not expanded. (Marcel Svitalsky) Solution: Expand wildcards in the...
Patch 7.1.221 Problem: When inserting a "(", triggering the matchparen plugin, the following highlighting may be messed up. Solution: Before triggering...
Patch 7.1.220 Problem: When a ")" or word movement command moves the cursor back from the end of the line it may end up on the trail byte of a multi-byte ...
Hi, ^ is documented as: ^ At beginning of pattern or after "\|", "\(", "\%(" or "\n": matches start-of-line; at other positions, matches literal '^'....
Patch 7.1.219 (after 7.1.215) Problem: synstack() returns situation after the current character, can't see the state for a one-character region. Solution:...
Patch 7.1.218 Problem: A syntax region without a "keepend", containing a region with "extend" could be truncated at the end of the containing region. ...
Patch 7.1.217 Problem: The "help-tags" tag may be missing from runtime/doc/tags when it was generated during "make install". Solution: Add the "++t"...
Hi all, Ted Pavlic mentioned on the vim-mac list that --remote-tab-silent is not mentioned in the --help output and suggests to add it. I think that's a good...
Patch 7.1.216 Problem: Variants of --remote-tab are not mentioned for "vim --help". Solution: Display optional -wait and -silent. Files: src/main.c ...
Hi folks, a few weeks back I posted a patch that helps enabling cross-compiling by adding the necessary stuff in configure.in to tell "configure" the necessary...
... That is true. In case there is an opening bracket in the URL, I do think highlighting the closing bracket as well would make sense, though. Richard ...
Patch 7.1.215 Problem: It is difficult to figure out what syntax items are nested at a certain position. Solution: Add the synstack() function. Files:...
I tried to write a function that collects all the matches for a given pattern in the text. ... but it doesn't, because the "n" flag disables evaluation of the ...
Dearly Friend, May His Grace and Peace be with you Friend. I hope that this letter finds you in the best of yours health and spirit. We are also keeping well...
Patch 7.1.214 Problem: ":1s/g92;n\zs1//" deletes characters from the first line. (A Politz) Solution: Start replacing in the line where the match starts. ...
Patch 7.1.213 Problem: A ":tabedit" command that results in the "swap file exists" dialog and selecting "abort" doesn't close the new tab. (Al Budden) ...
Hi, Trying to find out how to subscribe to this list, I noticed that <vim-help@...>, which is mentioned in ":h subscribe-maillist", no longer seems to be a...
vim -u NONE iA sentence.<Esc>) The cursor is placed beyond end of line despite virtualedit being blank. Ben. Send instant messages to your online friends...