Re: Issue 20 in vim: Relative line numbering option lost in new window when using :vs

2011-08-27 Fir de Conversatie vim
Comment #2 on issue 20 by sam.tar...@gmail.com: Relative line numbering option lost in new window when using :vs http://code.google.com/p/vim/issues/detail?id=20 Yep, it is indeed plugin messing things up somewhere along the line. Apologies for not testing it more thoroughly... -- You

Re: Lisp/Scheme paren matching

2011-08-27 Fir de Conversatie Donald Allen
On Sat, Aug 27, 2011 at 12:18 AM, Sergey Khorev sergey.kho...@gmail.comwrote: I copied the above line into a new buffer, so only line in the buffer. Same incorrect behavior (with matchparen enabled). Can you try usual troubleshooting steps, i.e. vim -U NONE -u NONE -N -c filetype on |

Re: [patch] non-mbyte versions cannot compile on Windows

2011-08-27 Fir de Conversatie Bram Moolenaar
Sergey Khorev wrote: I noticed that normal/small/tiny Vim cannot be compiled with MSVC. Patch below fixes this as well as warnings about unused local variables p and c: Thanks. I'm solve the unused variables by moving them to the block where they are used. -- System administrators are

Patch 7.3.287

2011-08-27 Fir de Conversatie Bram Moolenaar
Patch 7.3.287 Problem:Can't compile with MSVC and tiny options. Solution: Move variables and #ifdefs. (Sergey Khorev) Files: src/os_win32.c *** ../vim-7.3.286/src/os_win32.c 2011-08-10 17:07:56.0 +0200 --- src/os_win32.c 2011-08-27 15:07:28.0 +0200

Re: Lisp/Scheme paren matching

2011-08-27 Fir de Conversatie Sergey Khorev
I'm grateful to you for helping me solve this. Many thanks. I would offer the following comment, though. Glad this helped you. Speaking of Vim documentation, I should tell it is one of the best in the industry... well, if you studied user manual first and reviewed default vimrc in the

Re: Lisp/Scheme paren matching

2011-08-27 Fir de Conversatie Donald Allen
On Sat, Aug 27, 2011 at 9:57 AM, Sergey Khorev sergey.kho...@gmail.comwrote: I'm grateful to you for helping me solve this. Many thanks. I would offer the following comment, though. Glad this helped you. Speaking of Vim documentation, I should tell it is one of the best in the industry...

Re: Lisp/Scheme paren matching

2011-08-27 Fir de Conversatie Sergey Khorev
I don't deny that a *lot* of effort went into documenting vim. But that doesn't mean it can't be improved. Agreed. I said as much in my previous message: highlighting ought to work correctly without turning full syntax coloring on, which I'm guessing most would not want on by default (there

a typo in matchparen.vim

2011-08-27 Fir de Conversatie Sergey Khorev
Just noticed a small typo in matchparen.vim saying We match escape for special items, such as listpEscapeSpecial. In fact it is to match with lispEscapeSpecial. Not a big deal but might confuse someone who wants to know what that listpEscapeSpecial is. -- You received this message from the

Re: Lisp/Scheme paren matching

2011-08-27 Fir de Conversatie Donald Allen
On Sat, Aug 27, 2011 at 11:44 AM, Donald Allen donaldcal...@gmail.comwrote: On Sat, Aug 27, 2011 at 11:23 AM, Sergey Khorev sergey.kho...@gmail.comwrote: I don't deny that a *lot* of effort went into documenting vim. But that doesn't mean it can't be improved. Agreed. I said as

Re: [patch] corrected typos and style in help file runtime/doc/os_vms.txt

2011-08-27 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch contains fixes for typos and style in the help file runtime/doc/os_vms.txt. I also removed 2 lines mentioning of the extra and runtime archives as these are now obsolete in Vim-7.3. A native English speaker would probably find other corrections to