I would like to cause comment blocks in Python code to be folded away (or use some similar mechanism) independently of like indented, non-comment lines. In...
Hi All! I used this function on Linux a while ago: http://www.linuxgazette.com/node_files/2001-03/2748/tabstops.vimrc.txt " define a function for cycling the...
Hi All! I found this tip about highlighting the current line: http://www.vim.org/tips/tip.php?tip_id=263 But this only highllights a line you are on when you...
I have been using gVim since 6.1. One bug seems always there. Maybe it is because there are few Chinese users :-). I'll describe it in detail now. GVim can...
It does not appear that vim7's vimgrep command permits recursive searches to be specified easily when it is desired to search multiple subdirectories in a...
Hi all Using Debian sid, vim 6.3.31. I want to check if a file exists or not before sourcing it my .vimrc. Is it possible? If yes, can you please tell me how...
my windoze version of gvim did not set the compatible flag off even though _gvimrc existed and was loaded. Now my tabbar works, undo works... Previously I've...
Hi, I have used vim on *NIX for many years and gvim on Windows for a while. I am vexed by a simple task: Making the <Alt-C> copy selected text to the clipboard...
Right now the function key F10 maps to opening the top menu in gvim. I would like to use F10 for someting else and set F9 to do this. No matter what I insert...
1. why did you folks not recommend minibufexpl.vim or its bigger brother script? 2. why does the script search page not find the multiwin.vim script (I know,...
Thanks for the flawed menu and tooltips help. I deleted the slovak locale files from the lang directory and now I have everything in English. Is it possible to...
... I can't reproduce this. There must be something in your setup that causes this. Try starting Vim with "gvim -u NONE -U NONE". -- The fastest way to get...
Hi. I'm new here. :) To the point, my issue is this: Let's say I have a file that contains: #start \a\ \a\ \a\ \a\ #end In GVim, I click Edit>Find & Replace. ...
Hello, I wonder whether the syntax highlighting for ASP.NET web server controls could be completed. In particular, for example, when I write <asp:DropDownList ...
Hello, In ASP.NET, one can specify the following directive somewhere around the beginning of a file ending in .aspx: <%@ Page Language="C#"> This Page...
Hello, I am curious to see the font MS Sans Serif inside gvim on Windows XP. How do I do this? I tried :set guifont=* but resulting font selector dialog box...
I have a question regarding the VIM's menu. Gvim (6.3) mistakenly adjusts its locale to slovak, although my windows locale is slovenian. How can I change the ...
Hi, people. I wonder if one of you would not have an already made solution for me. I'm trying to get `xdvi' nice point-and-click feature and Vim to ...
I work with a large development group that uses CVS, but everyone doe not use the same text editors or indention criteria. Consequently when I check out a file...
(g)vim(d) executables for W32 are now available at patch level 6.3.061, see http://users.skynet.be/antoine.mechelynck/vim/ The same page also has a link to my...
I am using manual fold markers. I am thinking it would be a neat option if vim could remember where each marker is, without having them saved in the file, just...
Hi, I try to make GVim work on a computer where : 1- The DOS command has been disabled which mean I cannot execute the cmd.exe from the c:\windows92;system32...
Hi, I'd like to insert the filename of the current file as text into the document itself (e.g. for the class name). I know that I can get the filename with ......
I replied to the sender instead of the group. Forwarding on to the group... Kevin ... From: Kevin White <jedirunner@...> Date: Thu, 27 Jan 2005 08:36:59...
I'm trying to set up a Thunderbird filter to get emails from vim into my vim folder. Any ideas on what I should use? Thanks, Scott LaBounty Nexa Technologies,...
Dear all, I tried to use vimspell.vim on Windows but encountered some errors. Some thing like not being able to open some .tmp file, etc. I have aspell which...
My company has mandated that we use spaces for indenting rather than tabs. I have some questions related to this: 1- How do I tell vim to use spaces instead...