I am trying to add the following to the configure script >> if test "$zOSUnix" = "yes"; then CFLAGS=`$as_echo "$CFLAGS" | sed 's/(/\\(/g;s/)/\\)/g39;` #...
... 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...
IEW2456E 9207 SYMBOL all_cflags UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY. NAME SPACE = 3 FSUM3065 The LINKEDIT step ended...
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:...
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:...
... 4414c4414 < if test "$CC" = "cc"; then ... 4436,4439c4436 < # set CFLAGS for configure process < # this will be reset later for config.mk < # use...
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...
... 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...
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...
... [...] 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....
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...
Apparently there are different versions of Xm/notebook.h ERROR CCN3045 ./gui_motif.c:144 Undeclared identifier XmNotebookCallbackStruct. ERROR CCN3045...
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...
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...
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...
Patch 7.3.509 Problem: ":vimgrep" fails when 'autochdir39; is set. Solution: A more generic solution for changing directory. (Ben Fritz) Files:...
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...
Patch 7.3.508 Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard39; before the main loop. (Ingo...
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...
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:...
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...
Patch 7.3.504 Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks. ...