There is a file named test.vim in current directory:
autocmd CursorMoved * echom "CursorMoved" function! Test() python3 << EOF saved_eventignore = vim.options['eventignore'] vim.options['eventignore'] = 'all' vim.current.buffer[:] = ['aaa', 'bbb'] vim.options['eventignore'] = saved_eventignore EOF endfunction
CursorMoved output is still generated.
Seems similar as #8641.
No output at all. This is the expected behavior of the code.
And Neovim doesn't have this BUG.
vim9.1.1157
Linux, GNOME
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #19039 as duplicate.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
That is a duplicate of #8641
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()