Re: RFE: Allow defining digraphs by hex value

2015-09-06 Fir de Conversatie Tony Mechelynck
Of course, if and when this patch becomes part of the "official" Vim source, line 31 of runtime/doc/digraph.txt ("the decimal value of the character. Normally") will have to be amended to replace "decimal" by "numeric", possibly with a hex example added at line 34. Best regards, Tony. -- --

Re: RFE: Allow defining digraphs by hex value

2015-09-06 Fir de Conversatie Nikolay Pavlov
2015-09-06 23:36 GMT+03:00 LCD 47 : > On 6 September 2015, Bram Moolenaar wrote: >> >> Lcd wrote: >> >> > On 5 September 2015, Tony Mechelynck wrote: >> > > Let's say I want to define ,, (two commas) as a digraph for … (U+2026 >> > > HORIZONTAL ELLIPSIS). At the moment, in [g]vim 7.4.854 (with +

Re: RFE: Allow defining digraphs by hex value

2015-09-06 Fir de Conversatie LCD 47
On 6 September 2015, Bram Moolenaar wrote: > > Lcd wrote: > > > On 5 September 2015, Tony Mechelynck wrote: > > > Let's say I want to define ,, (two commas) as a digraph for … (U+2026 > > > HORIZONTAL ELLIPSIS). At the moment, in [g]vim 7.4.854 (with +multi_byte > > > and 'encoding' set to ut

Re: RFE: Allow defining digraphs by hex value

2015-09-06 Fir de Conversatie Bram Moolenaar
Lcd wrote: > On 5 September 2015, Tony Mechelynck wrote: > > Let's say I want to define ,, (two commas) as a digraph for … (U+2026 > > HORIZONTAL ELLIPSIS). At the moment, in [g]vim 7.4.854 (with +multi_byte > > and 'encoding' set to utf-8), > > :dig ,, 8230 > > does it, but > >

Re: RFE: Allow defining digraphs by hex value

2015-09-06 Fir de Conversatie Tony Mechelynck
On Sunday, September 6, 2015 at 7:40:29 PM UTC+2, LCD 47 wrote: > On 5 September 2015, Tony Mechelynck wrote: > > Let's say I want to define ,, (two commas) as a digraph for … (U+2026 > > HORIZONTAL ELLIPSIS). At the moment, in [g]vim 7.4.854 (with +multi_byte > > and 'encoding' set to utf-8), >

Re: RFE: Allow defining digraphs by hex value

2015-09-06 Fir de Conversatie LCD 47
On 5 September 2015, Tony Mechelynck wrote: > Let's say I want to define ,, (two commas) as a digraph for … (U+2026 > HORIZONTAL ELLIPSIS). At the moment, in [g]vim 7.4.854 (with +multi_byte and > 'encoding' set to utf-8), > :dig ,, 8230 > does it, but > :dig ,, 0x2026 > doesn't

Re: The :help command is buggy when invoked from within vimtutor and gvimtutor

2015-09-06 Fir de Conversatie Christian Brabandt
Hi Georgiy! On Fr, 04 Sep 2015, Georgiy Treyvus wrote: > What are everyone's thoughts? I would say, create a bug at the fedora project and discuss this issue with them. I think, this is a purely packaging issue and my thought is, the effort compressing the help files is not worth the effort,