neovim/test/functional
zeertzjq d974a3dcbb
vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)
Problem:  Cannot accurately get mouse clicking position when clicking on
          a TAB or with virtual text.
Solution: Add a "coladd" field to getmousepos() result.

closes: vim/vim#13335

f5a94d5165
2023-10-15 17:19:01 +08:00
..
api fix(autocmd): API functions accept garbage after event name #25523 2023-10-09 02:50:44 -07:00
autocmd vim-patch:9.0.2031: TextChangedI may be triggered by non-insert mode change (#25656) 2023-10-15 17:14:18 +08:00
core refactor(test): cleanup #25614 2023-10-12 07:04:16 -07:00
editor fix(grid): add start column when getting char on line (#25627) 2023-10-13 21:43:06 +08:00
ex_cmds docs: small fixes 2023-10-10 19:20:32 +02:00
fixtures fix(lsp): handle absence of a trailing newline #25194 2023-09-21 03:06:40 -07:00
legacy refactor(message): simplify msg_puts_display and use batched grid updates 2023-10-03 15:20:09 +02:00
lua vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629) 2023-10-14 09:58:30 +08:00
options feat: NVIM_APPNAME supports relative paths #25233 2023-09-27 10:09:55 -07:00
plugin fix(lsp): refactor escaping snippet text (#25611) 2023-10-14 09:06:40 +02:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada fix(shada): update marks when using delmarks! (#24978) 2023-09-03 10:34:09 +08:00
terminal test(terminal/channel_spec): fix flakiness (#25649) 2023-10-15 06:38:43 +08:00
treesitter fix(treesitter): make Visual hl work consistently with foldtext (#25484) 2023-10-03 13:07:03 +08:00
ui vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653) 2023-10-15 17:19:01 +08:00
vimscript vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#25605) 2023-10-12 07:38:56 +08:00
example_spec.lua
helpers.lua feat(extmark): support proper multiline ranges 2023-09-12 10:38:23 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00