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:
parent
8344207608
commit
5d7e0a1260
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user