Re: [vim/vim] Invalid syntax highlighting inside string literals - it detects /* as a starting line for a comment (#1584)

2017-03-29 Fir de Conversatie Tony Mechelynck
On Wed, Mar 29, 2017 at 4:07 PM, Charles E Campbell wrote: > Simon Cornelius P. Umacob wrote: >> >> examplejs >> >> >> Copy-pasteable: >> >> |const init_env =` for i in \`ls >> ${process.env['LAMB

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie Coacher
On Wednesday, 29 March 2017 23:50:56 UTC+3, justrajdeep wrote: > I am able to close folds using za, zM and :foldclose in version 8.0.524 > > > On Wed, Mar 29, 2017 at 3:51 PM, Coacher wrote: > On Wednesday, 29 March 2017 22:16:19 UTC+3, Christian Brabandt  wrote: > > > Please check v8.0.524

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie rajdeep mondal
I am able to close folds using za, zM and :foldclose in version 8.0.524 On Wed, Mar 29, 2017 at 3:51 PM, Coacher wrote: > On Wednesday, 29 March 2017 22:16:19 UTC+3, Christian Brabandt wrote: > > Please check v8.0.524 I think it fixed the issue already. > > > > Best, > > Christian > > > > -- >

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie Coacher
On Wednesday, 29 March 2017 22:16:19 UTC+3, Christian Brabandt wrote: > Please check v8.0.524 I think it fixed the issue already. > > Best, > Christian > > -- > Das so genannte Aus-sich-Schöpfen macht gewöhnlich falsche > Originale und Manieristen. > -- Goethe, Maximen und Reflek

Patch 8.0.0525

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0525 Solution: Completion for user command argument not tested. Problem:Add a test. Files: src/testdir/test_cmdline.vim *** ../vim-8.0.0524/src/testdir/test_cmdline.vim2017-03-26 13:50:02.536929400 +0200 --- src/testdir/test_cmdline.vim2017-03-29 21:20:48.75

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie justrajdeep
On Wednesday, March 29, 2017 at 3:16:19 PM UTC-4, Christian Brabandt wrote: > Hi justrajdeep! > > On Mi, 29 Mär 2017, justrajdeep wrote: > > > I dont see the issue with patch 8.0.517. > > > > se fillchars? output > > > > fillchars=vert:|,fold:- > > Please check v8.0.524 I think it fixed the is

Re: [bug] completion of user-defined function does not work as expected

2017-03-29 Fir de Conversatie Bram Moolenaar
Dominique wrote: > While adding more tests for user-defined function > completion, I noticed this bug: > > :command! -complete=color Foo : > > Then if I type: > > :Foo > > I see completion for colorschemes as expected: > > blue defaultdesert evening (...) > > Good so far. H

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie Christian Brabandt
Hi justrajdeep! On Mi, 29 Mär 2017, justrajdeep wrote: > I dont see the issue with patch 8.0.517. > > se fillchars? output > > fillchars=vert:|,fold:- Please check v8.0.524 I think it fixed the issue already. Best, Christian -- Das so genannte Aus-sich-Schöpfen macht gewöhnlich falsche Ori

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie justrajdeep
On Wednesday, March 29, 2017 at 2:25:08 PM UTC-4, Christian Brabandt wrote: > Hi vim_dev! > > On Mi, 29 Mär 2017, Christian Brabandt wrote: > > > Hi justrajdeep! > > > > On Mi, 29 Mär 2017, justrajdeep wrote: > > > > > Hi Vim Developers > > > > > > > > > I recently updated my vim to version 8

Patch 8.0.0524

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0524 (after 8.0.0518) Problem:Folds are messed up when 'encodin' is "utf-8". Solution: Also set the fold character when it's not multi-byte. Files: src/screen.c, src/testdir/test_display.vim *** ../vim-8.0.0523/src/screen.c2017-03-29 17:30:23.168136866 +0200 --- src/

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie Bram Moolenaar
justrajdeep wrote: > I recently updated my vim to version 8.0.518 > > I have foldmethod=marker set by default. > > I use default vimrc share/vim/vim80/vimrc_example.vim > > If I dont have set encoding=utf-8 http://i.imgur.com/B8tsoFg.png is how a > folded file looks. > > if i have set encodi

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie Christian Brabandt
Hi vim_dev! On Mi, 29 Mär 2017, Christian Brabandt wrote: > Hi justrajdeep! > > On Mi, 29 Mär 2017, justrajdeep wrote: > > > Hi Vim Developers > > > > > > I recently updated my vim to version 8.0.518 > > > > I have foldmethod=marker set by default. > > > > I use default vimrc share/vim/vim8

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie Christian Brabandt
Hi justrajdeep! On Mi, 29 Mär 2017, justrajdeep wrote: > Hi Vim Developers > > > I recently updated my vim to version 8.0.518 > > I have foldmethod=marker set by default. > > I use default vimrc share/vim/vim80/vimrc_example.vim > > If I dont have set encoding=utf-8 http://i.imgur.com/B8tsoF

Re: Coveralls not showing files

2017-03-29 Fir de Conversatie Christian Brabandt
Hi Kazunobu! On Do, 30 Mär 2017, Kazunobu Kuriyama wrote: > 2017-03-29 23:06 GMT+09:00 Dominique Pellé : > > Bram Moolenaar wrote: > > > Christian Brabandt wrote: > > > >> On Sa, 25 Mär 2017, Bram Moolenaar wrote: > >> > >> > > > https://github.com/chrisbra/vim/commit/

Patch 8.0.0523

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0523 Problem:dv} deletes part of a multi-byte character. (Urtica Dioica) Solution: Include the whole character. Files: src/search.c, src/testdir/test_normal.vim *** ../vim-8.0.0522/src/search.c2017-03-16 17:23:26.835815782 +0100 --- src/search.c2017-03-29 19:

Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie justrajdeep
Hi Vim Developers I recently updated my vim to version 8.0.518 I have foldmethod=marker set by default. I use default vimrc share/vim/vim80/vimrc_example.vim If I dont have set encoding=utf-8 http://i.imgur.com/B8tsoFg.png is how a folded file looks. if i have set encoding=utf-8 http://i.img

Patch 8.0.0522

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0522 Problem:MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a :global command. Solution: When setting the clipboard was postponed, do not clear the register. Files: src/ops.c, src/proto/ui.pro, src/ui.c, src/globals.h, src/te

Re: Coveralls not showing files

2017-03-29 Fir de Conversatie Kazunobu Kuriyama
2017-03-29 23:06 GMT+09:00 Dominique Pellé : > Bram Moolenaar wrote: > > > Christian Brabandt wrote: > > > >> On Sa, 25 Mär 2017, Bram Moolenaar wrote: > >> > >> > > https://github.com/chrisbra/vim/commit/ > 3b79bae9a9d1198b28dc606c9a64b > >> > > >> > Thanks. Let's give that a try. > >> > >> Tha

Patch 8.0.0521

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0521 Problem:GtkForm handling is outdated. Solution: Get rid of event filter functions. Get rid of GtkForm.width and .height. Eliminate gtk_widget_size_request() calls. (Kazunobu Kuriyama) Files: src/gui_gtk_f.c, src/gui_gtk_f.h *** ../vim-8.0.0520/

Patch 8.0.0520

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0520 Problem:Using a function pointer instead of the actual function, which we know. Solution: Change mb_ functions to utf_ functions when already checked for Unicode. (Dominique Pelle, closes #1582) Files: src/message.c, src/misc2.c, src/regexp.c, src/

Re: [vim/vim] Invalid syntax highlighting inside string literals - it detects /* as a starting line for a comment (#1584)

2017-03-29 Fir de Conversatie Charles E Campbell
Simon Cornelius P. Umacob wrote: > > examplejs > > > Copy-pasteable: > > |const init_env =` for i in \`ls > ${process.env['LAMBDA_TASK_ROOT']}/bin/*\`; do echo $i done `; | > Hello: Some questions

Re: Coveralls not showing files

2017-03-29 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: > Christian Brabandt wrote: > >> On Sa, 25 Mär 2017, Bram Moolenaar wrote: >> >> > > https://github.com/chrisbra/vim/commit/3b79bae9a9d1198b28dc606c9a64b >> > >> > Thanks. Let's give that a try. >> >> That seems to work. I wonder however, why the coverage is less than on >>

Patch 8.0.0519

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0519 Problem:Character classes are not well tested. They can differ between platforms. Solution: Add tests. In the documentation make clear which classes depend on what library function. Only use :cntrl: and :graph: for ASCII. (Kazunobu Kuriyam

Re: Coveralls not showing files

2017-03-29 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Sa, 25 Mär 2017, Bram Moolenaar wrote: > > > > https://github.com/chrisbra/vim/commit/3b79bae9a9d1198b28dc606c9a64b > > > > Thanks. Let's give that a try. > > That seems to work. I wonder however, why the coverage is less than on > coveralls... Looks like Cove

Patch 8.0.0518

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0518 Problem:Storing a zero byte from a multi-byte character causes fold text to show up wrong. Solution: Avoid putting zero in ScreenLines. (Christian Brabandt, closes #1567) Files: src/screen.c, src/testdir/test_display.vim *** ../vim-8.0.0517/src/s

Patch 8.0.0517

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0517 Problem:There is no way to remove quickfix lists (for testing). Solution: Add the 'f' action to setqflist(). Add tests. (Yegappan Lakshmanan) Files: runtime/doc/eval.txt, src/evalfunc.c, src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.

Patch 8.0.0516

2017-03-29 Fir de Conversatie Bram Moolenaar
Patch 8.0.0516 Problem:A large count on a normal command causes trouble. (Dominique Pelle) Solution: Make "opcount" long. Files: src/globals.h, src/testdir/test_normal.vim *** ../vim-8.0.0515/src/globals.h 2017-03-09 18:19:58.161107848 +0100 --- src/globals.h 2

Re: [bug] unexpected "E342: Out of memory!"

2017-03-29 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: > > Hi > > > > This command gives E342 immediately on my laptop: > > > > $ vim -u NONE -c 'norm o' -c 'norm 666dH' > > Error detected while processing command line: > > E342: Out of memory! (allocating 16422480584 bytes) > > cannot yank; delete anyway (y/n)