Hi Bram! On Di, 19 Jul 2016, Bram Moolenaar wrote:
> Some files have low coverage, for example digraph.c has only 9% > coverage: > https://coveralls.io/builds/7070119/source?filename=src%2Fdigraph.c I think digraph.c is a bad example, since some 2000 lines is the of the struct defining all those digraphs. > > I would appreciate it if more tests can be written to increase the > coverage, and thus the stability of Vim. The number has been increasing > over the past year, but there is still a lot to do. There is still a patch in the todo list, which includes addional tests: ,---- | Patch to be able to use hex numbers with :digraph. (Lcd, 2015 Sep 6) | Update Sep 7. Update by Christian Brabandt, 2015 Sep 8, 2016 Feb 1. `---- I think this is the following patch: https://github.com/chrisbra/vim-mq-patches/blob/master/digraphs (I don't know, if is still applies after the many refactorings in the last time) Best, Christian -- Das Credo des heutigen Menschen lautet: 'Ich glaube an das Image, an den Computer und an die Demoskopie.' -- Vittorio de Sica -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
