vim_dev [email protected] http://groups.google.com/group/vim_dev?hl=en
Today's most active topics: * vm71 can not be compiled on opensolaris - 4 new http://groups.google.com/group/vim_dev/t/d5f6391d67d49fea?hl=en * Documentation for $ in pattern - 2 new http://groups.google.com/group/vim_dev/t/a413db2bb7d297e7?hl=en * Bug with cursor position in binary and rightleft mode? - 2 new http://groups.google.com/group/vim_dev/t/8f250fe2872179cc?hl=en * Patch for Unix filename expansion to try out - 2 new http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en * Patch 7.1.219 - 1 new http://groups.google.com/group/vim_dev/t/43896a435a497133?hl=en Active Topics ------------- vm71 can not be compiled on opensolaris - 4 new ----------------------------------------------- ...There must be something wrong in your setup. The file gui_xmebw.c contains a call to XpmReadFileToPixmap(), not XmeXpmReadFileToPixmap(). I would think this is redefined in a header file. You should then add the corresponding library to the linker line. You can add it to MOTIF_LIBS2, line 1132 in Makefile. - Sat, Jan 12 2008 5:04 am 4 messages , 3 authors http://groups.google.com/group/vim_dev/t/d5f6391d67d49fea?hl=en Documentation for $ in pattern - 2 new -------------------------------------- Hi, ^ is documented as: ^ At beginning of pattern or after "\|", "\(", "\%(" or "\n": matches start-of-line; at other positions, matches literal '^'. |/ zero-width| $ on the other hand is documented as: $ At end of pattern or in front of "\|" or "\)" ("|" or ")" after "\v"): matches end-of-line <EOL>; at other positions, matches literal '$'. - Sat, Jan 12 2008 5:23 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/a413db2bb7d297e7?hl=en Patch 7.1.219 - 1 new --------------------- Patch 7.1.219 (after 7.1.215) Problem: synstack() returns situation after the current character, can't see the state for a one-character region. Solution: Don't update ending states in the requested column. Files: runtime/doc/eval. txt, src/eval.c, src/hardcopy.c, src/proto/syntax.pro, src/screen.c, src/spell. c, src/syntax.c - Sat, Jan 12 2008 7:52 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/43896a435a497133?hl=en Patch 7.1.220 - 1 new --------------------- Patch 7.1.220 Problem: When a ")" or word movement command moves the cursor back from the end of the line it may end up on the trail byte of a multi-byte character. It's also moved back when it isn't needed. Solution: Add the adjust_ cursor() function. Files: src/normal.c *** ../vim-7.1.219/src/normal.c Sun Jan 6 20:05:36 2008 - Sat, Jan 12 2008 8:11 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/92a3761efb4bd4be?hl=en Bug with cursor position in binary and rightleft mode? - 2 new -------------------------------------------------------------- Cursor seems to be at incorrect position when using 'binary' and 'rightleft' options. Here is how to reproduce bug: 1/ Create a sample file with a non-text character: $ perl -e 'print chr(0xfe)' > foo.txt 2/ Start vim with binary option and rightleft mode: $ vim -u NONE -b -c 'set rightleft' foo.txt - Sat, Jan 12 2008 8:55 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/8f250fe2872179cc?hl=en Patch 7.1.221 - 1 new --------------------- Patch 7.1.221 Problem: When inserting a "(", triggering the matchparen plugin, the following highlighting may be messed up. Solution: Before triggering the CursorMovedI autocommands update the display to update the stored syntax stacks for the change. Files: src/edit.c *** ../vim-7.1.220/src/edit.c Wed Jan 9 10:13:24 2008 - Sat, Jan 12 2008 9:13 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/6485ea1d20341464?hl=en Patch for Unix filename expansion to try out - 2 new ---------------------------------------------------- ...I first said I could reproduce it, but that was because I didn't have any ksh installed. I now installed one, and it appears to work just fine for me. There is more than one version of ksh. I'm using this version: KSH_VERSION='@(# )PD KSH v5.2.14.2 99/07/13.2' What I did is: :set shell=ksh :echo glob("/tmp/ a's & b's/*") - Sat, Jan 12 2008 1:15 pm 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en patch to fix access to uninitialized value in os_unix.c (with: set mouse=a) - 1 new ----- Valgrind memory checker detects use of uninitialised value vim: ==6865== Conditional jump or move depends on uninitialised value(s) ==6865== at 0x814E0 BA: do_xterm_trace (os_unix.c:6121) ==6865== by 0x814E038: start_xterm_trace ( os_unix.c:6081) ==6865== by 0x81B25BA: check_termcode (term.c:4301) - Sun, Jan 13 2008 12:13 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/cb11fd99d5fd2e3c?hl=en ============================================================================== You received this message because you are subscribed to the Google Groups "vim_dev" group. To post to this group, send email to [email protected] or visit http://groups.google.com/group/vim_dev?hl=en To unsubscribe from this group, send email to [email protected] To change the way you get mail from this group, visit: http://groups.google.com/group/vim_dev/subscribe?hl=en To report abuse, send email explaining the problem to [email protected] ============================================================================== Google Groups: http://groups.google.com?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
