vim_dev
[email protected]

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

Today's most active topics:

* Documentation for /ordinary-atom missing \*? - 2 new
  http://groups.google.com/group/vim_dev/t/df6ad930f54a11ae?hl=en
* Patch 7.1.222 - 1 new
  http://groups.google.com/group/vim_dev/t/aba8afe0e1f6d0ac?hl=en
* Patch for Unix filename expansion to try out - 1 new
  http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en
* Patch 7.1.223 - 1 new
  http://groups.google.com/group/vim_dev/t/472773797cba922c?hl=en
* patch to fix access to uninitialized value in os_unix.c (with: set mouse=a) - 
1 new
  http://groups.google.com/group/vim_dev/t/cb11fd99d5fd2e3c?hl=en




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

Patch 7.1.222 - 1 new
---------------------
Patch 7.1.222 (after 7.1.217) Problem: Wildcards in argument of ":helptags" 
are not expanded. (Marcel Svitalsky) Solution: Expand wildcards in the 
directory name. Files: src/ex_cmds.c *** ../vim-7.1.221/src/ex_cmds.c Fri Jan 
11 21:00:49 2008 --- src/ex_cmds.c Sat Jan 12 21:40:51 2008 *************** - 
Sun, Jan 13 2008 4:31 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/aba8afe0e1f6d0ac?hl=en


Patch for Unix filename expansion to try out - 1 new
----------------------------------------------------
Dasn wrote: ...They are not available on all systems. And only do normal 
wildcards, which is something that Vim does itself anyway. We need the shell 
for things like backticks. - Sun, Jan 13 2008 5:00 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en


Patch 7.1.223 - 1 new
---------------------
Patch 7.1.223 Problem: glob() doesn't work properly when 'shell' is "sh" or "
bash" and the expanded name contains spaces, '~', single quotes and other 
special characters. (Adri Verhoef, Charles Campbell) Solution: For Posix 
shells define a vimglob() function to list the matches instead of using "echo"
directly. - Sun, Jan 13 2008 5:00 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/472773797cba922c?hl=en


patch to fix access to uninitialized value in os_unix.c (with: set mouse=a) - 
1 new
-----
...Looks like a good fix. I'll include it. Thanks! - Bram - Sun, Jan 13 2008 5:
00 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/cb11fd99d5fd2e3c?hl=en


Patch 7.1.224 - 1 new
---------------------
Patch 7.1.224 Problem: When using "vim -F -o file1 file2" only one window is 
right-to-left. Same for "-H". (Ben Schmidt) Solution: use set_option_value() 
to set 'rightleft'. Files: src/main.c *** ../vim-7.1.223/src/main.c Fri Jan 11
20:25:42 2008 --- src/main.c Sun Jan 13 16:12:09 2008 - Sun, Jan 13 2008 7:17 
am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/e25a665f8e4b5f6d?hl=en


Patch 7.1.225 - 1 new
---------------------
Patch 7.1.225 Problem: Using unitialized value when XGetWMNormalHints() fails.
Solution: Check the return value. (Dominique Pelle) Files: src/os_unix.c *** ..
/vim-7.1.224/src/os_unix.c Sun Jan 13 13:53:30 2008 --- src/os_unix.c Sun Jan 
13 13:52:53 2008 *************** *** 6145,6153 **** if (xterm_trace == 1) - 
Sun, Jan 13 2008 7:30 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/6c9b926795cfd795?hl=en


Patch 7.1.226 - 1 new
---------------------
Patch 7.1.226 Problem: Command line completion doesn't work when a file name 
contains a '&' character. Solution: Accept all characters in a file name, 
except ones that end a command or white space. Files: src/ex_docmd.c *** ../
vim-7.1.225/src/ex_docmd.c Wed Jan 9 20:29:51 2008 --- src/ex_docmd.c Wed Jan 
9 20:11:13 2008 - Sun, Jan 13 2008 8:11 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/bb4a72e88fb4b236?hl=en


Patch 7.1.227 - 1 new
---------------------
Patch 7.1.227 Problem: Hang in syntax HL when moving over a ")". (Dominique 
Pelle) Solution: Avoid storing a syntax state in the wrong position in the 
list of remembered states. Files: src/syntax.c *** ../vim-7.1.226/src/syntax.c
Sat Jan 12 16:45:25 2008 --- src/syntax.c Sat Jan 12 16:45:44 2008 - Sun, Jan 
13 2008 8:40 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/df4ab48b494e706b?hl=en


Patch 7.1.228 - 1 new
---------------------
Patch 7.1.228 Problem: When 'foldmethod' is "indent" and a fold is created 
with ">>" it can't be closed with "zc". (Daniel Shahaf) Solution: Reset the "
small" flag of a fold when adding a line to it. Files: src/fold.c *** ../vim-7.
1.227/src/fold.c Sun Oct 14 15:32:10 2007 --- src/fold.c Sun Jan 13 21:26:48 
2008 - Sun, Jan 13 2008 12:58 pm 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/3a59c7c7d9c5569b?hl=en


Documentation for /ordinary-atom missing \*? - 2 new
----------------------------------------------------
Hi, you can use '\*' to match a literal '*' (with 'magic' set). I can't find 
this mentioned anywhere in the documentation. User error or missing 
documentation? Thanks, Nico - Sun, Jan 13 2008 1:41 pm 
2 messages , 2 authors
http://groups.google.com/group/vim_dev/t/df6ad930f54a11ae?hl=en


Set mouse=a causes Vim to hang in screen. - 1 new
-------------------------------------------------
...I tried and I can't reproduce it. This is on Linux RH server v 4, vim 7.1.
211. ---Zdenek - Mon, Jan 14 2008 12:36 am 
1 message, 1 author
http://groups.google.com/group/vim_dev/t/ad7eb8df8e2f5891?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