diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-12-09 01:31:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 01:31:34 +0100 |
commit | 857a7312d015350c9637548310c7a187637d3ca4 (patch) | |
tree | 22c7550747909e81310bc0aa07c982876c09b989 /src/nvim/api/buffer.c | |
parent | f1eb25f0c45d7612d495f2cbd43a29da294d5325 (diff) | |
download | rneovim-857a7312d015350c9637548310c7a187637d3ca4.tar.gz rneovim-857a7312d015350c9637548310c7a187637d3ca4.tar.bz2 rneovim-857a7312d015350c9637548310c7a187637d3ca4.zip |
doc (#9288)
- misc
- doc: `:help config`. closes #9329
- cleanup test/README.md
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index 29c8ea634a..5df0f0bb47 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -1027,8 +1027,7 @@ void nvim_buf_clear_highlight(Buffer buffer, /// By default (and currently the only option) the text will be placed after /// the buffer text. Virtual text will never cause reflow, rather virtual /// text will be truncated at the end of the screen line. The virtual text will -/// begin after one cell to the right of the ordinary text, this will contain -/// the |lcs-eol| char if set, otherwise just be a space. +/// begin one cell (|lcs-eol| or space) after the ordinary text. /// /// Namespaces are used to support batch deletion/updating of virtual text. /// To create a namespace, use |nvim_create_namespace|. Virtual text is |