From 5c6dbcb03fa552d7b0e61c8fcf425147eb6bf7d5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 30 Aug 2017 22:00:20 +0200 Subject: patch 8.0.1026: GTK on-the-spot input has problems Problem: GTK on-the-spot input has problems. (Gerd Wachsmuth) Solution: Support over-the-spot. (Yukihiro Nakadaira, Ketn Takata, closes #1215) --- src/testdir/gen_opt_test.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/gen_opt_test.vim') diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim index 128a918147..32283c99bf 100644 --- a/src/testdir/gen_opt_test.vim +++ b/src/testdir/gen_opt_test.vim @@ -31,6 +31,7 @@ let test_values = { \ 'history': [[0, 1, 100], [-1, 10001]], \ 'iminsert': [[0, 1], [-1, 3, 999]], \ 'imsearch': [[-1, 0, 1], [-2, 3, 999]], + \ 'imstyle': [[0, 1], [-1, 2, 999]], \ 'lines': [[2, 24], [-1, 0, 1]], \ 'linespace': [[0, 2, 4], ['']], \ 'numberwidth': [[1, 4, 8, 10], [-1, 0, 11]], -- cgit v1.2.3