summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0951: trying every character position for a match is inefficientv9.0.0951Bram Moolenaar2022-11-265-2/+34
* patch 9.0.0950: the pattern "\_s\zs" matches at EOLv9.0.0950Bram Moolenaar2022-11-255-10/+39
* patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar2022-11-2521-68/+143
* patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948Bram Moolenaar2022-11-259-54/+22
* patch 9.0.0947: invalid memory access in substitute with functionv9.0.0947Bram Moolenaar2022-11-255-10/+49
* patch 9.0.0946: CI: Error in Coverity flow is not reportedv9.0.0946K.Takata2022-11-252-12/+15
* patch 9.0.0945: failures in the cursorline testv9.0.0945Bram Moolenaar2022-11-242-6/+10
* patch 9.0.0944: 'cursorline' causes virtual text highlight to continuev9.0.0944Bram Moolenaar2022-11-246-7/+35
* patch 9.0.0943: pretending to go out of Insert mode when Esc is receivedv9.0.0943Bram Moolenaar2022-11-242-2/+7
* patch 9.0.0942: Workflow Description Language files are not recognizedv9.0.0942Matt Dunford2022-11-243-0/+6
* patch 9.0.0941: CI failures in sound dummyv9.0.0941Philip H2022-11-242-15/+18
* patch 9.0.0940: crash when typing a letter in a terminal windowv9.0.0940Bram Moolenaar2022-11-243-1/+8
* patch 9.0.0939: still using simplified mappings when using kitty protocolv9.0.0939Bram Moolenaar2022-11-245-6/+60
* patch 9.0.0938: MS-Windows: debug executable not found when running testv9.0.0938Christopher Plewright2022-11-242-0/+8
* patch 9.0.0937: forked repositories send out useless emailv9.0.0937shane.xb.qian2022-11-242-5/+11
* patch 9.0.0936: wrong type for "isunnamed" returned by getreginfo()v9.0.0936Bram Moolenaar2022-11-243-1/+10
* patch 9.0.0935: when using dash it may not be recognize as filetype "sh"v9.0.0935Eisuke Kawashima2022-11-244-3/+13
* patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar2022-11-249-40/+41
* Update runtime filesBram Moolenaar2022-11-2331-90/+3818
* patch 9.0.0933: Kitty shows "already at oldest change" on startupv9.0.0933Bram Moolenaar2022-11-232-0/+5
* patch 9.0.0932: Oblivion files are not recognizedv9.0.0932Bram Moolenaar2022-11-233-0/+6
* patch 9.0.0931: MS-Windows: mouse column limited to 223v9.0.0931Christopher Plewright2022-11-234-11/+27
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-2322-43/+381
* patch 9.0.0929: build failure with tiny versionv9.0.0929Bram Moolenaar2022-11-232-1/+7
* patch 9.0.0928: using Ruby LDFLAGS may cause build problemsv9.0.0928Zdenek Dohnal2022-11-233-21/+8
* patch 9.0.0927: Coverity warns for using a NULL pointerv9.0.0927Bram Moolenaar2022-11-232-1/+3
* patch 9.0.0926: Coverity warns for not using return value of dict_add()v9.0.0926Bram Moolenaar2022-11-232-3/+6
* patch 9.0.0925: two conditions are always falsev9.0.0925zeertzjq2022-11-232-30/+30
* patch 9.0.0924: the first termcap entry of a builtin termcap is not usedv9.0.0924Bram Moolenaar2022-11-222-1/+3
* patch 9.0.0923: second SIGWINCH signal may be ignoredv9.0.0923Bram Moolenaar2022-11-222-24/+37
* patch 9.0.0922: Mermaid files are not recognizedv9.0.0922Bram Moolenaar2022-11-223-0/+6
* patch 9.0.0921: missing defined(PROTO) in #ifdefv9.0.0921Bram Moolenaar2022-11-222-20/+25
* patch 9.0.0920: cannot find an import prefixed with "s:"v9.0.0920Bram Moolenaar2022-11-223-3/+16
* patch 9.0.0919: build failure with tiny featuresv9.0.0919Bram Moolenaar2022-11-222-7/+26
* patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll eventv9.0.0918Christopher Plewright2022-11-224-29/+27
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-2214-54/+455
* patch 9.0.0916: getbufline() is inefficient for getting a single linev9.0.0916Bram Moolenaar2022-11-218-6/+52
* patch 9.0.0915: WinScrolled may trigger immediately when definedv9.0.0915Bram Moolenaar2022-11-207-15/+93
* patch 9.0.0914: deletebufline() may move marks in the wrong windowv9.0.0914zeertzjq2022-11-203-50/+91
* patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar2022-11-197-36/+128
* patch 9.0.0912: libvterm with modifyOtherKeys level 2 does not match xtermv9.0.0912Bram Moolenaar2022-11-198-13/+70
* patch 9.0.0911: with 'smoothscroll' set mouse click position may be wrongv9.0.0911Yee Cheng Chin2022-11-193-4/+84
* patch 9.0.0910: setting lines in another buffer may not work wellv9.0.0910Bram Moolenaar2022-11-192-6/+26
* patch 9.0.0909: error message for layout change does not match actionv9.0.0909Bram Moolenaar2022-11-195-11/+23
* patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong positionv9.0.0908Yee Cheng Chin2022-11-1915-16/+92
* patch 9.0.0907: restoring window after WinScrolled may failv9.0.0907Bram Moolenaar2022-11-195-8/+71
* patch 9.0.0906: mouse scroll code is not optimalv9.0.0906Christopher Plewright2022-11-192-83/+113
* patch 9.0.0905: virtual text after the line wraps when 'wrap' is offv9.0.0905Bram Moolenaar2022-11-184-1/+47
* patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar2022-11-1814-42/+61
* Update runtime filesBram Moolenaar2022-11-1824-102/+324