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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

I am trying to add the following to the configure script >> if test "$zOSUnix"; = "yes"; then CFLAGS=`$as_echo "$CFLAGS" | sed 's/(/\\(/g;s/)/\\)/g&#39;` #...
3 May 4, 2012
5:11 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

... The problem is that when we allow {} inside () then there is no way to check for a missing ). Therefore this is optional. You can set the c_no_curly_error...
5 May 3, 2012
8:37 pm

Lucas De Marchi
lucas.de.marchi@...
Send Email

IEW2456E 9207 SYMBOL all_cflags UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY. NAME SPACE = 3 FSUM3065 The LINKEDIT step ended...
1 May 3, 2012
6:08 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

This buffer content: 0000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0000010: 0a When subjected to ':%!xxd -r -g 1' yields a 16 byte...
3 May 1, 2012
10:41 pm

Britton Kerin
britton.kerin@...
Send Email

Hi list. We holds translated Vim's documentation in Japanese at here. http://vim-jp.org/vimdoc-ja/ Please add a link for it to...
4 May 1, 2012
12:59 am

mattn
mattn.jp@...
Send Email

Patch 7.3.515 Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path. Files:...
1 Apr 30, 2012
7:09 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.513 Problem: Cannot use CTRL-E and CTRL-Y with "r". Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian Brabandt) Files:...
1 Apr 30, 2012
4:18 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.512 Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt) Files:...
2 Apr 30, 2012
3:36 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.511 Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore...
1 Apr 30, 2012
3:05 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.510 Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces. Files: src/testdir/test77.in ... ...
1 Apr 30, 2012
9:34 am

Bram Moolenaar
Bram@...
Send Email

... 4414c4414 < if test "$CC" = "cc"; then ... 4436,4439c4436 < # set CFLAGS for configure process < # this will be reset later for config.mk < # use...
8 Apr 30, 2012
3:10 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

The xpm attribute type should not be declared if the xpm header or xmp linker detection fails >> /* #undef HAVE_X11_XPM_H */ The following should NOT have...
5 Apr 29, 2012
4:44 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

... There is no X11R66 yet. “Releases 6.7 and later are brought to you by the X.Org Foundation.” (sic, from the X(7) manpage installed here). The version...
3 Apr 28, 2012
11:38 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

Bram, here is a patch, that makes undofile() return an empty string, if given an empty string. Consider this: vim -u NONE -U NONE -N -c ':set undofile|echo...
2 Apr 28, 2012
11:33 am

Bram Moolenaar
Bram@...
Send Email

... [...] What's wrong with that? Best regards, Tony. -- Board the windows, up your car insurance, and don't leave any booze in plain sight. It's St....
5 Apr 28, 2012
7:30 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

Hi I would like to propose this theme for GVim future feature (new options for "set clipboard") For someone who know very well gvim source code, its simple to...
5 Apr 28, 2012
7:23 am

Sergey Vakulenko
svakulenko.a@...
Send Email

Apparently there are different versions of Xm/notebook.h ERROR CCN3045 ./gui_motif.c:144 Undeclared identifier XmNotebookCallbackStruct. ERROR CCN3045...
1 Apr 28, 2012
7:11 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll -o objects/gui_xmebw.o gui_xmebw.c ERROR CCN3334...
1 Apr 28, 2012
6:25 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

Sorry for asking dum dum question I thought I knew how to do this But the answer is not obvious -- You received this message from the "vim_dev" maillist. Do...
3 Apr 27, 2012
10:45 am

James McCoy
jamessan@...
Send Email

Please NOTE ( I am building the MOTIF ) version ... NOTE: I am CROSS-POSTING this to the [OE-MVS] mailing list ( for reference and consultation purposes...
2 Apr 27, 2012
12:30 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

Problem: QUOTESED (On IBM z/OS) will be set in config.mk Solution: remove QUOTESED from Makefile Author Steve Bovy Files: src/Makefile I used...
2 Apr 26, 2012
6:06 pm

Bram Moolenaar
Bram@...
Send Email

Hello Bram, the hg changeset: 3492 (3482d151136b) 'Updated runtime files' has introduced linecontinuation to 'runtime/ftplugin/dosbatch.vim'. Therefor cpo...
1 Apr 26, 2012
5:30 pm

Thilo Six
T.Six@...
Send Email

2414,2415c2414 < #QUOTESED (ON IBM z/OS) is supposed to be set in config.mk < #QUOTESED = sed -e 's/[\\"]/\&#92;&/g' -e 's/\\"/"/&#39; -e 's/\\";$$/";/' ... -- You...
1 Apr 26, 2012
12:53 am

Bovy, Stephen
Stephen.Bovy@...
Send Email

Patch 7.3.509 Problem: ":vimgrep"; fails when 'autochdir&#39; is set. Solution: A more generic solution for changing directory. (Ben Fritz) Files:...
1 Apr 25, 2012
7:19 pm

Bram Moolenaar
Bram@...
Send Email

Trying to grep an entire project tree fails with autochdir set: gvim -N -u NONE -i NONE C:/path/to/project/dir/relative/path/in/ project/somedir/file.c set...
9 Apr 25, 2012
5:27 pm

Ben Fritz
fritzophrenic@...
Send Email

Patch 7.3.508 Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard&#39; before the main loop. (Ingo...
1 Apr 25, 2012
4:24 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.507 Problem: When exiting with unsaved changes, selecting an existing file in the file dialog, there is no dialog to ask whether the existing file...
1 Apr 25, 2012
3:32 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.506 Problem: GTK gives an error when selecting a non-existent file. Solution: Add a handler to avoid the error. (Christian Brabandt) Files:...
1 Apr 25, 2012
3:10 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.505 Problem: Test 11 fails on MS-Windows in some versions. Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move setting...
1 Apr 25, 2012
2:50 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.504 Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks. ...
1 Apr 25, 2012
10:58 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