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 > > > > > >

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

2016-12-07 Fir de Conversatie Christ van Willegen
Op 7 dec. 2016 17:03 schreef "lacygoill" : I don't know where to find the patch and how to apply it.. If it's correct, it will be applied by Bram Moolenaar and distributed in an official version. You'll just have to wait... Christ van Willegen -- -- You received

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

2016-12-07 Fir de Conversatie h_east
Hi lacygoill, 2016-12-8(Thu) 1:03:00 UTC+9 lacygoill: > Thank you very much for the answer! I'm sorry I don't know much about git and > programming. I don't know where to find the patch and how to apply it.. I > just found this bug and wanted to report it to you. Again sorry for my lack > of

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

2016-12-07 Fir de Conversatie h_east
Hi lacygoill, 2016-12-7(Wed) 13:26:25 UTC+9 lacygoill: > Hello, > > If I write the following in /tmp/vimrc.vim: > > setlocal tw=78 > setlocal cc=78 > > "zzz > " zzzyyy > > > > Then I launch Vim from the shell like this: