fix(api): consider multibyte characters in get_screen_cursor (cmdline) (#1352)
* fix(api): consider multibyte characters in get_screen_cursor (cmdline) * style: format with stylua * test: tell luacheck that it is intended unreachable code
This commit is contained in:
@@ -57,4 +57,3 @@ vim.api.nvim_create_user_command('CmpStatus', function()
|
||||
end, { desc = 'Check status of cmp sources' })
|
||||
|
||||
vim.cmd([[doautocmd <nomodeline> User CmpReady]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user