I have a long list of words, on word per line. Many of the words are not "words", i.e. not in a dictionary. I would like to turn on vim's spell check and...
I have the tabs enabled but find always files in the bufferlist but not in tabs. How can I open buffers always in tabs? -- You received this message from the...
I wanted to test something on Win32 Vim, so I went to download it, and found, on http://www.vim.org/download.php#pc: """ PC: MS-DOS and MS-Windows Since there...
Hi, Using a confirm dialog, how can I do a splash information box at startupt of Gvim ? Thank you -- You received this message from the "vim_use" maillist. For...
Hej, ... I use this to comment out parts of html files. ... function! Blub() range echo "hallo" exec "normal `<i<!--\<esc>" " start of the comment if...
Vim 7.2.367 Does anyone know how to get the same data :buffers provides for the current buffer? From the :help :buffers Indicators (chars in the same column...
Hello, I tried 3 ways to install "vim-with-everything" on Fedora Core 8, but failed: Attempt 1) vim-7.2.tar.bz2 - typing make resulted in the following error: ...
Hi all, is anybody interesting with integration Vim and SAP environment? I really like using Vim as ABAP editor, but ... I need to know more about Vim to try...
Is it possible in Vim to close a tab with a middle click? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the...
I often misuse vim to view log files while debugging batch jobs. It is very handy for moving around in the file, viewing the colorized content and searching...
... Have you checked vimoutliner? http://www.vimoutliner.org/ - Jostein -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
I'm writing a plug-in and want to temporarily hide the cursor. It would be really neat if I could do "highlight Cursor NONE" and later restore the highlight...
Hi there, I am wondering if I am doing anything wrong. I tried selecting spell checl for a docbook file (XML). I simply go the menu bar, click on: Spelling >...
1) I would like to know if it is possible to close the last tab but keep the empty tab without closing vim. 2) I would also like to know if it is possible to...
I have sketched out a few steps to create a concordance, an alphabetic list of all the words in a book, one word per line, with dupes eliminated. Now I need to...
how to open only session files? I have made a session.vim, when it opens all the previous files I was working on open, this is good. 1) But if I quit vim, 2)...
Hi, I want to have Vim (on Windows), automatically split the window if I open two files (using right-click explorer integration - Open in Single VIM Window). ...
Hey, I just installed a vim c/c++ plugin from here http://www.vim.org/scripts/script.php?script_id=213. Now I'm unable to map <C-j> to any command (I usually...
Actually, i meet a problem like below. I tried to update a specific "unlisted" buffer every time the BufEnter event happens. the Code like below( just an...
... In regexp replace strings you can use "&" to refer back to the whole match or \1 to \9 to refer to submatches. ... Try this: %s/[0-9]/&_/g -- You received...
I'm using vim 7.2, normal version on slackware 13.0 32-bit. For my purposes, it would be great if I could close all buffers, but keep vim open. I note ':on',...
Hi, I vaguely remember that such a thing exists but it could well be that I'm confusing vimscript with some other language. It there such a thing as a missing...
Is it possible to color the directories in Winmanager as in NERDTree? (p.e. all directories blue?) I can't find out as well how to sort the files and...
If I type ctrl+W_ctrl+F over a string and there is not a file whose name is the string, vim will show "E447: Can't file file '<the string>39; in path". However,...
Hi, I would like to bdelete buffers that I don't use anymore and it happens that they all are *.csv Can I bdelete *.csv ? Thank you -- You received this...
I would like to find a way to de-select the search highlight. The only way I found is to do another search which isn't in the text p.e. /fffffffff Isn't there...
Hi, I recently upgraded my gvim from 6.2 to 7.2. I found the front which used to be very sharp in gvim 6.2 became a little fuzzy. Anyone has similar...
I added a few menu commands in Gvim. p.e. :sort u Is it possible to ask for an input value: - from line xxx to line xxx and if no input given using "all...