mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(runtime): fully port emoji_list to Lua
Problem: `runtime/tools/emoji_list.vim` is a Lua script masquerading as Vimscript, which is unnecessary now that `:source` works for Lua files. Solution: Remove Vimscript wrapper.
This commit is contained in:
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@ -7904,7 +7904,7 @@ function vim.fn.setbufvar(buf, varname, val) end
|
||||
--- To clear the overrides pass an empty {list}: >vim
|
||||
--- call setcellwidths([])
|
||||
---
|
||||
--- <You can use the script $VIMRUNTIME/tools/emoji_list.vim to see
|
||||
--- <You can use the script $VIMRUNTIME/tools/emoji_list.lua to see
|
||||
--- the effect for known emoji characters. Move the cursor
|
||||
--- through the text to check if the cell widths of your terminal
|
||||
--- match with what Vim knows about each emoji. If it doesn't
|
||||
|
Reference in New Issue
Block a user