All, I've noticed some strange cursor behavior when following one of the Wiki tips. Below is a 26-line-long file to describe and demonstrate the problem. "...
Hi, The motion t{char} does not work when the character I choose is "}". Does anyone know why? I use gvim 7.3 on Windows XP. Thanks, Antonis -- You received...
I just started using tmux, and i am exploring 256 color option of the terminal. Is there any good colorscheme that uses theses colors effectively, especially ...
I have vimrc and copy of ~/.vim/ with all plugins -- but i can not migrate this settings on clear version vim (fresh install). Why vim does not include plugin...
I would like to know how to highlight matches after invoking a function p.e. function! s:MyFunction() let search = '\d92;+' let @/ = search return "normal n" ...
Hi all, Mark.vim plugin is disabled after i restore my workspace from session.vim every time. I can't highlight anything using mark.vim. Could you guys help me...
Hello all, I have this annoying problem and I'm hoping some of the vim gurus out there will be able to help me. I'm a C++ programmer and I love working with...
I seem to have trouble with the matchtime option. As I understand it, this option will show the matching-brace highlight for a short time, then disappear. I...
Yes, its back! Albeit at a new webhost (apply your favorite search engine to hostbig). You may find it at: http://www.drchip.org/ Hopefully all my vim pages...
When using the spell correction feature ("set spelllang=de_de spell") a word containing a german "ß" (0xDF) is displayed incorrectly if it is found to be...
When I start gvim with a file name Gvim h:\bin92;pcalc.pl, if I edit another file by name, it references the same directory... However, if I use UNC name, Gvim...
... I'm not sure you can. Try hitting Ctrl-K in Insert mode, followed by the desired key combination, and see if anything appears. If yes, it is the <> form of...
... How about just always leaving insert mode when leaving the current tab page? autocmd TabLeave * stopinsert -- You received this message from the "vim_use"...
Hi I wonder, how i can enable auto copy of selected text into '+' register in Ubuntu (to share clipboard between apps)? i have set guioptions+=a (in...
I recently found this out: "Suppose you typed a longer command and you noticed that you had made several mistakes, and wanted to do the correction in the vi...
Hello, Has anyone successfully built Vim for Windows 7 with support for 64 bit perl? It would be nice if VIM were 64 bit, but 32 bit VIM is OK; embedded perl...
Hi, I was just wondering why the (more-easily typed) 'q' button is mapped by default to *record* a macro and the '@' character to actually "play" the macro...
Hi, I recently look for re-(format|indent)ing my code and after many queries on google or in :help I didn't find a satisfactory solution. On websites I found a...
According to the help (:he :ilist) ... would find all occurrences of the string 'foo' while ... would find all occurrences of the pattern \<foo92;>, that is,...
It happens that I still use the original Unix markup language, troff with commands that start with a dot on at the beginning of a line, or ocmes that start...
I'm trying to figure out if there's an easy way to do a ... pair of usage ideas: " 1) diff against a previous revision of the file ... " 2) diff against a...
I have a bunch of numbers and for each of them I have to find all occurrences in a file, that is: for the first number, find all lines containing the number,...
I am trying to write an script to execute a vim command to multiples txt files and to overwrite these txt with the result. Something like that. #!/bin/sh for i...
Hello to all readers, I use submatch() to increment/decrement numbers in a text. My questions are: 1) In my country the "comma" is seen as decimal separator. ...
I have a few hundred text files, mostly documentation, and all of them ... I would like to have Vim automatically create folds so that I could use the usual...
When editing a file using ftp, sometimes I mis-enter my password. What is command to re-issue the user name and password? Thank You. -- You received this...
Good Morning. Vim 7.3.1-421 Windows 7 64-bit. I want to create a command mode mapping which will do a substitution on what is already typed in. I am just...