summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Fonseca <jonas.fonseca@gmail.com>2017-07-10 00:47:20 -0400
committerJonas Fonseca <jonas.fonseca@gmail.com>2017-07-10 00:47:20 -0400
commit2eec9a58fe08b733819c0bae9eb459a605ea5c59 (patch)
tree60fdbe82e52d979635a7ba9c518dd3f96085d8f5
parent175f658781ba1f291dc89584d81b2e9ad3563650 (diff)
Fix #590: Document limitation of staging chunk/lines
... when ignore-space is set to something other than "no".
-rw-r--r--doc/tigrc.5.adoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tigrc.5.adoc b/doc/tigrc.5.adoc
index 99753bd2..8623f882 100644
--- a/doc/tigrc.5.adoc
+++ b/doc/tigrc.5.adoc
@@ -811,10 +811,16 @@ View specific actions
|status-update |Stage/unstage chunk or file changes
|status-revert |Revert chunk or file changes
|status-merge |Merge file using external tool
-|stage-update-line |Stage/unstage single line
+|stage-update-line |Stage/unstage single line.
|stage-split-chunk |Split current diff chunk
|=============================================================================
+NOTE: When `ignore-space` is set to `some`, `all` or `at-eol`, then
+*status-update* and *status-revert* may fail when updating or reverting
+chunks containing lines with space changes. Similarly,
+*stage-update-line* may fail when updating a line adjacent to a line
+with space changes
+
Cursor navigation
^^^^^^^^^^^^^^^^^