mirror of
https://github.com/vim/vim.git
synced 2025-10-22 08:34:29 -04:00
runtime(doc): Fix notation of "Vim script" and "Vim9 script"
closes: #17213 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
411ae580a9
commit
fbe4a8f5c0
@@ -1411,7 +1411,7 @@ test_gui_mouse_event(dict_T *args)
|
||||
if (dict_get_bool(args, "cell", FALSE))
|
||||
{
|
||||
// calculate the middle of the character cell
|
||||
// Note: Cell coordinates are 1-based from vimscript
|
||||
// Note: Cell coordinates are 1-based from Vim script
|
||||
pY = (row - 1) * gui.char_height + gui.char_height / 2;
|
||||
pX = (col - 1) * gui.char_width + gui.char_width / 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user