diff options
Diffstat (limited to 'src/testdir/test87.ok')
-rw-r--r-- | src/testdir/test87.ok | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok index 7ed51b933..6997b7a32 100644 --- a/src/testdir/test87.ok +++ b/src/testdir/test87.ok @@ -221,7 +221,7 @@ jkl G: 0 W: 1:0 2:1 3:0 4:1 B: 1:0 2:1 3:0 4:1 ->>> iminsert +>>> shiftwidth p/gopts1! KeyError inv: 3! KeyError gopts1! KeyError @@ -230,15 +230,15 @@ jkl wopts1! KeyError wopts2! KeyError wopts3! KeyError - p/bopts1: 2 - G: 1 - W: 1:0 2:2 3:2 4:1 - B: 1:0 2:2 3:2 4:1 + p/bopts1: 8 + G: 8 + W: 1:0 2:2 3:8 4:1 + B: 1:0 2:2 3:8 4:1 del wopts3! KeyError del bopts3! ValueError - G: 1 - W: 1:0 2:2 3:2 4:1 - B: 1:0 2:2 3:2 4:1 + G: 8 + W: 1:0 2:2 3:8 4:1 + B: 1:0 2:2 3:8 4:1 >>> omnifunc p/gopts1! KeyError inv: 1! KeyError |