How can I print hardcopy double-spaced? I'm printing syntax-highlighted source code on a color postscript printer, with line numbers turned on. The goal is to...
The help for 'matchpairs39; says “Currently only single byte character pairs are allowed”. Is there any way to work around this? Or any hope that support for...
I wonder why my Vim is so slow over our Windows samba share - not only opening/closing is slow - also typing and edit/insert commands are slow as well...
is there a way to get vim to not clear the screen only on specific invocations? basically i want to use vim to print syntax-highlighted code on a color...
Hi experts, I know in one text,we can use "yy" to copy something to another place in text, if I can't to copy something to another place, eg: from a text,and...
I have a map I use that inserts a timestamp in the form of __TS:1356990559|Dec 31, 2012 14:49__ The dual nature allows me to visually parse the date, and...
YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/script.php?script_id=1234 What does it do? Inspired by the...
Hello, I've downloaded MinGW on Windows 7, so I can compile c++ programs from cmd with the command g++ example.cpp -o run. With vim, :make isn't catching any...
Hi, I am editing a document that contains the bidi control sequences LRE (unicode 202a) and PDF (unicode 202c). These characters are displayed with their...
I've tried searching for an answer on Google, but I keep getting tons of irrelevant results that have nothing to do with this topic. ... E172: Only one file...
Dear Vim users, while starting gvim.exe some plugin is throwing a message, there is line number or script name or error just a value 0 with a OK button :-). I...
Is there a way to reload the vimrc (and other files), so that the changes in the vimrc take immediate effect. :e doesn't seem to do the trick. I'm editing my...
Hi guys, does anyone use textobj-lastpat plugin? http://www.vim.org/scripts/script.php?script_id=2355 I tried it and it seems to have a bug: the text object...
Hi, If I type CTRL-D on the command line it will show a list of possible matches (:e foo<CTRL-D>). Is it possible to capture this result list in a vim script? ...
Hi all, I would like to announce that today I started working on http://vim.begin-site.org/ - the Vim Beginners’ Site, which is a static site generated by...
Hello! ... R UNZK904326 57075 P UNZK904385 57127 P UNZK904328 57053 P ULZK908062 57101 P UNZK904322 56498 R UNZK904386 57108 P UNZK904288 56383 P UNZK904397...
Hi, I tried to create a custom fold expression for a file type. The folding works as desired, but it makes vim terribly slow. Commands like “gwip” to...
here's an overview to some of the commands i use in everyday editing. small commands, with only a few keystrokes. the text/plain version has been colorized ...
Hi, When I press C-] on a word, and if there word matches more than one tags, then vim will prompt with a list, I then choice a entry number in the list before...
currently it looks a global-wise change whenever I change :colorscheme, is it possible to do it only for a buffer? -- You received this message from the...
Okay I have something that should be achievable but I can't figure it out. I have a lot of files with data for books. Each file is a book and is in chapters...
Hi, what would be a regular expression to match the section in vim help files? ============================================================================== ...
*CTRL-A* CTRL-A Add [count] to the number or alphabetic character at or after the cursor. {not in Vi} *CTRL-X* CTRL-X Subtract [count] from the number or...
Hi everyone, Merry Christmas! I am running into this problem when I am using Vim on Windows 8. I have tried the latest windows installer without cream, with...
Dear Vimmers, is there a way to restrict a g/my_regex/d command to a range? I tried '<,39;>norm g/min/d but that did not do the trick. Santa Claus will forgive...
I have issues with my Vim 7.0 at work. I edit Verilog RTL files. When I initially load a new buffer/file on gVim, the Syntax highlighting works correctly. When...
Hello! Vim is great editor, but I have some trouble when working under normal user account and editing files in places with restricted access (like Program...