comparison runtime/doc/version6.txt @ 22958:e7c125224b1a

Update runtime files Commit: https://github.com/vim/vim/commit/4466ad6baa22485abb1147aca3340cced4778a66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 13:16:30 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Nov 2020 13:30:04 +0100
parents bbca88cd13d5
children 96206643bd9f
comparison
equal deleted inserted replaced
22957:80212aa40750 22958:e7c125224b1a
1329 eventhandler() Returns 1 when inside an event handler and interactive 1329 eventhandler() Returns 1 when inside an event handler and interactive
1330 commands can't be used. 1330 commands can't be used.
1331 executable() Checks if a program or batch script can be executed. 1331 executable() Checks if a program or batch script can be executed.
1332 filewritable() Checks if a file can be written. (Ron Aaron) 1332 filewritable() Checks if a file can be written. (Ron Aaron)
1333 foldclosed() Find out if there is a closed fold. (Johannes Zellner). 1333 foldclosed() Find out if there is a closed fold. (Johannes Zellner).
1334 foldcloseend() Find the end of a closed fold. 1334 foldclosedend() Find the end of a closed fold.
1335 foldlevel() Find out the foldlevel. (Johannes Zellner) 1335 foldlevel() Find out the foldlevel. (Johannes Zellner)
1336 foreground() Move the GUI window to the foreground. 1336 foreground() Move the GUI window to the foreground.
1337 getchar() Get one character from the user. Can be used to define a 1337 getchar() Get one character from the user. Can be used to define a
1338 mapping that takes an argument. 1338 mapping that takes an argument.
1339 getcharmod() Get last used key modifier. 1339 getcharmod() Get last used key modifier.