From 2901bf45b7def89cd7ce8cd5549f23db2817fe49 Mon Sep 17 00:00:00 2001 From: Alex Plate Date: Wed, 15 Jul 2020 10:11:51 +0300 Subject: [PATCH] Update the contributing doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57c4412895..88d9a15ec3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,7 @@ carets, dollar motion, etc. We’re trying to make IdeaVim close to the original Vim both in terms of functionality and architecture. -- Vim motions can be [either inclusive or exclusive](http://vimdoc.sourceforge.net/htmldoc/motion.html#inclusive). +- Vim motions can be [either inclusive, exclusive, or linewise](http://vimdoc.sourceforge.net/htmldoc/motion.html#inclusive). In IdeaVim, you can use `MotionType` for that. - Have you read the [interesting things](https://github.com/JetBrains/ideavim#some-facts-about-vim) about IdeaVim? Do you remember how `dd`, `yy`, and other similar commands work? `DuplicableOperatorAction` will help you with that.