Mats Bertil Tegner <[email protected]> wrote: > Den måndag 11 mars 2019 kl. 07:59:45 UTC+1 skrev Bram Moolenaar: > > Patch 8.1.1005 (after 8.1.1003) > > Problem: Test fails because t_F2 is not set. > > Solution: Add try-catch. > > Files: src/testdir/test_registers.vim > > This patch doesn't exist on GitHub. I downloaded: > https://github.com/vim/vim/archive/v8.1.1005.tar.gz > > But when compiled version string does not include patch 1005 > :version > VIM - Vi IMproved 8.1 (2018 May 18, compiled Mar 11 2019 19:13:55) > Inkluderade patchar: 1-1004 > Kompilerad av <[email protected]> > > Mats
Something is not right in git: tag v8.1.1005 was applied to the same sha1 e165f6359 as tag v8.1.1004: $ git log --decorate commit 55d81cd2a15d93dba89b2ff1c988d82789919b6b (HEAD -> master, upstream/master) Author: Bram Moolenaar <[email protected]> Date: Mon Mar 11 08:05:50 2019 +0100 patch 8.1.1005: test fails because t_F2 is not set Problem: Test fails because t_F2 is not set. Solution: Add try-catch. commit e165f63598b58bfdac0168583aa1ef75fbf7be6d (tag: v8.1.1005, tag: v8.1.1004) Author: Bram Moolenaar <[email protected]> Date: Sun Mar 10 09:48:59 2019 +0100 patch 8.1.1004: function "luaV_setref()" not covered with tests Problem: Function "luaV_setref()" not covered with tests. Solution: Add a test. (Dominique Pelle, closes #4089) commit 6edbbd8114320089c0e603e033775d9dd34cb10a (tag: v8.1.1003) Author: Bram Moolenaar <[email protected]> Date: Sun Mar 10 09:41:51 2019 +0100 patch 8.1.1003: playing back recorded key sequence mistakes key code Problem: Playing back recorded key sequence mistakes key code. Solution: Insert a <Nop> after the <Esc>. (closes #4068) -- -- 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.
