Patch 8.0.0176

2017-01-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0176 Problem:Using :change in between :function and :endfunction fails. Solution: Recognize :change inside a function. (ichizok, closes #1374) Files: src/userfunc.c, src/testdir/test_viml.vim *** ../vim-8.0.0175/src/userfunc.c 2016-11-10 20:01:41.201582868 +0100 ---

Patch 8.0.0175

2017-01-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0175 Problem:Setting language in gvim on MS-Windows does not work when libintl.dll is dynamically linked with msvcrt.dll. Solution: Use putenv() from libintl as well. (Ken Takata, closes #1082) Files: src/mbyte.c, src/misc1.c, src/os_win32.c,

Re: [patch][win32] Stop using `locale -a` on Windows

2017-01-12 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > When typing after ":lang " to use command line completion, `locale -a` > is > executed, but this is totally useless on Windows because the locale command > doesn't exist on Windows. > Attached patch disables executing `locale -a` on Windows. Thanks. I think we can put

Patch 8.0.0174

2017-01-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0174 Problem:For completion "locale -a" is executed on MS-Windows, even though it most likely won't work. Solution: Skip executing "locale -a" on MS-Windows. (Ken Takata) Files: src/ex_cmds2.c *** ../vim-8.0.0173/src/ex_cmds2.c 2016-10-12 12:13:30.488344697

Re: z/OS compilation error

2017-01-12 Fir de Conversatie mossgary600 via vim_dev
On Thu, 1/12/17, Bram Moolenaar wrote: Subject: Re: z/OS compilation error To: vim_dev@googlegroups.com Cc: "Yaroslav Kuzmin" , "vim-...@vim.org" Date: Thursday, January 12,

Patch 8.0.0173

2017-01-12 Fir de Conversatie Bram Moolenaar
Patch 8.0.0173 Problem:When compiling with EBCDIC defined the build fails. (Yaroslav Kuzmin) Solution: Move sortFunctions() to the right file. Avoid warning for redefining __SUSV3. Files: src/eval.c, src/evalfunc.c, src/os_unixx.h ***

Re: z/OS compilation error

2017-01-12 Fir de Conversatie Bram Moolenaar
Yaroslav Kuzmin wrote: > I have build vim-8.0 on z/OS. > > (06:09) RS12 : PDKUZM | ~/ussport/vim/vim-git :> git log -1 > commit ec68a99464055029c01082762517e97245ddae0c > Author: Bram Moolenaar > Date: Mon Oct 3 21:37:41 2016 +0200 > > patch 8.0.0022 > Problem:If a

Re: text-objects / (Slash)

2017-01-12 Fir de Conversatie Ben Fritz
On Thursday, January 12, 2017 at 2:37:12 AM UTC-6, Afanasiy Fet wrote: > Can you add > > / > > to text-objects list. > > :h text-objects > :h object-select > > The commands that start with "a" select "a"n object including white space, the > commands starting with "i" select an "inner" object

z/OS compilation error

2017-01-12 Fir de Conversatie Yaroslav Kuzmin
Hi I have build vim-8.0 on z/OS. (06:09) RS12 : PDKUZM | ~/ussport/vim/vim-git :> git log -1 commit ec68a99464055029c01082762517e97245ddae0c Author: Bram Moolenaar Date: Mon Oct 3 21:37:41 2016 +0200 patch 8.0.0022 Problem:If a channel in NL mode is missing the NL

Re: [patch][win32] Stop using `locale -a` on Windows

2017-01-12 Fir de Conversatie Ken Takata
Hi, 2017/1/12 Thu 23:22:28 UTC+9 Dominique Pelle wrote: > Ken Takata wrote: > > > Hi, > > > > When typing after ":lang " to use command line completion, `locale > > -a` is > > executed, but this is totally useless on Windows because the locale command > > doesn't exist on Windows. > > Attached

Re: [patch][win32] Stop using `locale -a` on Windows

2017-01-12 Fir de Conversatie Dominique Pellé
Ken Takata wrote: > Hi, > > When typing after ":lang " to use command line completion, `locale -a` > is > executed, but this is totally useless on Windows because the locale command > doesn't exist on Windows. > Attached patch disables executing `locale -a` on Windows. > > Regards, > Ken Takata

[patch][win32] Stop using `locale -a` on Windows

2017-01-12 Fir de Conversatie Ken Takata
Hi, When typing after ":lang " to use command line completion, `locale -a` is executed, but this is totally useless on Windows because the locale command doesn't exist on Windows. Attached patch disables executing `locale -a` on Windows. Regards, Ken Takata -- -- You received this message

Re: YML formatting inconsistent bug

2017-01-12 Fir de Conversatie Kai Hendry
On Thursday, September 8, 2016 at 9:00:02 PM UTC+8, Christian Brabandt wrote: > For runtime file bugs, it is recommended to contact the maintainer > first. I did, no reply. :( Any other ways to track this or push it along? Can't believe I'm the only one editing YAML files in frustration with

text-objects / (Slash)

2017-01-12 Fir de Conversatie Afanasiy Fet
Can you add / to text-objects list. :h text-objects :h object-select The commands that start with "a" select "a"n object including white space, the commands starting with "i" select an "inner" object without white space, or just the white space. The slash is used in internet URLs (e.g.,