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 -- [email protected] -- 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 ///
--
--
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.