neovim/test/functional
zeertzjq 60491466f9
vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#27862)
Problem:  Cursor pos wrong when double-width chars are concealed.
Solution: Advance one more virtual column for a double-width char.
          Run some tests with both 'wrap' and 'nowrap' (zeertzjq).

closes: vim/vim#14197

010e1539d6
2024-03-15 06:56:45 +08:00
..
api fix(api): fix set_lines viewport adjustment, but this time good 2024-03-14 10:56:24 +01:00
autocmd test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
core fix(startup): set full_screen when in ex_mode 2024-03-09 18:20:59 +08:00
editor fix(options): don't update curswant for 'winhl' or 'winbl' (#27515) 2024-02-18 18:11:20 +08:00
ex_cmds test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
fixtures build: create separate targets for nvim with and without runtime files 2024-01-20 12:59:27 +01:00
legacy vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#27862) 2024-03-15 06:56:45 +08:00
lua fix(api/buffer): fix handling of viewport of non-current buffer 2024-03-13 07:19:59 +01:00
options test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +08:00
plugin test: correct order of arguments to eq() (#27816) 2024-03-11 22:23:14 +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 fix(terminal): disable reflow again 2024-03-14 19:22:16 +08:00
treesitter fix(treesitter): highlight injections properly 2024-03-14 06:55:19 +00:00
ui fix(highlight): don't show CursorColumn on current line (#27848) 2024-03-15 05:54:22 +08:00
vimscript refactor(tests): get channel id via nvim_get_chan_info #27441 2024-02-12 05:50:39 -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 refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00