branch: externals/indent-bars
commit b0f81f14399d8d1dac5c80298417a662ef257097
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 171bf1dc9f..9263ece71a 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,10 @@ The easiest way to discover the node types of interest is
to `M-x treesit-explor
Please document good tree-sitter settings for other langauges in the
[Wiki](https://github.com/jdtsmith/indent-bars/wiki/indent%E2%80%90bars-config-Wiki#tree-sitter-config).
+## Moving by columns
+
+If `indent-bars-display-on-blank-lines' is set, the newline at the end of
blank lines has a `'display` property set to show the bars. Emacs does not
deal correctly with display properties containing newlines when moving by
columns. This is not normally a problem, but in one instance it is a nuisance:
evil tries to "preserve" column during line moves, so can trigger this emacs
misfeature. The symptom is that point jumps a line and moves over as you move
down with evil. A solution is [ [...]
+
## Display
### Stipples