mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user