Re: pythonx patch - :pyx command

2016-09-19 Fir de Conversatie Ken Takata
Hi, 2013/6/1 Sat 3:49:45 UTC+9 Bram Moolenaar wrote: > Marc Weber wrote: > > > There are two important problems with python support: > > 1) you still have to use .viml in order to load python > > 2) when using python its you having to remember which python to use despite > > most codes may work

Re: pythonx patch - :pyx command

2016-09-19 Fir de Conversatie Kazunobu Kuriyama
2016-09-19 23:21 GMT+09:00 Ken Takata : > Hi, > > 2013/6/1 Sat 3:49:45 UTC+9 Bram Moolenaar wrote: > > Marc Weber wrote: > > > > > There are two important problems with python support: > > > 1) you still have to use .viml in order to load python > > > 2) when using python its you having to remembe

Re: Converts test_command_count.{in,ok} tests to new style.

2016-09-19 Fir de Conversatie Bram Moolenaar
Naruhiko Nishino wrote: > Attached patch converts test_command_count.{in,ok} tests to new style. Thanks! -- If I tell you "you have a beautiful body", would you hold it against me? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for fea

Re: [vim/vim] fix syntax error in runtime/autoload/netrw.vim (#1090)

2016-09-19 Fir de Conversatie Charles E Campbell
haya14busa wrote: > > Closed #1090 . > > Thank you -- I've applied your patches, albeit to a later netrw than you used (v162bNR). I need to work on it some more before releasing it. Regards, Chip Campbell -- -- You received this message from the "vim_dev"

NUL in syntax/cdl.vim

2016-09-19 Fir de Conversatie Gary Johnson
While grepping for a certain string under $VIMRUNTIME, I discovered that syntax/cdl.vim contains a NUL (^@) in a comment (at line 33). This causes grep to classify it as a binary file and file to classify it as data. The NUL should be removed and replaced with a UTF-8 character, or better yet, ASC