summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-231-0/+2
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-222-1/+2
* patch 9.0.0916: getbufline() is inefficient for getting a single linev9.0.0916Bram Moolenaar2022-11-211-0/+1
* patch 9.0.0915: WinScrolled may trigger immediately when definedv9.0.0915Bram Moolenaar2022-11-201-0/+3
* patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar2022-11-191-0/+1
* patch 9.0.0912: libvterm with modifyOtherKeys level 2 does not match xtermv9.0.0912Bram Moolenaar2022-11-191-0/+1
* patch 9.0.0909: error message for layout change does not match actionv9.0.0909Bram Moolenaar2022-11-191-1/+1
* patch 9.0.0907: restoring window after WinScrolled may failv9.0.0907Bram Moolenaar2022-11-191-0/+1
* patch 9.0.0902: some mouse scroll code is not in a good placev9.0.0902Christopher Plewright2022-11-181-1/+0
* patch 9.0.0901: setting w_leftcol and handling side effects is confusingv9.0.0901Bram Moolenaar2022-11-181-1/+1
* patch 9.0.0886: horizontal mouse scroll only works in the GUIv9.0.0886Christopher Plewright2022-11-153-1/+4
* patch 9.0.0881: cannot get the currently showing mouse shapev9.0.0881Bram Moolenaar2022-11-141-2/+3
* patch 9.0.0868: MS-Windows: after Vim exits console resizing problemv9.0.0868Christopher Plewright2022-11-121-1/+0
* patch 9.0.0867: wildmenu redrawing code is spread outv9.0.0867Bram Moolenaar2022-11-122-2/+0
* patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal2022-11-071-2/+2
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-022-2/+2
* patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq2022-11-011-1/+1
* patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar2022-10-311-0/+1
* patch 9.0.0803: readblob() cannot read from character devicev9.0.0803K.Takata2022-10-201-1/+1
* patch 9.0.0795: readblob() always reads the whole filev9.0.0795K.Takata2022-10-191-1/+1
* patch 9.0.0761: cannot use 'indentexpr' for Lisp indentingv9.0.0761Bram Moolenaar2022-10-151-0/+1
* patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar2022-10-141-1/+2
* patch 9.0.0750: crash when popup closed in callbackv9.0.0750Bram Moolenaar2022-10-141-1/+1
* patch 9.0.0749: alloc/free of buffer for each quickfix entry is inefficientv9.0.0749Yegappan Lakshmanan2022-10-141-0/+1
* patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar2022-10-121-0/+1
* patch 9.0.0709: virtual text "after" not correct with 'nowrap'v9.0.0709Bram Moolenaar2022-10-091-1/+1
* patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin2022-10-091-0/+1
* patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar2022-10-091-0/+1
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-082-0/+11
* patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar2022-10-073-2/+4
* patch 9.0.0682: crash when popup with deleted timer is closedv9.0.0682Bram Moolenaar2022-10-071-0/+1
* patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar2022-10-041-1/+1
* patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar2022-10-031-1/+1
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-5/+8
* patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar2022-10-011-1/+2
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-292-0/+2
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-282-2/+3
* patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal2022-09-271-0/+2
* patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar2022-09-261-1/+1
* patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar2022-09-251-0/+1
* patch 9.0.0571: MS-Windows: CTRL-C can make Vim exitv9.0.0571Bram Moolenaar2022-09-241-0/+1
* patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar2022-09-222-2/+2
* patch 9.0.0513: may not be able to use a pattern ad the debug promptv9.0.0513Bram Moolenaar2022-09-201-0/+2
* patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar2022-09-194-8/+8
* patch 9.0.0487: using freed memory with combination of closuresv9.0.0487Bram Moolenaar2022-09-171-1/+1
* patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar2022-09-171-0/+2
* patch 9.0.0482: "g0" moves to wrong location with virtual text "above"v9.0.0482Bram Moolenaar2022-09-161-0/+1
* patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar2022-09-164-4/+6
* patch 9.0.0470: in :def function all closures in loop get the same variablesv9.0.0470Bram Moolenaar2022-09-151-1/+2
* patch 9.0.0466: virtual text wrong after adding line break after linev9.0.0466Bram Moolenaar2022-09-141-1/+1