... I don't use the vim-latex Suite but maybe you could use :menutranlate for this. E.g. menutranlate Latex\.Symbols\.Pi Latex\.Symbols\.¶ You'd still have to...
Hello Mika, ... I think this is not possible. You have to change the cursor color in the terminal application. Which terminal do you use? For example it's ...
Hi All, Using ":setlocal spell spellang=en_US" (as advised from :help spell- quickstart) I get with following example docbook: ... <!-- <para> (A)sistem is...
Hi all, is there any wat do this : p == NULL change to NULL == p. --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
We know that the repeat command ... cannot be customized, which is "a pity" in many occasions. But maybe there are some good reasons to keep the situation as...
Vim 7.1.229 WinXP Not having much luck with this, looking for suggestions. I have a function that is called via an omap. Once the function completes, I want to...
I'm currently trying to use the Align plugin to format a ruby hash declaration, and would appreciate any hints. Here's a sample of non-formatted ruby hash...
I am having trouble using the plugin Enhanced Commentify (http://www.vim.org/scripts/script.php?script_id=23) I copied the contents of the archive file into my...
Hello all, I hope this is a quick question (it looks like it ought to have a simple answer, but I can't find anything in the archives...). This morning I...
Hi all, I have the following configuration: set complete=.,w,b,kspell set completeopt=menu,longest I'm writing some Python code, so I start writing an...
I would like to map a comibnation of <Ctrl+some_key> to an existing vi command. Lets say for example, I want to map <Ctrl+Left_arrow> to the command 'B' (move...
SrchRplcHiGrp.vim - Search and/or replace based on a syntax highlight group http://www.vim.org/scripts/script.php?script_id=848 SR = Search and/or Replace This...
With syntax highlighting, \< and \> are very useful for isolating keywords. What a simple way of doing the same thing for operators that are made up of a...
Is it possible to highlight unmatched opening brackets? I tried defining two regions like syn region abc start="(" end="92;%$" syn region def start="(" end=")" ...
Hi i would like the preview window disappears (close or hide) after one tag from the completion pop up window is selected. It is possible? thank you, regards ...
I'm trying to create a vim syntax file for tt++ scripts, I've been using the vim documentation, but am running into lots of questions without apparent answers....
Hi all, I have been a vim user for nearly eight years and have liked it very much. Recently I have started editing text in a keyboard layout other than...
When writing syntax files, is it possible to store pieces of regular expressions in a variable, and reuse them in several match patterns? This would have been...
Hello, Vimmers. When I wrote a plugin, I noticed that Vim doesn't expand mappings for some keys while Insert mode completion is active. For example, the...
Hi to all: I like mark a text in low-case and conver in up-case. Example: hello world ctrl + v (select the text) HELLO WORLD Thanks in advance -- ilimit... ...
I have only been using vim for a little while. I want to uppercase a group of lines. so I hit shift -V, and then highlight the lines. If I want to lowercase, I...
Hi folks, some time has passed, since I talked. Now I have some Vim help files translated to German. They are in http://www.florianrehnisch.de/vimhelp/ The...
Well, I've been trying to get cscope working with cygwin and vim 7 on Windows XP. Cygwin has mlscope, which you can install in the usual way using the cygwin...
Hello to everyone. I'm trying to write a vim plugin using the ruby interface, but I'm getting some weird errors while executing ruby code. In particular, I...
I'm trying to use the :read command in a function, to insert the contents of a file after the cursor. I can't figure out how to expand the variable that holds...
Hi, I'm new to using Vim and having a bit of a problem configuring the colors used to highlight search results (after setting 'hlsearch39;). I found a page...