vim_dev
[email protected]

http://groups.google.com/group/vim_dev?hl=en

Today's most active topics:

* Patch 7.1.193 - 5 new
  http://groups.google.com/group/vim_dev/t/95783bfd50d982dc?hl=en
* Bug in src/Makefile - 4 new
  http://groups.google.com/group/vim_dev/t/fc6b5315e6afc4cd?hl=en
* External match in a lookbehind assertion - 3 new
  http://groups.google.com/group/vim_dev/t/041ef13de1c6d9ee?hl=en
* gvim is slow opening, saving, and scanning tags on a file across the network 
- 3 new
  http://groups.google.com/group/vim_dev/t/845213c3498ab3b5?hl=en
* Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars - 1 
new
  http://groups.google.com/group/vim_dev/t/3d11fdd4533f1dcb?hl=en




Active Topics
-------------

Bug: Win32 guitabtooltip doesn't respect backslash-escaped special chars - 1 
new
---
...This was a known problem for some time. It looks like I found a solution, 
see the patch below. Let me know if this works for you. *** ../vim-7.1.188/src/
gui_w32.c Thu Aug 30 12:24:21 2007 --- src/gui_w32.c Thu Jan 3 12:35:52 2008 **
************* *** 987,992 **** --- 987,997 ---- { LPNMTTDISPINFOW lpdi = (
LPNMTTDISPINFOW)lParam; - Thurs, Jan 3 2008 3:40 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/3d11fdd4533f1dcb?hl=en


Patch 7.1.189 - 1 new
---------------------
Patch 7.1.189 (after 7.1.104) Problem: Patch 7.1.104 was incomplete. Solution:
Also call plain_vgetc() in ask_yesno(). Files: src/misc1.c *** ../vim-7.1.188/
src/misc1.c Wed Jan 2 17:48:24 2008 --- src/misc1.c Wed Jan 2 17:48:00 2008 ***
************ *** 222,231 **** *s++ = *p++; orig_char_len--; - Thurs, Jan 3 
2008 3:43 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/06b5dcccc82742e2?hl=en


Patch 7.1.190 - 1 new
---------------------
Patch 7.1.190 Problem: Cursor after end-of-line: "iA sentence.<Esc>)" Solution:
 Move cursor back and make motion inclusive. Files: src/normal.c *** ../vim-7.
1.189/src/normal.c Wed Jan 2 16:25:20 2008 --- src/normal.c Wed Jan 2 22:04:38
2008 *************** *** 6564,6569 **** --- 6564,6575 ---- - Thurs, Jan 3 2008
4:20 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/cac02ea7c6c4087e?hl=en


Patch 7.1.191 - 1 new
---------------------
Patch 7.1.191 Problem: Win32 GUI: after patch 7.1.168 there is still a problem
when clicking in a scrollbar. (Juergen Jottkaerr) Solution: Don't check the 
input buffer when dragging the scrollbar. Files: src/gui.c *** ../vim-7.1.190/
src/gui.c Tue Nov 6 22:26:39 2007 --- src/gui.c Thu Jan 3 13:16:29 2008 - 
Thurs, Jan 3 2008 7:14 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/bae8701903bb1c9e?hl=en


Patch 7.1.192 - 1 new
---------------------
Patch 7.1.192 Problem: With Visual block selection, "s" and typing something, 
CTRL-C doesn't stop Vim from repeating the replacement in other lines, like 
happens for "I". Solution: Check for "got_int" to be set. Files: src/ops.c ***
../vim-7.1.191/src/ops.c Sat Dec 1 21:12:23 2007 - Thurs, Jan 3 2008 7:32 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/dadec8eb81229a1b?hl=en


External match in a lookbehind assertion - 3 new
------------------------------------------------
The current syntax highlighting of Perl heredocs[0] (and similar constructs in
other languages) has a known limitation of highlighting anything after the 
heredoc start (e.g., "<<EOF") and on the same line as a string instead of 
using normal highlighting. [0] - syn region perlHereDoc matchgroup=
perlStringStartEnd start=+<<\z(\I\i*\)+ end=+^\z1$+ contai...@perlinterpdq - 
Thurs, Jan 3 2008 8:12 am 
3 messages , 2 authors
http://groups.google.com/group/vim_dev/t/041ef13de1c6d9ee?hl=en


gvim is slow opening, saving, and scanning tags on a file across the network -
3 new
-----
I am running gvim on a windows box, version 7.1. There are a series of 
coldfusion source files located on another machine on the network. I have a 
shortcut to the network directory containing these files on my desktop. When I
try to open one of these files using notepad, it opens instantly. - Thurs, Jan
3 2008 8:25 am 
3 messages , 3 authors
http://groups.google.com/group/vim_dev/t/845213c3498ab3b5?hl=en


Patch 7.1.193 - 5 new
---------------------
Patch 7.1.193 Problem: Some Vim 5.x digraphs are missing in Vim 7, even though
the character pairs are not used. (Philippe de Muyter) Solution: Add those Vim
5.x digraphs that don't conflict with others. Files: src/digraph.c *** ../vim-
7.1.192/src/digraph.c Thu Sep 13 18:25:08 2007 --- src/digraph.c Thu Jan 3 17:
48:47 2008 - Thurs, Jan 3 2008 8:54 am 
5 messages , 4 authors
http://groups.google.com/group/vim_dev/t/95783bfd50d982dc?hl=en


Patch 7.1.194 - 1 new
---------------------
Patch 7.1.194 Problem: ":echo glob('~/{}')" results in /home/user//. Solution:
Don't add a slash if there already is one. Files: src/os_unix.c *** ../vim-7.1.
193/src/os_unix.c Sat Dec 1 17:18:45 2007 --- src/os_unix.c Thu Jan 3 18:52:22
2008 *************** *** 5482,5488 **** { STRCPY(p, (*file)[i]); - Thurs, Jan 
3 2008 9:55 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/ed285a7e2f6c1911?hl=en


Patch 7.1.195 - 1 new
---------------------
Patch 7.1.195 Problem: '0 mark doesn't work for "~/foo ~ foo". Solution: Don't
expand the whole file name, only "~/". Files: src/mark.c *** ../vim-7.1.194/
src/mark.c Thu May 10 18:48:03 2007 --- src/mark.c Thu Jan 3 20:17:29 2008 ****
*********** *** 505,513 **** { /* * First expand "~/" in the file name to the 
home directory. - Thurs, Jan 3 2008 11:21 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/08f84fbe3a982cc3?hl=en


Bug in src/Makefile - 4 new
---------------------------
...Well, same request applies: LINKIT_y = ln -f -s $(DEST_BIN)/$(VIMTARGET) $(
DESTDIR)/usr/bin/vi LINKIT_n = @: LINKIT_ = $(LINKIT_n) LINKIT = $(LINKIT_$(
LINK_TO_VI)) Can we do that instead? I'm trying to have a Makefile (and 
eventually configure.in) that builds with the fewest numbers of patches 
applied. - Thurs, Jan 3 2008 11:26 am 
4 messages , 3 authors
http://groups.google.com/group/vim_dev/t/fc6b5315e6afc4cd?hl=en


Patch 7.1.196 (extra) - 1 new
-----------------------------
Patch 7.1.196 (extra) Problem: Win32 GUI: "\n" in a tooltip doesn't cause a 
line break. (Erik Falor) Solution: Use the TTM_SETMAXTIPWIDTH message. Files: 
src/gui_w32.c *** ../vim-7.1.195/src/gui_w32.c Thu Aug 30 12:24:21 2007 --- 
src/gui_w32.c Thu Jan 3 13:56:26 2008 *************** *** 987,992 **** - Thurs,
 Jan 3 2008 11:44 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/1d49735b250aef70?hl=en


Patch to allow ctermfg or bg values as #rrggbb - 1 new
------------------------------------------------------
...Has anyone tried this out? I would love to have some feedback on this, 
since I think that it would be a really nice feature to make life easier for 
colorscheme authors! ~Matt - Thurs, Jan 3 2008 1:30 pm 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/56a923d9218ec12a?hl=en


Trial patch for variable tabstops - 1 new
-----------------------------------------
Hi, Matthew, I have found a bug in your variable tabstop patch. When you do :
setlocal ts=something, the global value of vartabstop is changed as well as 
the local one, and when you :setglobal ts=something, vartabstop doesn't change
at all. Obviously whatever kind of change you make to ts, the same sort of - 
Fri, Jan 4 2008 12:56 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/78d3903b4ea24594?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
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui