Questions about vim_iswordc() and vim_iswordp()

2016-12-08 Fir de Conversatie Ozaki Kiichi
Hi. I have some questions about vim_iswordc() and vim_iswordp(). [1] I recognize that we can use unicode character as an argument of vim_iswordc (and vim_iswordc_buf). If so, I think that the following must be satisfied; Is this correct? premise: * 'encoding' is utf8 * "c" is int, unicode

Re: [vim/vim] Allow netrw to browse to root directories on Windows (#1086)

2016-12-08 Fir de Conversatie Tumbler Terrall
> Eventually -- I have some outstanding issues with netrw to address, and > my home computer's partition under Windows refuses to shrink (I wanted a > dual-boot system, and I need to make space for a linux partition). If it's of any help, I've tried your modified version of this fix from your

Re: [vim/vim] Exiting completion menu results in unexpected change (#1312)

2016-12-08 Fir de Conversatie h_east
Hi Bram and all, 2016-12-8(Thu) 7:08:32 UTC+9 Bram Moolenaar: > > If I write the following in `/tmp/vimrc.vim`: > > > ``` > > > > > > setlocal tw=78 > > > setlocal cc=78 > > > > > > "zzz > > > " zzzyyy > > > > > >