Re: 'preserveindent' mixing spaces and tabs

2016-11-15 Fir de Conversatie Robbie W
This is quite annoying me. For example, if I start with this code (indented with tabs, aligned with spaces): function·doThis(argOne,·argTwo, argThree,·argFour)·{ ---›var·oddArgs·=·argOne·+·argThree, ---›evenArgs·=·argTwo·+·argFour;

Re: [vim/vim] Fix #1242 (#1245)

2016-11-15 Fir de Conversatie Bram Moolenaar
Ichizok wrote: > I updated an initial comment of `job_cleanup`. Thanks. I think it should be OK now. The name job_still_alive() isn't exactly right. What we actually do is finding out if we need to check for the job ending. What would be a good name for that? job_need_end_check()? -- How

Re: [patch] fix breakindent bug

2016-11-15 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Bram, > the breakindent feature has a bug, if an overlong line is written on the > screen and the first chars are skipped. In that case, if the line is > indented, the first visual line also needs to display an indent. If you > move to the last character using $

Patch 8.0.0086

2016-11-15 Fir de Conversatie Bram Moolenaar
Patch 8.0.0086 Problem:Cannot add a comment after ":hide". (Norio Takagi) Solution: Make it work, add a test. (Hirohito Higashi) Files: src/Makefile, src/ex_cmds.h, src/ex_docmd.c, src/testdir/Make_all.mak, src/testdir/test_hide.vim *** ../vim-8.0.0085/src/Makefile

Re: [patch] can not write a trail comment to the :hide command

2016-11-15 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2016-11-15(Tue) 6:58:08 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > Hi Bram and list, > > > > > > How to reproduce: > > > - Start vanilla Vim with two buffers. > > > $ vim -Nu NONE -o a b > > > - buffer 'a' to modified. > > > :set modofied > > > -

[patch] fix breakindent bug

2016-11-15 Fir de Conversatie Christian Brabandt
Bram, the breakindent feature has a bug, if an overlong line is written on the screen and the first chars are skipped. In that case, if the line is indented, the first visual line also needs to display an indent. If you move to the last character using $ the cursor will be moved after the last

Re: [vim/vim] Popup menu does not default to below the cursor (#1241)

2016-11-15 Fir de Conversatie h_east
Hi Matt, Bram and list! 2016-11-9(Wed) 6:00:50 UTC+9 Matt Gardner: > I applied the patch and tested it in a few situations, and it looks to me > like it fixed the problem. Thanks! Thanks for confirming my patch. Bram> Are there concerns about my patch? (I feel somehow you are busy now :-) --

Re: [patch] can not write a trail comment to the :hide command

2016-11-15 Fir de Conversatie h_east
Hi Bram and list, 2016-11-15(Tue) 6:58:08 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > Hi Bram and list, > > > > How to reproduce: > > - Start vanilla Vim with two buffers. > > $ vim -Nu NONE -o a b > > - buffer 'a' to modified. > > :set modofied > > - exec :hide command with trail