is there a way to go back to the previous position in a file? something like a history for the cursor position? i generally put markers in files when i'm...
Hi, I use VIM 7.1 OS: Linux (kernel version 2.6.34) CPU: Intel Core 2 Duo When I hold down the [CTRL] key and press the 's' key simultaneously (both in command...
This plugin provides a vim <--> VCS (currently only mercurial) integration for your projects. Features: - Partially committing changes (:AuRecord). - Viewing...
I like the ci" feature in Vim, especially how you can type ci" from *outside* a quoted string. Vim figures out that I want to change the contents of the first...
Is there any way I can save all the splits with one command? George Papanikolaou g3orge.app@... -- You received this message from the "vim_use" maillist....
How do I find the next occurance of a pattern which is not preceeded in the same line by a comment token? The identity of the comment token should be derived...
I want to try to force myself to use vim (MacVim) as my primary project editor but this is holding me back... I often will find a multi line snippet of text...
I often use the expression register to make simple calculations in vim. Eg. in insert mode I type "Ctrl-r = 59 + 38" to get the result 97 in my text, but this...
Hi, Instead of: hi def link mailSubject LineNR Shouldn't: hi def link mailSubject Title be more appropriate? Greetings, -- Bastien -- You received this...
This function and its friend PrevDQ() work. If I am diffing goes to next change, or if doing helpgrep will go to the next. When at the end of the helpgrep, it...
Hi, There is the func rename( to rename a file. Is there a native func to copy entire directory recursively to another directory destination. Thanks -- You...
I want Ctrl+C to copy selected text to clipboard and switch to command mode. The line bellow populates clipboard but doesn't do the switching to command mode....
Hi, I am trying to install vim 7.3 locally on a red hat machine in which I have a user account. I downloaded the source code from vim.org and ran the...
I use these function keys on Linux with no problems (the zz is lower case, not upper case and was done to get rid of some strange behavior on OpenSuse 11.2...
Hi, https://github.com/baskerville/bubblegum Greetings, -- Bastien -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
It happened to a plugin of tpope and to one of mine: 31 down ratings in sequence on 2011-08-06 between 18:234 and 22:05 310 down ratings in sequence on...
Hi all, I'd like to display "->" with "→ " in haskell files. But I have the impression the conceal mechanism only work to replace "->" by one character. An...
I'm running the savevers script (http://www.vim.org/scripts/script.php?script_id=89) but I'm not getting the expected numbered backups. These are the only...
Hi all My local college radio mentioned vim today... but not our favourite editor. http://vimband.com/ Regards, John -- You received this message from the...
I use Coverity at work (http://www.coverity.com, the same company whose flagship product has been used on a large number of open-source projects over the past...
Sometimes I accidentally enter insert mode and then exit it, this causes . command to reset.. Is there any way to tell vim that, if there was no change, it...
I'm using vim with a bunch of plugins ( pathogen, ctags, snipmate, supertab,... ), and everything works fine for all kinds of file extensions. However, when...
Hi, I am using libcall api from gvim in order to call functions of dll but. 1/ I would like to do first libcall to instantiate one object and this one has to...
I work on Unix and Windows machines, but I keep my vim config directory as well as my documents in sync on my various machines. The file paths on the two...
Hello all... I've been using of Vim as my everyday editor for many years but have only recently started to program it to do repetitive things for me. I've...
Hi, I want to customize the behavior of CTRL-W CTRL-F. For example, it is of the pattern #include <header.h>, I will search for C and C++ header file...
I set NeoComplCache in my vimrc like this. All of those are from help file of NeoComplCache. I want to map <C-n>,<C-p> or <C-j>,<C-k> to select complete item...
I have a file containing groups of lines separated by an empty line. In vim speak each group is called a paragraph and I can use the following from motion.txt...