Hello. What plugins of this type do you use? Please answer only if your plugin supports at least listing of two kinds of things (files on FS and tags or...
ViM 7.3.46 on Windows XP big version with GUI 1. copy block of text to register *a* with "ay6 2. record macro sequence /\t21 "ap; 3. result first time: cursor...
Hi, this is possibly me not being regex proficient enough, but here goes: When I search for patterns with 'not newline' at the end, for instance, "/&[^92;n]",...
... Previous location does not show up in jump list and instead some random locations show up there. Obviously, ctrl-o does not work to jump to previous spot. ...
Hello, well - this is my first post here after using vim(1) for so long (it's something in between 10 and 12 years, i've forgotten), so let me thank the vim(1)...
Hello everyone, What i want to do is map some key<A-S-j/k> such that when ever i press the key i want the current tabpage to be moved previous to a tab/after...
Hello, I'm trying to write a syntax file for a language that looks like this: var1 = foo; block name { var2 = bar; var3 = true; } The problem I have is that...
Folks, I am trying to embed perl syntax, but it seems that somehow my new cluster contains definitions from the perl.vim that were already contained. I think...
I am working on an HTML file generated by WordPerfect39;s Publish to HTML, trying to get clean html but maintaining the format fairly closely. One thing I'd like...
I tried this on Windows 7, vista and on Linux. If I have a window maximized vertically, then open a new tab (say :tab he) and then close that tab, so the tab...
Hi, I am having a truly annoying issue with gVim on Linux. It happens every so often that the screen does not redraw itself properly. Instead either several...
Is it possible to search within the results in the More prompt (using '/' like the less command)? It doesn't look like there's builtin support for that...
Where can I find VIM copyright statement? Thanks, zetta -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
Hello, I am able to locate VIM license at http://vimdoc.sourceforge.net/htmldoc/uganda.html#license Where can I find VIM copyright statement? Thanks for your...
I have a problem installing the matchit plugin (for matching html tags) which comes with vim on debian. As far as I understand, all I have to do is ':so...
SelectBuf is failing with the following: Error detected while processing function selectbuf#ListBufs..<SNR>47_GoToBrowserWindow: line 32: E86: Buffer 94 does...
I use a perl script to align columns: http://entable.s3.amazonaws.com/index.html from vim ... which works great. I have a function that does a cd then executes...
guys: is there a way to bind ctrl+shift+p differently that ctrl-p ? google told me NO, since they are the same "key code". just double check to experts here as...
how do i make vim think that the set paste option is set if i'm pasting output from outside. i use shift-insert to paste, can this be mapped to set/unset...
guys: I know this might looks not vim related in the first glance... but since I almost only use console vim, so a good terminal is essential here. I ever used...
experts: just curious about: how to display the contents that I input previously so I may just call them easily , just like the way I search my cmd history and...
... I don't understand python,So I don't known what can i do for debug this error. -- You received this message from the "vim_use" maillist. Do not top-post!...
Hello. I wonder if there are any Eclim users that can help me. I have a function which I called from a BufRead autocommand to set the local working directory ...
Hi all, I believe that the default syntax file for cfg files (syntax/cfg.vim) should be modified as follows: 20,21c20,21 < "Parameters < syn match CfgParams...
I setup vim to auto update tags follow http://vim.wikia.com/wiki/Autocmd_to_update_ctags_file when i write to .c file, tags file not changed. I add one line...
Not sure I should go to Dr. Chip for this ... I just find when I open my home dir (seems a big one) , I got stuck when using netrw, but no issues when using...
I am running Vim 7.3 on OS X 10.8 (Mountain Lion). I just installed VimChat (https://github.com/ironcamel/vimchat) and am told “Not an editor command:...
Hi all, Sorry if this is the wrong forum to ask about a vim plugin. I'm trying out Pydiction (http://www.vim.org/scripts/script.php?script_id=850) to...
i am using vcsgit, i want to know what values should i set in VCSCommandGitDiffOpt so that i can view diffs between working dir/index, working dir/last commit,...