compat: "v:count" distinct from "count" (#7407)

This commit is contained in:
Marco Hinz
2017-11-09 02:20:12 +01:00
committed by Justin M. Keyes
parent 55d8967147
commit 9837a9c401
4 changed files with 10 additions and 2 deletions

View File

@@ -334,7 +334,7 @@ static struct vimvar {
// VV_SEND_SERVER "servername"
// VV_REG "register"
// VV_OP "operator"
VV(VV_COUNT, "count", VAR_NUMBER, VV_COMPAT+VV_RO),
VV(VV_COUNT, "count", VAR_NUMBER, VV_RO),
VV(VV_COUNT1, "count1", VAR_NUMBER, VV_RO),
VV(VV_PREVCOUNT, "prevcount", VAR_NUMBER, VV_RO),
VV(VV_ERRMSG, "errmsg", VAR_STRING, VV_COMPAT),