summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar2023-01-122-0/+6
* patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar2023-01-101-0/+3
* Update runtime filesBram Moolenaar2023-01-099-53/+177
* patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar2023-01-011-1/+5
* Update runtime filesBram Moolenaar2022-12-3115-72/+229
* patch 9.0.1112: test_mswin_event() can hangv9.0.1112Christopher Plewright2022-12-301-4/+9
* patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright2022-12-203-3/+72
* patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080Bram Moolenaar2022-12-191-3/+8
* patch 9.0.1073: using "xterm-kitty" for 'term' causes problemsv9.0.1073Bram Moolenaar2022-12-181-0/+20
* patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal2022-12-151-0/+17
* patch 9.0.1053: default constructor arguments are not optionalv9.0.1053Bram Moolenaar2022-12-131-6/+10
* Update runtime filesBram Moolenaar2022-12-117-53/+162
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-081-3/+6
* patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq2022-12-071-3/+3
* Update runtime filesBram Moolenaar2022-12-0619-92/+117
* patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar2022-12-052-0/+13
* patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar2022-12-043-81/+711
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-012-4/+19
* patch 9.0.0979: ch_log() text can be hard to find in the log filev9.0.0979Bram Moolenaar2022-12-011-0/+3
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-1/+1
* patch 9.0.0976: enabling the kitty keyboard protocol uses push/popv9.0.0976Bram Moolenaar2022-11-301-3/+4
* patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948Bram Moolenaar2022-11-254-19/+19
* patch 9.0.0939: still using simplified mappings when using kitty protocolv9.0.0939Bram Moolenaar2022-11-241-2/+12
* Update runtime filesBram Moolenaar2022-11-2322-79/+102
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-233-13/+86
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-222-12/+69
* patch 9.0.0916: getbufline() is inefficient for getting a single linev9.0.0916Bram Moolenaar2022-11-212-2/+11
* patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar2022-11-191-7/+23
* Update runtime filesBram Moolenaar2022-11-1813-56/+174
* patch 9.0.0883: a silent mapping may cause dots on the command linev9.0.0883Bram Moolenaar2022-11-141-0/+3
* patch 9.0.0881: cannot get the currently showing mouse shapev9.0.0881Bram Moolenaar2022-11-142-0/+8
* patch 9.0.0863: col() and charcol() only work for the current windowv9.0.0863Yegappan Lakshmanan2022-11-121-6/+9
* patch 9.0.0862: default value of 'endoffile' is wrongv9.0.0862Bram Moolenaar2022-11-121-1/+1
* patch 9.0.0861: solution for "!!sort" in closed fold is not optimalv9.0.0861Bram Moolenaar2022-11-111-1/+41
* Update runtime filesBram Moolenaar2022-11-0922-48/+77
* patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar2022-11-051-8/+14
* patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata2022-11-012-0/+40
* Update runtime filesBram Moolenaar2022-10-2814-91/+134
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-221-1/+8
* patch 9.0.0813: Kitty terminal is not recognizedv9.0.0813Bram Moolenaar2022-10-211-0/+1
* patch 9.0.0810: readblob() returns empty when trying to read too muchv9.0.0810Bram Moolenaar2022-10-211-2/+4
* patch 9.0.0803: readblob() cannot read from character devicev9.0.0803K.Takata2022-10-201-1/+6
* patch 9.0.0795: readblob() always reads the whole filev9.0.0795K.Takata2022-10-191-2/+14
* patch 9.0.0794: there is no way to find out if modifyOtherKeys has been seenv9.0.0794Bram Moolenaar2022-10-191-0/+5
* patch 9.0.0783: ":!" doesn't do anything but does update the previous commandv9.0.0783Bram Moolenaar2022-10-171-1/+2
* patch 9.0.0779: lsl and lm3 file extensions are not recognizedv9.0.0779Doug Kearns2022-10-171-0/+1
* Update runtime filesBram Moolenaar2022-10-1619-52/+84
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-1/+12
* patch 9.0.0756: no autocmd event for changing text in a terminal windowv9.0.0756Shougo Matsushita2022-10-151-0/+5
* patch 9.0.0753: some Ex commands are not in the help indexv9.0.0753Yee Cheng Chin2022-10-151-1/+4