I have sofftabstop (and shiftwidth) set to 4, and expandtab enabled. Thus, when deleting groups of spaces, vim treats them as tabs and deletes them 4 at a...
Hi, I'm configuring a variable called $CLASSPATH in order to have javacomplete plugin running well. I'm using a software called "maven" to build the project...
Hi, I see that vim in this video shows the line end with a character like an inverted "L". Does anybody know how to make vim to do so? Regards, Peng -- You...
Dear all, I have the following vim notes file: ~Â notes ~ ~Â #2012-04-12 ~Â Â Â â—¦ DONE beer ~Â ~Â #2012-04-13 ~Â Â Â â—¦ DONE beer ~Â Â Â â—¦ DONE...
Hi sorry for this stupid question, but I'm learning vim. I would like to create a "pkg" abbreviation that create the: package org.hello.world; row in a file...
I am having a strange problem using vim 7.3 on hp-ux v11.3i. Whenever i open vim, it just takes a long time to open. Scrolling is also slow. Disabling syntax...
If I use the matchadd function to highlight a region given a pattern which is based upon a region, can I use the id returned by matchadd with the function...
I'm trying to get the PC-based vim to shell out to cygwin's bash interpetter. That way, I can issue commands like !!cal " Gets a calendar ... This is the...
Hi, I'm wondering if there is a way to print the syntax highlighted text to stdout using ansi color. I was told the following trick to print the output to an...
Attached is a release candidate for the next update of the TOhtml standard plugin distributed with the Vim runtime. The major addition in this release is a new...
au FileType py set autoindent au FileType py set smartindent I added these lines to my vimrc file but still when I open a python file smartindent is not set....
not sure this should go to vim/cygwin team...so copy both and Vlad(Voom plugin author) I got a new laptop (folio) come with win7. for some reason I want to...
... What is that ampersand doing there? Is the example incomplete? Obsolete? Should it be v:val instead? -- Best, Ben -- You received this message from the...
Hi guys/experts: sorry for wide-expend, but I can't figure out a solution for this... below is the response to my original issue I got from author of Utl...
Hi, I just want to run some vim script and print output to stdout and exit. The following will print something at the bottom of the screen without exiting vim....
Or, more importantly, how do I get rid of the second? I'm using the vim-session plugin. This morning I've been getting the following error message when I...
On Fri, Jun 15, 2012 at 5:28 PM, Tony Mechelynck < ... And by experiment I see %F shows ~/c/d/e.v, %f shows ./c/d/e.v if I opened e.v inside a utility...
Please explain HOW this works. g/\S/,/^\s*$/j I see it joins all lines by paragraph. g/\S/ find all lines that contain non-whitespace , ??? what does this do? ...
The current version at vim.org for Windows is 7.3_46. If I look at the Cream download it is at 7.3_556. So what determines if a newer build of the official...
I use vim in xfce terminal, I always launch vim then fullscreen the window, this cause the height and width changed. but when I quit vim and type a long line...
I've got two simple ex commands in a larger script. When I run them on the file, direct from the ex command line, they work fine. When I run them from the...
Are there VimL functions for determining that Vim has marked a word as misspelled? E.g. so the highlighting could be exported in something similar to TOhtml. ...
... It's up to the user to make sure the {id} is used only once in each file (if it's used several times unplacing will also have to be done several times and...
I understand the use of i in ciw, but I am not quite sure about o and a. Where can these be found in the fine manual? Of course, ":h i" does not lead own to...
After starting vim I take a bit of time to load the base files I normally work with. It would be a minor convenience if vim could be made to start with these...
What the controls in top-right corner of the gVIm window in this video? http://www.youtube.com/watch?v=ITZleEWYoU8 I have standard installation gvim73_46.exe...
Hello. I wonder if it is possible to have several folders for plugins in VAM. I have a folder with several bundles I want to use, let's say is a system folder...
Hello all, I use "set viminfo='100,<50,s10,h,%" to keep my bufferlist. But when I restart Vim I still get an additional [No Name] buffer. I don't want this but...