mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Allow most old tests to pass with nocp.
test69.in: because 'nocp' sets 'esckeys', add an extra <esc> to avoid 'tm' pause.
This commit is contained in:

committed by
Julian Mehne

parent
b574cb6422
commit
62bd20b726
@@ -1,3 +1,3 @@
|
|||||||
:set cp
|
:set nocp
|
||||||
:map dotest /^STARTTEST
|
:map dotest /^STARTTEST
|
||||||
j:set ff=unix cpo-=A
|
j:set ff=unix cpo-=A
|
||||||
|
@@ -4,7 +4,7 @@ STARTTEST
|
|||||||
:so small.vim
|
:so small.vim
|
||||||
:set noswf
|
:set noswf
|
||||||
:set ve=all
|
:set ve=all
|
||||||
-dgg
|
j-dgg
|
||||||
:"
|
:"
|
||||||
:" Insert "keyword keyw", ESC, C CTRL-N, shows "keyword ykeyword".
|
:" Insert "keyword keyw", ESC, C CTRL-N, shows "keyword ykeyword".
|
||||||
:" Repeating CTRL-N fixes it. (Mary Ellen Foster)
|
:" Repeating CTRL-N fixes it. (Mary Ellen Foster)
|
||||||
|
@@ -30,7 +30,7 @@ STARTTEST
|
|||||||
/^{/+1
|
/^{/+1
|
||||||
:set tw=3 fo=t
|
:set tw=3 fo=t
|
||||||
gqgqo
|
gqgqo
|
||||||
a
|
a
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -99,7 +99,7 @@ ENDTEST
|
|||||||
STARTTEST
|
STARTTEST
|
||||||
/^{/+2
|
/^{/+2
|
||||||
:set tw& fo=a
|
:set tw& fo=a
|
||||||
I^^
|
I^^
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@@ -15,7 +15,7 @@ STARTTEST
|
|||||||
:set tw=2 fo=t
|
:set tw=2 fo=t
|
||||||
gqgqjgqgqo
|
gqgqjgqgqo
|
||||||
XYZ
|
XYZ
|
||||||
abc XYZ
|
abc XYZ
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ gqgqjgqgqjgqgqjgqgqjgqgqo
|
|||||||
Xa
|
Xa
|
||||||
X a
|
X a
|
||||||
XY
|
XY
|
||||||
X Y
|
X Y
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@ aX
|
|||||||
abX
|
abX
|
||||||
abcX
|
abcX
|
||||||
abX c
|
abX c
|
||||||
abXY
|
abXY
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -110,7 +110,7 @@ gqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqo
|
|||||||
X YZ
|
X YZ
|
||||||
XX
|
XX
|
||||||
XXa
|
XXa
|
||||||
XXY
|
XXY
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user