Hello! I'm trying to input a Chinese character "æ–‡" (U+6587) in vim. However, it seems vim refuses to accept the character. I changed the encoding from the...
I'd really like to see the breakindent patch in vim. E.g. screenshot: http://beta.arcig.cz/~eudoxos/vim7/breakindent1.png The lack of this is *the* reason our...
When pasting a high unicode character (>uFFFF) into vim, the program sometimes crashes from a SIGFPE. I'm running vim from Debian testing on amd64. =====...
... *sigh* late and all that. Here it is. Sorry for that. Yours, Hagen -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
I'm controlling a macvim instance (the "server") from command-line by issuing commands via `vim --remote-send` (the "client"). Everything seems to work except...
Didn't get any answers on vim_use, so I'll pop over here instead. Does anyone know of anything that would have changed between 7.2 and 7.3 that would cause it...
Hi list. I wrote a patch to add {dict} argument to getcharmod(). `getcharmod(1)` returns Dictionary. It is a hassle to see the modifier keys pressed because...
Vim Devs, I have been using Vim for some time now and would like to start giving back to it now that I am capable. However, I am a bit lost on how to start ...
vim --help after patch 7.3.315 in gtk-enabled vim started to print the following message at the end of help: E852: The child process failed to start the GUI ...
Patch 7.3.353 (after 7.3.343) Problem: Missing part of the urxvt patch. Solution: Add the change in term.c Files: src/term.c ... *************** ***...
Patch 7.3.364 (after 7.3.353) Problem: Can't compile on HP-UX. (John Marriott) Solution: Only use TTYM_URXVT when it is defined. Files: src/term.c ......
Dear vim developpers and users, I wrote a vim script (it is a syntax highlighting script) and I'd like to add it to the vim web site as Bram suggested to me,...
I could not find a way to preserve both the symbolic link and file permissions when saving a file opened via a symbolic link. If the backupcopy option is...
On Windows XP, with gvim 7.2-356 (and before), when using the following command line to edit the specified file gvim d:\music92;soldiers92;USSR92;(Kazach39;ja).xml ...
Patch 7.3.363 Problem: C indenting is wrong after #endif followed by a semicolon. Solution: Add special handling for a semicolon in a line by itself....
Patch 7.3.362 Problem: ml_get error when using ":g" with folded lines. Solution: Adjust the line number for changed_lines(). (Christian Brabandt) Files:...
Patch 7.3.361 Problem: Accessing memory after it is freed when EXITFREE is defined. Solution: Don't access curwin when firstwin is NULL. (Dominique Pelle)...
Patch 7.3.356 Problem: Using "o" with 'cindent39; set may freeze Vim. (lolilolicon) Solution: Skip over {} correctly. (Hari G) Files: src/misc1.c ... ...
Hi, I have noticed that the syntax file for SSH config files is a little bit behind with some new config options that have been introduced with OpenSSH 5.6. ...
This bug is tracked down to the line filetype indent on in my ~/.vimrc; I opened the C file with `vim --noplugin foo.c' and reduced my ~/.vimrc to contain only...
Hello, After updating to vim 7.3.347+ I started to get "Gtk-WARNING **: unable to find signal handler for object ..." warnings in console while using gvim. I...
I think this is a bug: Vim version: 7.3, patches 1-353 $ touch a $ vi -u NONE a a ... E173: 1 more file to edit <--- This should not appear, vim should quit...
Patch 7.3.354 Problem: ":set backspace+=eol" doesn't work when 'backspace39; has a backwards compatible value of 2. Solution: Convert the number to a...
Hi list. When backspace option is set as number like below, set backspace=2 Error occur when adding 'eol'. E474: Invalid argument: backspace+=eol Behavior that...