Hi, this might be the wrong mailing list for my issue. However, I think that many of you use a very similar setup and might have an idea how to solve it. I use...
Hi, I am using gtk-vim-syntax. As directed, I have copied it and :run glib.vim which highlights my glib commands. I tried to enable gtk3 as well by :run...
Vim 7.3.785@Win7-64 Please, consider the following content of a buffer: $ ...<p>$ Then start a visual block (C-V) at the left angle of p. Extend the block to...
I issued the following in gvim compiled for Windows: colorscheme default TOhtml The default color scheme is black text on white background. However, the...
When using folds with foldmethod=indent, is there a way to show a user specified number of lines before actually folding? For example, if the user specified...
Hi Vim, I have a load of csv files in which some rows have an arrow at the end. The arrow seems to have been made using Windows ALT 26. It shows up in Vim as...
I think it would be extremely useful to have the cursor stretch itself on every tab character, versus being placed at the beginning or end as if it were on a...
Hi folks, I just discovered that if you have "syntax on" and "set showmatch" in .vimrc, then the screen updating sometimes behaves wrong during searches. I...
First , this script is a life change one, Thanks Ingo for it. However, I do have a few questions regarding to it. After playing with this script for a few...
Hi. I'm vim user. I use vim to read the android framework source code with cscope and ctags. when I don't know where some file's location, I use cscope command...
https://github.com/yueyoum/vim-alignment ctrl+v selete some lines <Leader>[ align the start positions of lines <Leader>= align the = positions of lines....
Hi, mail.vim links syntax group mailSubject to LineNr. My preferred colourscheme makes line numbers receed, whereas I want mail subjects to stand out. How can...
I use follow two method, but it only show ^M and ^@, who know how to add a newline. thanks let n_line = substitute(n_line,'\({92;)','\r\139;,'g') let n_line =...
Hi there! Recently I've started using vim, and tried to enable spellchecking for russian. So I've tried ":setlocal spell spelllang=ru". Vim said, that it...
netrw opens a file when the left mouse button is clicked. Is there a way to avoid this? I just want to position the cursor with the left click, same as the...
I would like to associate commands with the numeric keypad ctrl + -> (number 6 on the numeric keypad with numlock enabled) I don't know how to do this. Can...
I have the following map which inserts a space and escapes back to normal mode. How can I remove the delay associated with it when I execute it? I want it to...
Hi vimmers, I'm editing a fairly lengthy manpage, so I'd like to be able to use vim folding to make the task easier. I'd like to use fdm=fold-marker, to make...
Hello List, Does anyone have some examples on mappings to switch windows faster *CTRL-W, h and CTRL-W, l* ? -- -- You received this message from the "vim_use"...
Is there a way to change a selection type from one to the other (say from visual to visual block mode) without deselecting, choosing the new type, and then...
Hi, does vi has a fuction like "grep -v"? I always found I need to seach within the file with those lines which exclue specific strings. Thanks. regards -- -- ...
... Hash: SHA256 Hi all, I recently enabled the doxygen.vim script (part of Vim) to highlight phpdoc inside php files. (let g:load_doxygen_syntax=1 in my...
Hi, I like navigating the jump list using ctrl-o and ctrl-i. The problem is that I also prefer to use relativenumber. Both settings, unfortunately, do not...
Does someone know how to match russian characters (alphabet) with regex. I tried \w but it does match them. Thanks -- -- You received this message from the...
I see that this question was asked back in 2009, (http://tech.groups.yahoo.com/group/vim/message/105903) but I thought I'd raise it again to see if any...
Hi all, I'm using the thin listing (g:netrw_liststyle=0) and each time I open netrw, the cursor seems to end up on a random line inside the listing. What I'd...
I installed cygwin's gvim on Windows 7. I found that pasting from the Windows clipboard into gvim doesn't work by clicking the middle mouse button unless I go...