Well, barring massive response with problems, bugs, mistakes, omissions, etc. I may have uploaded the final beta for VimRegEx.vim. Mostly, I've added user...
... ,> --> > What I'm running straight into is the shift-lines function of the '>' key. The mapping does not appear to intercept the keystroke before it...
I just got the following mail from the SpamCop administrator. It speaks for itself, so I'm not adding comments here at the top. Happy Vimming! Tony ...
I just noticed that match Ignore /^M/ applies the correct highlighting, while syntax match Ignore /^M/ does not. But with syn-match, the synID is correct......
Well, I've tried to make some user friendly changes (especially in the Usage message, thx Dave Fishburn). I've added quite a bit of new structure to how the...
Whenever I try to map ` (back quote) to <Esc> (Escape), it doesn't work. ... However, whenever I'm in insert mode, it just types "<Esc>". I've tried using the...
Dear all, I am sorry to ask again a very basic question. I decided to give up my attempt to compile gvim 6.3, and to install again the 6.2 version that came...
Hello all, I would like to get also the binary value of a caracter when using the "ga" command. Is there a way to do this? is there another alternative to do...
I'm trying to get vim running on a Windows box. According to the instructions, the .vimrc file should be named _vimrc, and placed in the directory named in the...
Hello, When I install VIM on windows. I have two folders under vim. viz. vim63 and vimfiles. It is observed that vim63 and vimfiles have same subfolders. But...
Howdy Chip. I am in the process of adding the GetLastestVimScripts support into my plugins. http://www.vim.org/scripts/script.php?script_id=642 Quick question,...
... I don't think that's true at all. I bet there are even some vim users who think they are using vi. ... See ... `:set nocp' in the system-wide vimrc if you...
... Indeed, sorry. But even with "vim -u NONE -U NONE", it has the compatible flag set (and thus a huge cpo : cpoptions=aAbBcCdDeEfFijJkKlLmnoOprsStuwWxy$!%*<)...
Hello all, I am using the next tip to search for a word in google automaticaly running IE: nmap ,i :update<CR>: !start c:\progra~1\intern~1\iexplore.exe ...
Hello, Recently I have changed my monitor. Now, I see a lot of more free space in the right part of my code (using nowrap). However, I would like to have a ...
I am trying to use a keymap to define keystrokes that produce a number of Unicode symbols. Using <M-i> <char-0x2373> works just fine to map Alt-i to a symbol...
Hi all, let's imagine a line like this: blah blah blah 01 blah blah blah I want to copy it (i.e. by typing yy) and pasting it 10 times (i.e. by typing p10p),...
Hello! I've got a text file with the following format: A date in the format dd.mm.YY, linebreak, some text lines with breaks, an empty line. I want to...
Hi all, When I am working in gvim in windows, then doing a :e, typing the first few characters and pressing tab, auto-completes paths in a case-insensitive...
After short time I'm string to migrate from Emacs to Vim, mainly because I do not have time to spend on learning Lisp so I could configure Emacs and finally...
Hello all, I am having trouble getting automatic syntax come up when I change to a new buffer with a specific file extensions. I have the following lines in my...
My Problem: I want to diff two .cpp files with members like LinuxClass::Membera(int x){ ... } and in the other file: Win32Class::Membera(int x){ ... } Becaus...