mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 03:04:13 +00:00
docs: lsp, misc
- Problem: It's not clear for new plugin developers that `:help` uses
a help-tags file for searching the docs, generated by `:helptags`.
- Solution: Hint to the |:helptags| docs for regenerating the tags
file for their freshly written documentation.
Co-authored-by: Yochem van Rosmalen <git@yochem.nl>
This commit is contained in:
@@ -84,7 +84,7 @@ describe('insert-mode', function()
|
||||
]])
|
||||
end)
|
||||
|
||||
it('inserts named registers literally', function()
|
||||
it('inserts named/clipboard registers literally', function()
|
||||
local screen = Screen.new(50, 6)
|
||||
-- regular text without special charecter command
|
||||
command('let @a = "test"')
|
||||
|
||||
Reference in New Issue
Block a user