RFE: Allow defining digraphs by hex value

2015-09-05 Fir de Conversatie Tony Mechelynck
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 (AFAICT, it fails silently). The only way to use the hex

Re: Feature Request: Formal support for Ligatures.

2015-09-05 Fir de Conversatie Tony Mechelynck
On Monday, August 31, 2015 at 11:13:03 AM UTC+2, Kevin Lozandier wrote: > Ligature support being added to Vim I highly recommend being pursued more > than ever. > > Mainstream monospace fonts are now supporting ligatures that add sensible & > rational value to everyday programmers. > >

Re: Patch to add the :cdo and :ldo commands

2015-09-05 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Fri, Sep 4, 2015 at 12:18 PM, Bram Moolenaar wrote: > > Drew Neil wrote: > >> If you use homebrew on os x, you can now install Vim with the cdo.diff >> patch applied by running: >> >> brew install nelstrom/vim/vim --with-cdo >> >> I made this homebrew

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

2015-09-05 Fir de Conversatie Gary Johnson
On 2015-09-04, Georgiy Treyvus wrote: > On 09/02/2015 09:47 PM, James McCoy wrote: > > Looks like your system ships with gzipped help files. When you run > > vimtutor, plugins aren't loaded. The gzip plugin is what normally > > handles uncompressing the help files, but since it isn't loaded Vim

Re: Patch 7.4.851

2015-09-05 Fir de Conversatie Taro MURAOKA
Hi list. This patch (7.4.851) causes a problem with Windows 7. It crashes test47 (not fail). I built vim.exe using VS10 and 11 compiler, and both of them crash on test47. We vim-jp disscussing this at https://github.com/vim-jp/issues/issues/764 (sorry, disscussing in Japanese). And Ken Takata

Re: RFE: Allow defining digraphs by hex value

2015-09-05 Fir de Conversatie Tony Mechelynck
On Sat, Sep 5, 2015 at 9:33 PM, Yegappan Lakshmanan wrote: > Welcome back Tony. Haven't seen your e-mails to the vim mailing lists > for a while. > > - Yegappan It's only on the evening of the last Sunday of August that I succeeded to get an Internet connection again.