mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
compat: "v:count" distinct from "count" (#7407)
This commit is contained in:

committed by
Justin M. Keyes

parent
55d8967147
commit
9837a9c401
@@ -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),
|
||||
|
Reference in New Issue
Block a user