1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-28 02:45:59 +01:00

Add a note to the documentation

This commit is contained in:
Alex Plate 2021-11-08 10:11:57 +03:00
parent 8344207608
commit 5d7e0a1260
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -4,6 +4,7 @@ package com.maddyhome.idea.vim.command
* [count0] is a raw count entered by user. May be zero.
* [count1] is the same count, but 1-based. If [count0] is zero, [count1] is one.
* The terminology is taken directly from vim.
* If no count is provided, [count0] defaults to zero.
*/
data class OperatorArguments(
val isOperatorPending: Boolean,