Hi, The patch below adds a new option to Vim called 'breakhlinks39;, with this option activated, Vim will check if the file to be saved is a hard link, if so, it...
Hi, Because Bram has holidays I can post some thoughts without cold shower ;) And maybe there are ways to workarond it? 1. change value return by substitute()....
typo report for gvim manual COMPLIMENTED RANGE -> COMPLEMENTED RANGE _________________________________________________________________ MSN Fotos: la forma más...
Hello, I have a weird problem with umlauts, but I think it's an bug in GVim. If I have "set background=dark" in my .vimrc, I can't copy umlauts from (for ...
... In order to make patches similar to the official ones, I think there are two rules: 1. Make the patch from the vim61/ directory, so that they have paths ...
Hello Sometimes (twice a live) I neet text to be justified on both sides. ... I'll be glad if you find it useful. vitas @;; -- keep snailing @_;; diff -urN...
The 'conceal39; patch has been updated to patch against current CVS (6.1.263) Patch contains docs and tweak to "optwin.vim". If you don't know what this patch is...
I am a fairly naive user of the sophisticated features in vim additional to those in vi. I am interested in menu.vim used from gvim on a win32 platform. If I...
Hi. Here is a patch which adds a new flag 'R' to the "shortmess" configuration option: R don't give the "ATTENTION" message when an existing swap file is...
Hi, I found a bug of syntax/make.vim. In below case, the last line is not comment, but make.vim interpret the line is comment. ... AAA = aaa1 \ aaa2 \ #...
If you are a Microsoft employee, please contact me (George Reilly) at my work address, georgere@.... I have a small favor to ask you. Yes, I am being...
Hi, I wrote a hack last year (gnome-vim) to be able to use vim with Evolution, but I've decided to attempt a correct implementation of vim as a bonobo...
Hi, I was wondering whether it's possible to change the incremental search behaviour as follows: Current behaviour: After you start typing, vim starts...
Running kvim/gvim 6.1.141. It appears that the graphical versions of vim have a usability annoyance in the menuing. Tools -> Folding -> Fold column width ->...
Vim users and developers: I have uploaded a new "Tip of the Day" script at http://vim.sourceforge.net/script.php?script_id=88 If you download tips from ...
Vim is used everywhere, also within Microsoft. This inspired Microsoft ... I am grateful for the Microsoft employees and Microsoft itself to help Vim's...
I have isolated a behavioral inconsistency in highlighting folds. Versions: Vim 6.0.x - Vim 6.1 I am using my own foldtext function and am, admittedly, using...
Patch 6.1.263 Problem: When typing a multi-byte character that triggers an abbreviation it is not inserted properly. Solution: Handle adding the typed...
Patch 6.1.262 Problem: When jumping over folds with "z[", "zj" and "zk" the previous position is not remembered. (Hari Krishna Dara) Solution: Set the...
Patch 6.1.261 Problem: When deleting a line in a buffer which is not the current buffer, using the Perl interface Delete(), the cursor in the current window...
Patch 6.1.260 (depends on 6.1.104) Problem: GCC 3.2 still seems to have an optimizer problem. (Zvi Har'El) Solution: Use the same configure check as used...
Patch 6.1.259 (extra) Problem: Mac: with 'patchmode39; is used filenames are truncated. Solution: Increase the BASENAMELEN for Mac OS X. (Ed Ralston) Files:...
Patch 6.1.258 Problem: Buffers menu doesn't work properly for multibyte buffer names. Solution: Use a pattern to get the left and right part of the name. ...
Patch 6.1.257 Problem: ":cwindow" always sets the previous window to the last but one window. (Benji Fisher) Solution: Set the previous window properly. ...
Patch 6.1.256 (depends on 6.1.255) Problem: Defining a function after ":if 0" could still cause an error message for an existing function. Leaking memory...
Hi ! I'm not sure whether it's fresh topic or not, but it is a bug report, sort of. The GNU "configure" script, that is to be employed prior to building the...
Hi- I'm using 6.1.125 with gtk When I open a file with gvim and then type : <Return> I can no longer page through my file wtih <C-f> (I can prior to typing :...
Hi all, I am the guy behind the port of gvim to KDE and the implementation of a KDE vim component (see http://www.freehackers.org/kvim/) Warning, this is a...