comparison src/evalfunc.c @ 18623:3089b422b9dc v8.1.2304

patch 8.1.2304: cannot get the mouse position when getting a mouse click Commit: https://github.com/vim/vim/commit/db3a205147ce2c335d5c2181c1f789277f8775b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 16 18:22:41 2019 +0100 patch 8.1.2304: cannot get the mouse position when getting a mouse click Problem: Cannot get the mouse position when getting a mouse click. Solution: Add getmousepos().
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Nov 2019 18:30:04 +0100
parents e9675870c480
children 9007e9896303
comparison
equal deleted inserted replaced
18622:5beb893fc3db 18623:3089b422b9dc
463 {"getimstatus", 0, 0, 0, f_getimstatus}, 463 {"getimstatus", 0, 0, 0, f_getimstatus},
464 {"getjumplist", 0, 2, FEARG_1, f_getjumplist}, 464 {"getjumplist", 0, 2, FEARG_1, f_getjumplist},
465 {"getline", 1, 2, FEARG_1, f_getline}, 465 {"getline", 1, 2, FEARG_1, f_getline},
466 {"getloclist", 1, 2, 0, f_getloclist}, 466 {"getloclist", 1, 2, 0, f_getloclist},
467 {"getmatches", 0, 1, 0, f_getmatches}, 467 {"getmatches", 0, 1, 0, f_getmatches},
468 {"getmousepos", 0, 0, 0, f_getmousepos},
468 {"getpid", 0, 0, 0, f_getpid}, 469 {"getpid", 0, 0, 0, f_getpid},
469 {"getpos", 1, 1, FEARG_1, f_getpos}, 470 {"getpos", 1, 1, FEARG_1, f_getpos},
470 {"getqflist", 0, 1, 0, f_getqflist}, 471 {"getqflist", 0, 1, 0, f_getqflist},
471 {"getreg", 0, 3, FEARG_1, f_getreg}, 472 {"getreg", 0, 3, FEARG_1, f_getreg},
472 {"getregtype", 0, 1, FEARG_1, f_getregtype}, 473 {"getregtype", 0, 1, FEARG_1, f_getregtype},