Not quite sure how to set this up. When I create a menu item it usually calls a command vnoremenu <script> MyMenu.Test :Test<CR> What I want it to do instead...
Does anyone have an archive of mail which includes the spam that we receive from admin@...? I need to know when that spam started. I kept a few messages,...
Somehow on exiting Vim I managed to set a password with Encryption On resulting in this: http://i.minus.com/i0EtLG3ZGp0H7.jpg Outside of somehow remember what...
Hello all. I am using Fuzzy Finder, it is great but there is something really annoying about it. Most of the time I use FufBuffer problem is that when press CR...
Hello, I am trying to use vim on HP-UX 11.31 ia64 OS. Everything is a bit slow (file open, paste, ...) but finding in files is really unbearable. With a 7.8MB...
This certainly looks like another script which can be classified as 'spam': http://www.vim.org/scripts/script.php?script_id=4362 Can some of the vim.org admins...
Hi, I wrote a plugin called ColorSchemePicker, here is something about it: Power VIM Users like us have already wasted tons of time to choose our favorite...
Hi, I am using gvim under windows. When I open a file with context menu, this error message appears: <SNR>10_LoadFTPPlugin. How can I find it in order to fix...
After I got the recent update of Vim from my Linux distro repo The \zs \ze seem to not be working now. I use to do something like this: I have a dog. ... and...
hi chris: I tested the current release of your plugin3075, it looks the NR! feature is not well implemented. this is the help :NR! ... current line, else use...
Is it possible to set the default size of a split when it is opened? I use the Vim man page plug-in that allows you to use <Leader>+K to open the man page for...
Hi all, I have an issue with tmux (again), I'm trying to map <C-Up> and <C-Down>, but codes have changed, so, with a ^K I have remapped to [A and [B as follow:...
Hi, Is it possible to remove directory from Vim command. I don't see it in the help. Just "delete(" for files. I would like to avoid using system( and call del...
I'm using Vim 7.3.67 on Windows 7. I made a change to my .vimrc file, and now when I launch vim by double-clicking a text file on my desktop, the tool works...
Hi @ all, I'm using the internal spell checker of vim7.3 to spell check my latex files. If I'm using German umlauts in Latex style (e.g. "a for ä) the double...
Hi, Starting with a file with two lines: var1_$x; var2>$x-1 var3x; var4x==1 I would like to end up with the following seven line file: var1_1; var2>1-1 var1_2;...
You are subscribed to the vim_use mailing list (where I am a manager). There is a problem because unwanted mail (spam) is received from admin@... by anyone...
one of the script in my vim environment is not able to create a /tmp file, i keep getting the following error. This script is invoked every time i write the...
-- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit...
Hello, short version>>> When using inoremap <expr>, does vim throw away some part of state that is kept when using a normal inoremap? Calling an <expr>...
Hi, In my vim syntax highlighting, I am having a long underline under certain keywords. Please see the snapshot here -- http://i.stack.imgur.com/HufRs.png ...
Hi, I set the tw option to 80, but it seems like the auto wrapping only works in a new vi buffer. When I try to open a txt file and set the tw, it does not ...
Hi, List Not sure it's a gvim problem or fluxbox. I start gvim from fluxbox menuitem 'run', then I get a very big gvim window on the virtual screen. It's...
if i haven't saved the session, is there a way to get vim to restore back to the way it was (before a system crash?) if not is there a setting to get it to...
I'm looking at a handy way to insert curr timestamp when writing, right in insert mode , e.g. in following texts I want it injected right after "today", and...