I apologize for posting a usage question to this forum But I do not have the time bandwidth and recourses to monitor two mailing lists I have searched using...
Full Featured Tool-Bar Support with Motif 2.1 ON IBM z/OS ( works great !! ) I sure wish I could send you a screen shot !!! $ vim --version VIM - Vi...
Hi Attached patch adds @Spell to the runtime/syntax/cmake.vim file so that Vim only highlights spelling mistakes in comments when ... There are still several...
Hi there! After I upgraded my ubuntu to 12.0.4, vim version 7.3.429 behaves kinda weird. 1. vim file1; 2. :vsp ./ browse and open file2 --- everything is...
Dear vim devs, thank you for the great editing tool! Recently I was editing my R scripts (R Project statistical software) and I came across the following...
Hello! I’m reposting this issue from vim_multibyte thanks to John Beckett's kind advice. I was experimenting with the python3 interface and I stumbled upon...
After upgrading my pc to Ubuntu 12.04, gvim breaks. When starting gvim, it freeze abount 1 or 2 minutes after showing GUI Window. Menus is not shown in global...
I figured out what was causing the compiler errors with the NEW Motif 2.1 libs on z/OS 1.11 The "Xauth.h" header file in Motif 2.1 adds a reference to...
Author : Stephen Bovy Background >> Problems 1) The CFLAGS setting had syntax errors during the configure process ( need to remove "escapes" {\\} ) 2) The...
Dear devs, the http://www.vim.org/community.php contains an incorrect description on how to subscribe to this group. It says "send an email to". This is ...
Hello David, the Vim runtimefiles 'runtime/doc/vimtutor-fr.1' and 'runtime/doc/vimtutor-fr.UTF-8.1' have patches available in Debian GNU/Linux which are not...
Hello Omar, in the Debian GNU/Linux distribution vim contains a pacth not yet inclueded upstream. This patch is for 'src/po/es.po' and is supposed to fix...
Hello Johannes, hello Bram, hello James, i am looking through the list of patches which have been currently only been made available for user of the GNU/Linux...
Hello, it's quite common to use the syntax Some::Package->new to create new instances in Perl, but using gf tries to open a file named Some/Package-.pm, which ...
Patch for configure.in >> Please see below email >>> Is this ok ?? >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2384,2390c2381,2382 < if test "$zOSUnix" = "yes";...
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...