doc fix for eval.txt

2010-08-24 Fir de Conversatie Yukihiro Nakadaira
*octal* tag is not highlighted properly. diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -67,7 +67,7 @@ Number 123 -- String 123 Number 0-- String 0 Number -1 -- String -1 -

Crash with undotree() function

2010-08-24 Fir de Conversatie Christian Brabandt
Hi, I have been playing with the undotree() function lately. Unfortunately, it didn't take long, until it crashed :( Here is a way to reproduce it: chrisbra t41:~/vim [1016]% vim -u NONE -N -c ':echo undotree().entries' Vim: Caught deadly signal ABRT Vim: Finished. zsh: abort vim -u NONE

Re: Crash with undotree() function

2010-08-24 Fir de Conversatie Jürgen Krämer
Hi, Christian Brabandt wrote: I have been playing with the undotree() function lately. Unfortunately, it didn't take long, until it crashed :( Here is a way to reproduce it: chrisbra t41:~/vim [1016]% vim -u NONE -N -c ':echo undotree().entries' Vim: Caught deadly signal ABRT Vim:

[patch] document undolist save column

2010-08-24 Fir de Conversatie Christian Brabandt
Hi, a small patch, that documents the save column, that was added with Vim 7.3: chrisbra t41:~/vim/runtime [1072]% hg diff doc/undo.txt diff -r 073ff46fe397 runtime/doc/undo.txt --- a/runtime/doc/undo.txt Fri Aug 20 11:11:57 2010 +0200 +++ b/runtime/doc/undo.txt Tue Aug 24 14:26:40

Re: Crash with undotree() function

2010-08-24 Fir de Conversatie Lech Lorens
On 24-Aug-2010 Christian Brabandt cbli...@256bit.org wrote: Hi, I have been playing with the undotree() function lately. Unfortunately, it didn't take long, until it crashed :( Here is a way to reproduce it: chrisbra t41:~/vim [1016]% vim -u NONE -N -c ':echo undotree().entries' Vim:

Re: NetBeans protocol - is support possible under other GUIs?

2010-08-24 Fir de Conversatie Lech Lorens
On 20-Aug-2010 Xavier de Gaye xdeg...@gmail.com wrote: On Thu, Aug 19, 2010 at 8:56 PM, Lech Lorens wrote: On 19-Aug-2010 Xavier de Gaye wrote: I will propose a patch to support netbeans on vim-athena, unless someone else wants to do it. Thank you so much! I for one will be extremely

Re: Crash with undotree() function

2010-08-24 Fir de Conversatie Lech Lorens
On 24-Aug-2010 Lech Lorens lech.lor...@gmail.com wrote: On 24-Aug-2010 Christian Brabandt cbli...@256bit.org wrote: Hi, I have been playing with the undotree() function lately. Unfortunately, it didn't take long, until it crashed :( Here is a way to reproduce it: chrisbra

doc fix for pi_zip.txt

2010-08-24 Fir de Conversatie Yukihiro Nakadaira
The following patch has a small fix. diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -64,12 +64,11 @@ If for some reason you do not wish to use vim to examine zipped files, you may put the following two variables

Re: doc fix for pi_zip.txt

2010-08-24 Fir de Conversatie Charles Campbell
Yukihiro Nakadaira wrote: The following patch has a small fix. diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -64,12 +64,11 @@ If for some reason you do not wish to use vim to examine zipped files, you may put

[patch] win32 extremely slow opening files on network shares

2010-08-24 Fir de Conversatie David Anderson
Hi, MSDN states: You cannot use root directories as the lpFileName input string for FindFirstFile—with or without a trailing backslash. If you want to see files or get the attributes of a root directory, do the following: •To see files in a

[patch] win32 extremely slow opening files on network shares

2010-08-24 Fir de Conversatie David Anderson
Hi, MSDN states: You cannot use root directories as the lpFileName input string for FindFirstFile—with or without a trailing backslash. If you want to see files or get the attributes of a root directory, do the following: •To see files in a

[patch] (win32) extremely slow opening files on network shares

2010-08-24 Fir de Conversatie David Anderson
Hi, MSDN states: You cannot use root directories as the lpFileName input string for FindFirstFile—with or without a trailing backslash. If you want to see files or get the attributes of a root directory, do the following: •To see files in a

Documentation update needed

2010-08-24 Fir de Conversatie Ben Fritz
2 problems I stumbled on today with the documentation of the new persistent undo features: 1. :help :undolist does not include info about the saved column in the command output 2. :help :earlier has minor typo, laste instead of last On a related note...what *does* the saved column mean? I assume

Re: Documentation update needed

2010-08-24 Fir de Conversatie James Vega
On Tue, Aug 24, 2010 at 11:29:58AM -0700, Ben Fritz wrote: 1. :help :undolist does not include info about the saved column in the command output ... On a related note...what *does* the saved column mean? I assume it has something to do with the :earlier {N}f and :later {N}f commands? See

[patch] doc test49 updates for obsolete error codes E106 E260 E489 E565

2010-08-24 Fir de Conversatie Dominique Pellé
Hi I see that Vim-7.3.3 help files refer to the following error numbers which no longer exist in source code: E106 E260 E489 E565 Looking at non-maintained po files, these errors were: msgid E106: Unknown variable: \%s\ msgid E260: cscope connection not found msgid E565: error reading cscope

RE: [patch] (win32) extremely slow opening files on network shares

2010-08-24 Fir de Conversatie John Beckett
David Anderson wrote: Subject: [patch] (win32) extremely slow opening files on network shares This is a very important patch because we have had many Windows users report extremely slow access to files over a network. I have edited David's patch by including a comment about its purpose, and to

doc fix for quickref.txt

2010-08-24 Fir de Conversatie Yukihiro Nakadaira
The following patch fixes link error and typo. diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1091,11 +1091,11 @@ |:_#| #[num] alternate file name [num] (only where a file name is

Ambiguous use of preceded with a backslash in help

2010-08-24 Fir de Conversatie Axioplase
The help for langmap states Special characters need to be preceded with a backslash. These are ;, ',' and backslash itself. It means that we have to escape the backslash and write something like :set langmap=\\;k The help for option-backslash states To include white space in