I am trying to get the "=+" operator highlighted as an error in PHP files. I have this file: $ cat /home/dotancohen/.vim/after/syntax/php.vim scriptencoding...
hi everyone, I meet with a small problem when using neocomplcache : some items aren’t listed in the popup menu as candidates, and these items(globals, marcos...
... The help example has ':E12339; but it means 'E123:39;? What is the '^Vim...' stuff for? The messages on my system do not start with 'Vim' (use :s/xxx/xxx/ on...
I am using console Vim version 7.3 on Fedora Linux. When I enter <S-Tab> while executing a script, the getchar() function returns 0. (getchar() also returns 0...
https://github.com/RandyMcMillan/QuickVim I've found this method of setting up my vim configuration is easy. Fork/Copy and modify to your specifications. Git...
Hi all, I saw one line command map used to insert the directory of the current buffer in command line mode in steve losh's vimrc: cnoremap <expr> %%...
I have a long standing question regarding vim's recovery mode. When you have a crash and then recover a file, why doesn't vim remove the .swp file after the...
First, let me say that I'm in love with Vim. I'm a new user (started about two weeks ago) and I already can't imagine using anything else. I recently got into...
I have a few files I use to script my backups. I've been tweaking them as usual. Suddenly vim is acting very strange, and the files are misbehaving. The main...
Hi, I would like to start a new vim session on an already open file. I am explicitly invoking the second vim instance in readonly mode, either with 'view' or...
I'm using vim 7.3.515 on windows 7. ... <html> <head> <title>test</title> <script type="text/javascript"> <!-- function func1() { var i=0; } //--> </script> ...
this user is sending spam scripts: http://www.vim.org/account/profile.php?user_id=48421 -- You received this message from the "vim_use" maillist. Do not...
Hi Vimmers, I have been chasing vim plugins for a long time and found some good couples that share same semantics or similar keystrokes. First couple I want to...
Hi there, I'd like to get vim for Windows, however the following .exe does not seem available from this location: ftp://ftp.vim.org/pub/vim/pc/gvim73_46.exe ...
I have two HP-UX machines say A and B with HP-UX 11.11 and 11.31 respectively. I'have compiled gvim 7.3 from source an B, and gvim 7.0 on A, both with same...
A while back I voiced interest and got help in disabling abbreviations, when I was on the : command line. I want to write functions to do this, in a little ...
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...