Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
14 Dec 7, 2011
10:59 am

Stephen Lee
stephenletterbox@...
Send Email

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...
8 Dec 7, 2011
1:02 am

Ben Fritz
fritzophrenic@...
Send Email

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. =====...
3 Dec 6, 2011
8:39 pm

Bram Moolenaar
Bram@...
Send Email

... *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...
6 Dec 6, 2011
2:30 pm

Hagen Fuchs
mailingliste2@...
Send Email

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...
6 Dec 5, 2011
5:19 pm

Ben Fritz
fritzophrenic@...
Send Email

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...
1 Dec 5, 2011
5:07 am

Fuzzy Logic
fuzzymo@...
Send Email

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...
7 Dec 3, 2011
4:07 am

tyru
tyru.exe@...
Send Email

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 ...
3 Dec 2, 2011
4:13 pm

Ben Fritz
fritzophrenic@...
Send Email

Hi list. I found a small small doc bugs. * maparg() can return Dictionary when {dict} was given. so return value should be "String or Number" *...
3 Dec 1, 2011
8:49 pm

Bram Moolenaar
Bram@...
Send Email

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 ...
4 Dec 1, 2011
8:18 pm

Ivan Krasilnikov
infnty@...
Send Email

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 ... *************** ***...
3 Dec 1, 2011
8:00 pm

Bram Moolenaar
Bram@...
Send Email

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 ......
1 Dec 1, 2011
8:00 pm

Bram Moolenaar
Bram@...
Send Email

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,...
10 Dec 1, 2011
6:08 pm

Peter Odding
peter@...
Send Email

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...
1 Nov 30, 2011
9:21 pm

John Johnston
JJohnston@...
Send Email

On Windows XP, with gvim 7.2-356 (and before), when using the following command line to edit the specified file gvim d:\music&#92;soldiers&#92;USSR&#92;(Kazach&#39;ja).xml ...
8 Nov 30, 2011
6:14 pm

Axel
axel.bender@...
Send Email

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....
1 Nov 30, 2011
4:21 pm

Bram Moolenaar
Bram@...
Send Email

Status: Accepted Owner: lech.lor...@... Labels: Type-Defect Priority-Medium New issue 32 by lech.lor...@...: C indenting: preprocessor check causes...
4 Nov 30, 2011
4:18 pm

Bram Moolenaar
Bram@...
Send Email

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:...
1 Nov 30, 2011
4:03 pm

Bram Moolenaar
Bram@...
Send Email

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)...
1 Nov 30, 2011
2:41 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.360 Problem: Interrupting the load of an autoload function may cause a crash. Solution: Do not use the hashitem when not valid. (Yukihiro...
1 Nov 30, 2011
2:32 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.358 (after 7.3.353) Problem: Mouse support doesn't work properly. Solution: Add HMT_URXVT. (lilydjwg, James McCoy) Files: src/term.c ... ...
1 Nov 30, 2011
1:48 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.357 Problem: Compiler warning in MS-Windows console build. Solution: Adjust return type of PrintHookProc(). (Mike Williams) Files:...
1 Nov 30, 2011
12:43 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.356 Problem: Using "o" with 'cindent&#39; set may freeze Vim. (lolilolicon) Solution: Skip over {} correctly. (Hari G) Files: src/misc1.c ... ...
1 Nov 30, 2011
12:04 pm

Bram Moolenaar
Bram@...
Send Email

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. ...
11 Nov 30, 2011
12:03 pm

Bram Moolenaar
Bram@...
Send Email

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...
3 Nov 30, 2011
12:03 pm

Bram Moolenaar
Bram@...
Send Email

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...
7 Nov 30, 2011
11:12 am

Ivan Krasilnikov
infnty@...
Send Email

Patch 7.3.355 Problem: GTK warnings when using netrw.vim. (Ivan Krasilnikov) Solution: Do not remove the beval event handler twice. Files:...
1 Nov 30, 2011
10:32 am

Bram Moolenaar
Bram@...
Send Email

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...
2 Nov 30, 2011
10:16 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.354 Problem: ":set backspace+=eol"; doesn't work when 'backspace&#39; has a backwards compatible value of 2. Solution: Convert the number to a...
1 Nov 30, 2011
10:16 am

Bram Moolenaar
Bram@...
Send Email

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...
2 Nov 30, 2011
10:16 am

Bram Moolenaar
Bram@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help