I seem to have a problem where I want to upgrade my version of gvim for linux but am somewhat confused by the site.... there seems to be a vim-7.1.tar.bz2.......
I see problem with shell highlighting with the following piece, apparently caused by the command named 'locale39;. I am using latest runtime files. from rsync. ...
Hi, Under the condition that other tabs have [Location List]. [Location List] is indicated with [Quickfix List] in a result of a ":buffers" command. ... ...
I read this link and your replies. I'm trying to make vim binary for NetBSD-3.0 from CYGWIN_NT-5.0 system. So, i tried cross compiling the vim. It was not...
After loading a session (using e.g. "gvim -S") the cursor line always finds itself 'scrolloff39; lines below the top of its window, even if it is the last line...
==buffer== foo bar foo ... In versions prior to 7.1.025, this effectively swapped the 2nd and 3rd line. Since patch 7.1.025 this does nothing, apparently...
Hello, would it be OK to set some subversion properties for ignoring certain files? This is my suggestion: svn propset svn:ignore "$(for i in objects tags vim;...
Hello, I am using gvim and there's a little problem bothering me for a long time. when I put gvim's window to full-screen, and open a new tab, then the tab bar...
Hi, ... This has been asked several times. Currently I don't think there is a built-in way to do this. When you drag and drop files into Vim, the files are...
A buffer is set as 'buftype=nofile', and edited remotely through netbeans. The buffer is sometimes cleared when the user attemts to open the buffer in another...
this looks like a bug to me, but who knows -- maybe it's supposed to do this in gvim, when: cursorline is on wrap is off listchars contains "extends:+" when i...
Hello all, I was wondering if anyone is using Vim with Intellisense for C# development? If so, how does one add their own classes to Intellisense so that they...
Hi, ... thanks for the tip. I had completely forgotten the sidescroll92;(off92;)\? options. Combining ... with ... gives a behaviour that is not too intrusive --...
Patch 7.1.266 Problem: When the version string returned by the terminal contains unexpected characters, it is used as typed input. (James Vega) Solution:...
Using latest vim-7.1.264 on Linux x86 (utf8 locale), I see that test42 fails. Trying previous versions, I see that patch vim-7.6.261 broke the test: -...
... If anyone remembers this thread, the OP complained that he could neither get <s-space> to be recognized independently of <space> in vim nor in a GTK2 or...
Patch 7.1.264 Problem: Crash when indenting lines. (Dominique Pelle) Solution: Set the cursor column when changing the cursor line. Files: src/ops.c,...
Patch 7.1.263 Problem: The filetype can consist of two dot separated names. This works for syntax and ftplugin, but not for indent. (Brett Stahlman) ...
Hi folks, I'm new to this list. Please let me know if I'm missing anything or should be posting on another list. I'm investigating this bug reported on...
Can anyone check me? At the moment, trying to connect by FTP or rsync to ftp.vim.org or ftp.nluug.nl doesn't succeed for me (i.e., times out). Best regards, ...
Hi, I have the following in my .vimrc: nmap <C-Up> :cprev<CR> nmap <C-Down> :cnext<CR> to navigate quickly between compiler errors. I noticed though that...
I am having troubles understanding details of the 'titlestring39; option. My 'titlestring39; has become too complicated to maintain so I decided to create a...
The matchparen feature stops highlighting the matching "paren" character when the number of buffer lines between the two parens exceeds the screen height, even...
Patch 7.1.262 Problem: Can't get the process ID of Vim. Solution: Implement getpid(). Files: src/eval.c, runtime/doc/eval.txt ... *************** ... ...