Hello, I am looking for a regex or function to shrink the indenting of higher quote levels in mails. "> > > Text" should become ">>> Text" (w/o ") ... which...
In usr_20.txt, line number 384, the description is CTRL-B or <Home> to begin of command line But if try this, CTRL-B moves one cahracter to the left. ...
Hello vim masters, I have a couple of questions: 1. Is there a way to catch an output of :function and :scripts commands, to use it for reflection, or this is...
Hi, guys :-) I noticed that if I set a buffer (with q), I can exit vim, get in again, and the buffer is still defined. Here are my questions: 1) How strong is...
Occasionally, I have the need to edit an EBCDIC file on my PC (W2k). I've seen many reverences to support for EBCDIC on OS390, but nothing for a PC. Anyone...
Hello, I was wondering if I could get some advice. I created a function and I have two issues. The first issue is when I print to the screen my LineComment...
Hi, I wanted to type documents like Vim User manual with hyper Links. How do I that ? How to create tags ? Is there any small scripts which can create tags ? ...
Fellow vim users! I am in great need of using function folding, and i have tried to enable it with the syntax folding, but i can't get it to work. Since there...
A few weeks ago I have visited Vim's charityware project in Uganda. You can find my report with a few pictures here: http://iccf-holland.org/news.html If you...
There is v:ver which gives me information about the compilation. How do I get what is the OS I am working on - Solaris or Linux. My problem - I need to have 2...
I am using vim-6.3 In Linux, In which file Where is the VIMRUNTIME path set by default ? Is it set during compilation time ?? How do I change it to point to a...
Hello List I am using gvim 6.3 on win2k I was trying to use matchit.vim. I expect that it shows me BEGIN and END of the block surrounding current cursor...
I use foldmethod=syntax and Language used is C++ I have a c code structure like this - class ABC { struct a { ..... } struct b { ..... } struct c { ..... } ...
Hello, I would like to ask the following: I am working with C files and C++ files. Is there a command I can issue so that everything folds up so that only the ...
Hello vim gurus! I have a problem and don't know how to go about: I am trying to make a script which would a) permute letters and b) change them in pairs. [I...
(x-post between aap and vim MLs, fu2 on vim@...) ... 'errorformat39; is not the problem. As long as I don't want to have options (/various levels) like what...
The previous version of browser worked fine, btw. setf browser works fine, ft is set to browser, buffer name goes to [Scratch], and displays no errors. ... VIM...
Hi! I'm new with Vim. My english is not so good - sorry, I'm from Poland. I'm using Vim on Windows 2003, on codepage cp 1250. How to change to iso-8859-2? ...
Hello Daum°í°´¼¾Å¸, Monday, November 29, 2004, 10:22:42 AM, you wrote: Could you please repeate in English( and one of standard encodings ), 'couse I...
Hi Vimmers, Once I type, :buffers , all the buffers are listed. To eadit any buffer I use, :b<buffer_number> i.e. :b2 to edit the buffer numbered 2. ...
Hello all, I wish to discuss a development of my JExplorer script. It is based on tree.vim script, so it is a tree view of packages, classes and class members....
I'm trying to get his suite of bracketing macros to work with his html ftplugin at http://hermitte.free.fr/vim. I had to comment out all the MapMenu and...
Hello. I just found out I can integrate my favourite editor (which I have recently rediscovered in the form of VIM) with MS Visual Studio. I believe I have...
... Hash: SHA1 Hello all. Maybe soemone knows of any attempt to use standard MS-Offise spellcheckers in VIM? Best regards, Alex J. ... Version: GnuPG v1.2.5...
Hi ! Sorry if the question is trivial, but I wonder how to replace the EOL by the NULL caracter...I want to print the content off a file on a single line then ...