neovim/test/functional
luukvbaal 60f69014a8
fix(redraw): multibyte characters are wrapped at the end of a line (#23696)
Problem:    Multibyte characters may be wrapped at the end of a line
            when 'statuscolumn' and 'spell' are set.
Solution:   Update line pointerdiff "v" before fetching the line pointer
            after evaluating 'statuscolumn'.
2023-05-21 19:00:37 +08:00
..
api fix(redo): make redo of Lua mappings in op-pending mode work (#23566) 2023-05-10 17:42:14 +08:00
autocmd fix(events): null dereference in autocmd functions 2023-04-27 22:22:54 +02:00
core test(startup_spec): use getscriptinfo() instead of :scriptnames (#23034) 2023-04-12 09:17:32 +08:00
editor vim-patch:8.2.3135: Vim9: builtin function arguments not checked at compile time 2023-05-05 09:19:05 +08:00
ex_cmds vim-patch:8.2.3887: E1135 is used for two different errors 2023-05-08 01:12:09 +08:00
fixtures refactor: deprecate checkhealth functions 2023-04-15 23:40:48 +02:00
legacy vim-patch:9.0.1568: with 'smoothscroll' cursor may move below botline 2023-05-19 19:28:01 +02:00
lua feat(fs): expose join_paths as vim.fs.joinpath (#23685) 2023-05-20 17:30:48 +02:00
options refactor: using a different error number for 'mousescroll' 2023-05-05 09:19:06 +08:00
plugin fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689) 2023-05-20 07:45:39 +02:00
provider test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
shada refactor: remove modelines from Lua files 2023-04-13 23:29:13 +02:00
terminal fix(messages): ensure msg_grid is at top at more prompt (#23584) 2023-05-17 21:06:27 +08:00
treesitter fix(treesitter): correctly calculate bytes for text sources (#23655) 2023-05-16 16:41:47 +01:00
ui fix(redraw): multibyte characters are wrapped at the end of a line (#23696) 2023-05-21 19:00:37 +08:00
vimscript test: add tests for executing commands with backwards range 2023-05-05 19:07:56 +08:00
example_spec.lua
helpers.lua docs(powershell): use tee.exe instead of Tee-Object 2023-04-22 12:04:05 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00