diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/eval.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index f0746e6159..351b9f0510 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -9540,7 +9540,7 @@ M.funcs = {        To clear the overrides pass an empty {list}: >vim           call setcellwidths([]) -      <You can use the script $VIMRUNTIME/tools/emoji_list.lua to see +      <You can use the script $VIMRUNTIME/scripts/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 | 
