Re: doc suggestion

2009-04-06 Fir de Conversatie Spencer Collyer
On Sun, 05 Apr 2009 11:38:18 +0200, Tony Mechelynck wrote: On 05/04/09 04:33, George V. Reilly wrote: On Sat, Apr 4, 2009 at 5:31 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: VimL scripting was introduced in Vim 5.0, eleven years ago, according to

Re: doc suggestion

2009-04-06 Fir de Conversatie George V. Reilly
On Sun, Apr 5, 2009 at 11:12 PM, Spencer Collyer spen...@lasermount.plus.com wrote: On Sun, 05 Apr 2009 11:38:18 +0200, Tony Mechelynck wrote: On 05/04/09 04:33, George V. Reilly wrote: On Sat, Apr 4, 2009 at 5:31 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: VimL

Re: Strange behavior of 'wincmd'

2009-04-06 Fir de Conversatie Dasn
On 05/04/09 17:54 +0200, Bram Moolenaar wrote: In your Test() function there is no redraw. So even though you use zb it doesn't take effect. If you then later change something that triggers a redraw, the relative cursor position hasn't been set yet. Try the same operation by hand, I

BUG: Cannot jump to helptag containing a dash (in some helpfiles)

2009-04-06 Fir de Conversatie Tony Mechelynck
Cannot jump to a helptag containing a dash. Example: version5.txt defines *new-script*. But if you hit Ctrl-] on |new-script|, Vim will either give an error (if the cursor is on new) or take you to *script* in usr41.txt (if the cursor is on -script). Using Huge 7.2.148 on Linux. When

Re: doc suggestion

2009-04-06 Fir de Conversatie Tony Mechelynck
On 06/04/09 09:09, George V. Reilly wrote: On Sun, Apr 5, 2009 at 11:12 PM, Spencer Collyer spen...@lasermount.plus.com wrote: [...] IIRC, Vi's exrc files were just lists of Ex commands. Pretty much just :map and :set. Look at the code in $VIMRUNTIME/macros and shudder. :-) Depends what

Re: BUG: Cannot jump to helptag containing a dash (in some helpfiles) (OOPS)

2009-04-06 Fir de Conversatie Tony Mechelynck
On 06/04/09 19:06, Tony Mechelynck wrote: On 06/04/09 18:51, Tony Mechelynck wrote: [...] setl isk=33-127,161-255,^*,^\,^\| wouldn't it? (i.e., excluding control characters 0-0x1F and 0x80-0x9F, plus space, no-break space, star, double-quote and bar, and including the rest). Best

Suggestion: Redefine \Uxxxxx in double-quoted strings

2009-04-06 Fir de Conversatie Tony Mechelynck
Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont' has a glyph, even outside the BMP (i.e., even above U+), but there's no easy way to represent those high codepoints by Unicode value in strings: I mean, \u and \U still accept no more than

Re: Suggestion: Redefine \Uxxxxx in double-quoted strings

2009-04-06 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont' has a glyph, even outside the BMP (i.e., even above U+), but there's no easy way to represent those high codepoints by Unicode value in strings: I mean, \u and \U

Re: Strange behavior of 'wincmd'

2009-04-06 Fir de Conversatie Bram Moolenaar
Dasn wrote: On 05/04/09 17:54 +0200, Bram Moolenaar wrote: In your Test() function there is no redraw. So even though you use zb it doesn't take effect. If you then later change something that triggers a redraw, the relative cursor position hasn't been set yet. Try the same

Re: BUG: Cannot jump to helptag containing a dash (in some helpfiles)

2009-04-06 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: Cannot jump to a helptag containing a dash. Example: version5.txt defines *new-script*. But if you hit Ctrl-] on |new-script|, Vim will either give an error (if the cursor is on new) or take you to *script* in usr41.txt (if the cursor is on -script). Using Huge

Re: Suggestion: Redefine \Uxxxxx in double-quoted strings

2009-04-06 Fir de Conversatie Matt Wozniski
Bram Moolenaar wrote: Tony Mechelynck wrote: Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont' has a glyph, even outside the BMP (i.e., even above U+), but there's no easy way to represent those high codepoints by Unicode value in strings: I mean,

Re: BUG: Cannot jump to helptag containing a dash (in some helpfiles)

2009-04-06 Fir de Conversatie Tony Mechelynck
On 06/04/09 22:15, Bram Moolenaar wrote: Tony Mechelynck wrote: Cannot jump to a helptag containing a dash. Example: version5.txt defines *new-script*. But if you hit Ctrl-] on |new-script|, Vim will either give an error (if the cursor is on new) or take you to *script* in usr41.txt (if