Re: problems with git and maintaining files

2016-08-19 Fir de Conversatie Charles E Campbell
Charles E Campbell wrote: > Christ van Willegen wrote: >> Op 19 aug. 2016 22:28 schreef "Charles E Campbell" >> >: >>> I tried git stash push instead of git push -- and it still doesn't work: >> Probably only 'stash' then... >> >> > That

Re: Patch 7.4.2228

2016-08-19 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2016-8-19(Fri) 6:05:06 UTC+9 Bram Moolenaar: > > Patch 7.4.2228 > > Problem:Test files have inconsistant modelines. > > Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'. > > Files: src/testdir/README.txt, src/testdir/test_backspace_opt.vim, > >

Re: error in test_startup_utf8

2016-08-19 Fir de Conversatie Bram Moolenaar
Danek Duvall wrote: > On Thu, Aug 18, 2016 at 07:39:21PM -0700, Ken Takata wrote: > > > > I spent a bit of time debugging. The problem is that after the iconv() > > > call fails, vim tries to rewind the file and the lseek() fails with > > > ESPIPE. > > > The file created by <() ends up being

Re: error in test_startup_utf8

2016-08-19 Fir de Conversatie Danek Duvall
On Thu, Aug 18, 2016 at 07:39:21PM -0700, Ken Takata wrote: > > I spent a bit of time debugging. The problem is that after the iconv() > > call fails, vim tries to rewind the file and the lseek() fails with ESPIPE. > > The file created by <() ends up being a character device in /dev/fd (for > >

Re: Patch 7.4.2228

2016-08-19 Fir de Conversatie h_east
Hi Bram and list, 2016-8-19(Fri) 6:05:06 UTC+9 Bram Moolenaar: > Patch 7.4.2228 > Problem:Test files have inconsistant modelines. > Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'. > Files: src/testdir/README.txt, src/testdir/test_backspace_opt.vim, >

Re: [patch] :make doesn't support encoding conversion

2016-08-19 Fir de Conversatie Ken Takata
Hi Bram, 2016/8/19 Fri 4:22:30 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > > > I wrote a patch for the following todo item: > > > > > > > > > Win32: When running ":make" and 'encoding' differs from the system > > > > > locale, the > > > > > output should be converted. Esp. when

Re: Setting quickfix/location list context

2016-08-19 Fir de Conversatie Ken Takata
Hi Yegappan, 2016/8/19 Fri 23:08:16 UTC+9 yega...@gmail.com wrote: > Hi all, > > On Thu, Aug 18, 2016 at 5:47 AM, Yegappan Lakshmanan > wrote: > > Hi all, > > > > The attached patch adds support for setting and getting a context to/from > > a quickfix/location list. There

Re: Setting quickfix/location list context

2016-08-19 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-08-19 17:38 GMT+03:00 Nikolay Aleksandrovich Pavlov : > 2016-08-19 17:08 GMT+03:00 Yegappan Lakshmanan : >> Hi all, >> >> On Thu, Aug 18, 2016 at 5:47 AM, Yegappan Lakshmanan >> wrote: >>> Hi all, >>> >>> The attached patch adds

Re: Setting quickfix/location list context

2016-08-19 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-08-19 17:08 GMT+03:00 Yegappan Lakshmanan : > Hi all, > > On Thu, Aug 18, 2016 at 5:47 AM, Yegappan Lakshmanan > wrote: >> Hi all, >> >> The attached patch adds support for setting and getting a context to/from >> a quickfix/location list. There is a

Re: Setting quickfix/location list context

2016-08-19 Fir de Conversatie Yegappan Lakshmanan
Hi all, On Thu, Aug 18, 2016 at 5:47 AM, Yegappan Lakshmanan wrote: > Hi all, > > The attached patch adds support for setting and getting a context to/from > a quickfix/location list. There is a refcount problem with this diff (which I > am > not able to solve). > > If the