To: vim_dev@googlegroups.com Subject: Patch 7.4.2089 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2088 Problem: Keymap test fails with normal features. Solution: Bail out if the keymap feature is not supported. Files: src/testdir/test_digraph.vim *** ../vim-7.4.2087/src/testdir/test_digraph.vim 2016-07-21 21:23:34.812227710 +0200 --- src/testdir/test_digraph.vim 2016-07-21 22:00:35.077239551 +0200 *************** *** 437,442 **** --- 437,445 ---- endfunc func! Test_loadkeymap() + if !has('keymap') + return + endif new set keymap=czech set iminsert=0 *** ../vim-7.4.2087/src/version.c 2016-07-21 21:23:34.816227669 +0200 --- src/version.c 2016-07-21 21:50:04.591817184 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2088, /**/ -- FATHER: You killed eight wedding guests in all! LAUNCELOT: Er, Well ... the thing is ... I thought your son was a lady. FATHER: I can understand that. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///