neovim/test/functional
zeertzjq a941207523 vim-patch:9.0.0581: adding a character for incsearch fails at end of line
Problem:    Adding a character for incsearch fails at end of line.
Solution:   Only check cursor line number.

d4566c14e7

Co-authored-by: Bram Moolenaar <Bram@vim.org>
2024-04-03 05:55:50 +08:00
..
api fix: explain that user should run nvim with -V1 to see more information 2024-03-30 12:32:47 +01:00
autocmd test: silence expected errors 2024-04-02 17:07:44 +02:00
core test: silence expected errors 2024-04-02 17:07:44 +02:00
editor feat(lua): pass keys before mapping to vim.on_key() callback (#28098) 2024-03-31 11:20:05 +08:00
ex_cmds fix(api): set script context when using nvim_set_hl (#28123) 2024-03-31 20:21:47 +08:00
fixtures refactor(lsp): simplify client tracking 2024-03-25 22:21:08 +00:00
legacy test(normal): port legacy normal test for page scrolling (#28100) 2024-03-29 21:22:16 +08:00
lua feat(lua): pass keys before mapping to vim.on_key() callback (#28098) 2024-03-31 11:20:05 +08:00
options test: silence expected errors 2024-04-02 17:07:44 +02:00
plugin test: skip another flaky test on macOS (#28087) 2024-03-29 06:26:01 +08:00
provider fix(eval): make has('pythonx') work properly (#27739) 2024-03-05 15:54:41 +08:00
script docs: support inline markdown 2024-03-09 11:21:55 +00:00
shada test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
terminal test: silence expected errors 2024-04-02 17:07:44 +02:00
treesitter fix(treesitter): return correct match table in iter_captures() 2024-03-27 10:39:46 +00:00
ui vim-patch:9.0.0581: adding a character for incsearch fails at end of line 2024-04-03 05:55:50 +08:00
vimscript test: use matches(...) instead of ok(string.find(...)) (#28111) 2024-03-30 09:29:21 +08:00
example_spec.lua test: use integers for API Buffer/Window/Tabpage EXT types 2024-01-16 19:11:49 +00:00
helpers.lua fix(test): typing 2024-03-25 21:09:57 +00:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00