comparison runtime/doc/usr_41.txt @ 20836:2616c5a337e0 v8.2.0970

patch 8.2.0970: terminal properties are not available in Vim script Commit: https://github.com/vim/vim/commit/0c0eddd3ddd266bcc2036362fae7b2b8b9d2c7bf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 13 15:47:25 2020 +0200 patch 8.2.0970: terminal properties are not available in Vim script Problem: Terminal properties are not available in Vim script. Solution: Add the terminalprops() function.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jun 2020 16:00:04 +0200
parents 821925509d8c
children 83cfa1ef1bf2
comparison
equal deleted inserted replaced
20835:097884058719 20836:2616c5a337e0
1146 eventhandler() check if invoked by an event handler 1146 eventhandler() check if invoked by an event handler
1147 getpid() get process ID of Vim 1147 getpid() get process ID of Vim
1148 getimstatus() check if IME status is active 1148 getimstatus() check if IME status is active
1149 interrupt() interrupt script execution 1149 interrupt() interrupt script execution
1150 windowsversion() get MS-Windows version 1150 windowsversion() get MS-Windows version
1151 terminalprops() properties of the terminal
1151 1152
1152 libcall() call a function in an external library 1153 libcall() call a function in an external library
1153 libcallnr() idem, returning a number 1154 libcallnr() idem, returning a number
1154 1155
1155 undofile() get the name of the undo file 1156 undofile() get the name of the undo file