diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-06-26 11:16:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 11:16:55 +0200 |
commit | b6878f5d6387bad667edf75cf6c70e846c3b0428 (patch) | |
tree | f8921ba735488de37a5548690efd0212ea01ef36 /src/nvim/api/buffer.c | |
parent | b697c0cd4fb2ebe3f021599cb77122374db7fd59 (diff) | |
download | rneovim-b6878f5d6387bad667edf75cf6c70e846c3b0428.tar.gz rneovim-b6878f5d6387bad667edf75cf6c70e846c3b0428.tar.bz2 rneovim-b6878f5d6387bad667edf75cf6c70e846c3b0428.zip |
docs: fix misparsed headings (#24162)
Problem: vimdoc parser requires space between column heading and `~`.
Solution: Add space to docs (and mention it). Also edit `luaref.txt`
headings for consistency.
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index c1aef53dc0..5bf7295bb3 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -48,7 +48,7 @@ /// /// \brief For more information on buffers, see |buffers| /// -/// Unloaded Buffers:~ +/// Unloaded Buffers: ~ /// /// Buffers may be unloaded by the |:bunload| command or the buffer's /// |'bufhidden'| option. When a buffer is unloaded its file contents are freed |