aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* vim-patch:9.0.1416: crash when collection is modified when using filter()zeertzjq2023-08-17
* vim-patch:9.0.0548: reduce() with a compiled lambda could be fasterzeertzjq2023-08-17
* vim-patch:9.0.0359: error message for wrong argument type is not specificzeertzjq2023-08-17
* vim-patch:8.2.4455: accepting one and zero for second sort() argument is strangezeertzjq2023-08-17
* vim-patch:partial:8.2.3849: functions implementing reduce and map are too longzeertzjq2023-08-17
* vim-patch:8.2.3848: cannot use reduce() for a stringzeertzjq2023-08-17
* vim-patch:8.2.3908: cannot use a script-local function for 'foldtext'zeertzjq2023-08-17
* vim-patch:8.2.3822: leaking memory in map() and filter(), no string in Vim9zeertzjq2023-08-17
* vim-patch:8.2.3818: cannot filter or map characters in a stringzeertzjq2023-08-17
* vim-patch:1b884a005398zeertzjq2023-08-17
* vim-patch:8.2.2075: error for const argument to mapnew()zeertzjq2023-08-17
* vim-patch:8.2.1971: memory leak when map() failszeertzjq2023-08-17
* vim-patch:8.2.1969: Vim9: map() may change the list or dict item typezeertzjq2023-08-17
* fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar2023-08-17
* vim-patch:9.0.1718: dict-completion does not respect region (#24733)zeertzjq2023-08-16
* vim-patch:9.0.1717: virtcol2col returns last byte of a multi-byte char (#24729)zeertzjq2023-08-16
* vim-patch:9.0.1714: getcompletion() "cmdline" fails after :autocmd (#24727)zeertzjq2023-08-16
* feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders2023-08-15
* fix(printf): make positional %zd and %zu work (#24722)zeertzjq2023-08-15
* vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq2023-08-15
* vim-patch:9.0.1711: dead code in charset.c (#24706)zeertzjq2023-08-14
* vim-patch:9.0.1708: getcompletion() failes for user-defined commands (#24707)zeertzjq2023-08-14
* fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq2023-08-13
* vim-patch:e978b4534a5e (#24697)Sean Dewar2023-08-13
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* feat(remote): avoid --remote-ui infinite loop (#24465)shafouz2023-08-13
* fix(diff): filler lines for hunks bigger than linematch limit (#24676)Jaehwang Jung2023-08-12
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* vim-patch:9.0.1688: cannot store custom data in quickfix list (#24673)zeertzjq2023-08-12
* vim-patch:9.0.1694: wrong mapping applied when replaying a char search (#24670)zeertzjq2023-08-12
* vim-patch:9.0.1693: Ctrl-Q not handled like Ctrl-V in replace mode (#24669)zeertzjq2023-08-12
* vim-patch:9.0.1691: wrong viewport restored for incsearch and smoothscroll (#...zeertzjq2023-08-12
* vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq2023-08-12
* vim-patch:9.0.1686: undotree() only works for the current buffer (#24665)zeertzjq2023-08-12
* feat(defaults): treat "•" as a list item prefix #24623Justin M. Keyes2023-08-09
* Merge pull request #24631 from clason/vim-c2bd205254c8zeertzjq2023-08-10
|\
| * vim-patch:c2bd205254c8Christian Clason2023-08-09
* | fix(api): revert unintended change of optional bool paramsbfredl2023-08-09
|/
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(builtin): fix some missing lines (#24615)Sean Dewar2023-08-08
* build(deps): bump tree-sitter to HEAD - 0a1c4d846 (#24607)Christian Clason2023-08-08
* Merge pull request #24524 from bfredl/typed_keysbfredl2023-08-07
|\
| * feat(lua): specific error messages for type checking `opts` paramsbfredl2023-08-07
| * refactor(api): use typed keysetsbfredl2023-08-07
| * feat(lua): more specific error messages for vim.api type checkingbfredl2023-08-04
* | fix(inccommand): don't set an invalid 'undolevels' value (#24575)zeertzjq2023-08-05
* | docs(options): fix mistakes (#24568)zeertzjq2023-08-05
* | docs(options): take ownership of options.txt (#24528)Lewis Russell2023-08-04
|/
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04