mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
docs: small fixes (#35791)
Close #34938 Close #35030 Close #35233 Close #35259 Close #35290 Close #35433 Close #35541 Close #35766 Close #35792 Co-authored-by: huylg <45591413+huylg@users.noreply.github.com> Co-authored-by: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Co-authored-by: sooriya <74165167+thuvasooriya@users.noreply.github.com> Co-authored-by: Andrew Braxton <andrewcbraxton@gmail.com> Co-authored-by: Enric Calabuig <enric.calabuig@gmail.com> Co-authored-by: Augusto César Dias <augusto.c.dias@gmail.com> Co-authored-by: David Sierra DiazGranados <davidsierradz@gmail.com> Co-authored-by: Stepan Nikitin <90522882+vectravox@users.noreply.github.com> Co-authored-by: Emilien Breton <bricktech2000@gmail.com>
This commit is contained in:
@@ -272,7 +272,7 @@ describe('prompt buffer', function()
|
||||
eq('line 1\nline 2\nline 3', fn('prompt_getinput', buf))
|
||||
|
||||
feed('<cr>')
|
||||
-- submiting multiline text works
|
||||
-- submitting multiline text works
|
||||
screen:expect([[
|
||||
Result: "line 1 |
|
||||
line 2 |
|
||||
@@ -396,7 +396,7 @@ describe('prompt buffer', function()
|
||||
source_script()
|
||||
local buf = api.nvim_get_current_buf()
|
||||
|
||||
-- text editiing alowed in current prompt
|
||||
-- text editing allowed in current prompt
|
||||
feed('tests-initial<esc>')
|
||||
feed('bimiddle-<esc>')
|
||||
screen:expect([[
|
||||
|
Reference in New Issue
Block a user