Vim is hardlocking for me on every single run on my FreeBSD 5.4 system. I've tried 7.2.299, 7.2.309 and 7.2.315 and all are broken. It appears to compile fine,...
Hi Attached patch fixes typos in some README files. Cheers -- Dominique -- You received this message from the "vim_dev" maillist. For more information, visit...
Hey all, I have recently been working on bringing Carl Worth's excellent notmuch[1] mail indexing application into a state where I can rely on it for everyday...
I am not very sure whether this is a bug of screen update. OR some kind of rule for the vim, sorry i can't find this kind of rule mentioned in the help doc. It...
Hello ! I have a problem with patch 274 about syntax highlighting. If i'm apply this patch, syntax highlighting become very very very slow when i'm modifying...
This will allow scripts to use the statusline and tabline as button click areas. + *'mousefunction'* *'mfn'* + 'mousefunc39; 'mfn' string (default empty) +...
Steps to reproduce: function F() compiler ant compiler bcc " Now, 'makeprg39; is "ant" echo &makeprg endfunction ":help current_compiler" says: To support older...
Hey all, I was having some fun earlier today, going through some .conf files in Vim and i noticed that conf file that are bind-style (conf filetype in vim)...
Hi, ... Yes, for some reason Vim always escapes some special characters even if we are not going to pass them to a shell or regexp-using command. So ":tag...
Hi, I don't know if I can on this forum but I think it will be good to add some features to Gvim on this new year in order to tempt people to use Gvim more on...
On the vim homepage/community, there is a link to http://vi-improved.com/wiki The domain seems no longer to be active and is now redirected to a GoDaddy page. ...
Hello, I have submitted Slovenian Vim menu translation a while ago while I was still using XP (and then didn't use Windows for ages; menu translations don't...
Patch 7.2.325 Problem: A stray "w" in the startup vimrc file causes the edited file to be replaced with an empty file. (Stone Kang). Solution: Do not...
Hi folks, I found that VimL syntax doesnt fold for something like: fun! g:Test() endf it folds for : fun! g:Test.ok() endf so this is a patch of fixing the...
Patch 7.2.310 Problem: When a filetype plugin in ~/.vim/ftdetect uses ":setfiletype" and the file starts with a "# comment" it gets "conf" filetype. ...
The TeX-syntax highlighting does not detect comments in optional arguments to environments, e.g.: \begin{myenv}[ % here the options ] \end{myenv} The attached...
Hi Attached patch makes minor changes to 'sun_workshop39; feature: - comment out functions defined in integration.c but never used: workshop_invoked(),...
Hi; To repeat the problem, 1- Download http://bugs.pardus.org.tr/attachment.cgi?id=4299 2- And open console, LC_ALL=tr_TR.UTF-8 vim hede.asm Turkish characters...
... Get GNU patch for windows: http://gnuwin32.sourceforge.net/packages/patch.htm Make sure the patch files use CR-LF line endings, or you'll see a lot of...
Patch 7.2.322 Problem: Wrong indenting in virtual replace mode with CTRL-Y below a short line. Solution: Check for character to be NUL. (suggested by Lech...
Patch 7.2.321 Problem: histadd() and searching with "*" fails to add entry to history when it is empty. Solution: Initialize the history. (Lech Lorens) ...
Have two monitors and just instaled UltraMon 3.3.4 Beta. Any info on this behavior? Unhandled exception at 0x77655844 (ntdll.dll) in gvim.exe: 0xC0000005: ...
Hi, Balloon evaluation crashes Vim x74 on Windows. Attached patch fixes that by updating definitions of Windows structures. 64-bit version has been tested with...
Vim erroneously re-indents the current line if in virtual replace mode <C-Y> or <C-E> is pressed while the line above or below respectively is not long enough....
The attached patch fixes the behaviour of Vim where histadd() and searching with * fail to add elements to history if the history is empty. How to reproduce: ...