In Vim 7.3 mswin.vim defines `inoremap <C-S> <C-O>:update<CR>`, which causes problems when pressed shortly after a <C-X><C-O> combination because the...
I posted this earlier on vim_mac, but it's not very active at the moment. I thought I'd give it a try here. ... I've encountered a problem with a plugin that...
Hi: I am new to Vim. I have new version of MacVim a OS X: 10.7.4 I installed the latest MACVIM app. I was reading about balloons in a book, i want to create...
Hi Florian ... Here's a patch of what I think should be changed. Feel free to apply it. It's for the file vim-de.1 Greetings Elias -- You received this message...
... -- 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...
I'm encountering the following error attempting to start gvim that is packaged with cygwin. How would I determine if it is a vim or cygwin problem? ... $gvim...
Hi all. And specially Marc Webber, this question is mainly for you :) Ther are some plugins in vim-script (http://vim-scripts.org/vim/scripts.html) that...
Hi All, I opened a file tmp under directory /a/b/c/d in unix environment. gvim opened it with title bar read "tmp ( /a/b/c/d) - GVIM3 I then opened above...
Hi All, I have been carefully reading :help write-plugin but I can't get to understand why the <SID>-on-the-lhs mappings exist, what their purpose is. ... But...
Hi. ... and then insert the register in buffer "ap I get only the first line of the result, when screen output is multiline. -- You received this message from...
guys: I run into an issue about :global right now. with :g, it looks I can grep all lines with a "multi-line pattern" , but only the 1st matched line will be...
Dear everyone, I've been asked to write a snippet of software in a mixture of Borland Pascal 7 for DOS, and assembler (NASM). The technicalities of linking,...
I swear I have been using 'Shift-V39; to select paragraphs. This morning it's selecting only lines. I checked the Oualline book, and it seems selecting lines is...
Hi Vim Guru, I know I can use % to find matching {} or [] or () Is there a way that if I click any of { , } , [ , ], ( , ) without using %; gvim automatically...
Greetings all, ... ... and given this text: NOTE: blah blah blah blah # NOTE: blah blah # blah blah If I do gq{motion} on the top paragraph, formatting...
Somehow, when I was getting started with vim, I ended up with a vim installation to ~\ and a MacVim installation in \Applications. Before I started using...
Hi, I am working with someones elses file, some of them are readonly so I cannot really just read read of the annyoying ^M in the end of the line. Some lines...
hi Nico/folks: I'm a ConqTerm user and I use it everyday. thanks for the good plugin Nico. Recently I constantly run into an strange situation, not sure I can...
Vim 7.3.514, Windows 7 With a status cmdheight of 1, if you do the following, you get the dreaded "hit enter" prompt. ... a b Press ENTER or type command to...
On my Fedora Linux system when I invoke the PopUp menu in GVim, the bottom menu item is "Input Methods" which has as submenu with OS and/or windowing-system...
... But this indeed visually selected the 5 characters but does not yank them. Its as if the " is a comment character and not the start of a yank-to operation....
Don't know how it happened. I'd shut it down after making some changes to the .vimrc settings of a critical plugin---vim-addon-manager. When I went to restart...
This was previously working well, but is no longer. I use vim (v7.3) on my Mac and as my editor on mutt. Now when I use 'gqG' or 'gq}' when replying to a...
Hi, I want to find all the strings the has "K Value=" not followed by 0000 and replace them for "K Value=1300". This is my original text: K Value=0010, P...
Hello, Some time ago, I had written the buffers_search_and_replace plugin (http://www.vim.org/scripts/script.php?script_id=1817) and I now want to optimize it....
When editing one produces changes. The '.' operation will repeat the last change. What I want to to be able to capture the current state of the change-list (if...
Hello all, I have a problem when using vim to edit Russian texts, because I always have to switch to the En- glish keyboard layout to enter normal-mode...
I want to learn Vimscript language, but I have not found any books about this. If you have any good suggest, tell me anything about this. Thanks very much. -- ...
Does autochdir work when switching tab? It does not work in my setup. -- You received this message from the "vim_use" maillist. Do not top-post! Type your...