aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* fix(coverity/497375): f_strpart cast overflow (#30773)Devon Gardner2024-10-12
* fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAMEbfredl2024-10-11
* fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins2024-10-11
* feat(treesitter): introduce child_with_descendant()Riley Bruins2024-10-11
* feat(ui): cascading style inheritance for Pmenu* highlights #29980Riley Bruins2024-10-10
* vim-patch:9.1.0774: "shellcmdline" doesn't work with getcompletion() (#30750)zeertzjq2024-10-10
* vim-patch:9.1.0772: some missing changes from v9.1.0771zeertzjq2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* build(deps): bump wasmtime to v25.0.2Christian Clason2024-10-09
* vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq2024-10-09
* vim-patch:9.1.0766: too many strlen() calls in ex_getln.c (#30715)zeertzjq2024-10-08
* fix(coverity/510275): linematch out of bounds access (#30687)Devon Gardner2024-10-07
* fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq2024-10-08
* docs: dev-arch, focusable windows #30510Justin M. Keyes2024-10-07
* docs: generate params/returns in builtin.txt #30654Justin M. Keyes2024-10-07
* vim-patch:9.1.0764: [security]: use-after-free when closing a buffer (#30705)zeertzjq2024-10-07
* vim-patch:9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed co...zeertzjq2024-10-07
* vim-patch:9.1.0761: :cd completion fails on Windows with backslash in path (#...zeertzjq2024-10-07
* vim-patch:fd4e47e: runtime(doc): clarify the effect of 'startofline' option (...zeertzjq2024-10-07
* fix(runtime): fully port emoji_list to LuaChristian Clason2024-10-06
* fix(coverity/510436): shada_read_when_writing index out of bounds (#30686)Devon Gardner2024-10-06
* vim-patch:9.1.0759: screenpos() may return invalid position (#30681)zeertzjq2024-10-06
* ci: bump ubuntu runner version to ubuntu-24.04dundargoc2024-10-05
* fix(coverity/497355): shada_read_when_writing out of bounds read #30665Devon Gardner2024-10-05
* vim-patch:9.1.0758: it's possible to set an invalid key to 'wildcharm' (#30662)zeertzjq2024-10-05
* fix(mouse): indicate X1 and X2 button clicks on statusline (#30655)zeertzjq2024-10-04
* perf(treesitter): do not use tree cursors with a small lifetimeLewis Russell2024-10-03
* vim-patch:9.1.0756: missing change from patch v9.1.0754 (#30636)glepnir2024-10-03
* vim-patch:9.1.0755: quickfix list does not handle hardlinks well (#30637)zeertzjq2024-10-03
* fix(ui): ensure screen update before waiting for input #30576fredizzimo2024-10-03
* refactor: fix incorrect use of enum (#30631)zeertzjq2024-10-03
* vim-patch:ae62fe5: runtime(doc): 'filetype', 'syntax' and 'keymap' only allow...zeertzjq2024-10-03
* vim-patch:9.1.0754: fixed order of items in insert-mode completion menu (#30619)glepnir2024-10-03
* build(deps): bump luajit to HEAD - 2240d8446Christian Clason2024-10-02
* vim-patch:9.1.0752: can set 'cedit' to an invalid value (#30616)zeertzjq2024-10-01
* vim-patch:9.1.0753: Wrong display when typing in diff mode with 'smoothscroll...zeertzjq2024-10-01
* fix(tabline): restore behavior of click after last tabpage (#30602)zeertzjq2024-10-01
* refactor: use ERROR_SET() to check for error (#30594)zeertzjq2024-10-01
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
* docs: misc (#30177)dundargoc2024-09-29
* refactor(multibyte): neo-casefolding without allocationbfredl2024-09-29
* refactor(event): change last use of klist to kvecbfredl2024-09-28
* fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(window): respect hide flag of float windows when switching (#30507)glepnir2024-09-28
* feat(defaults): pretty :help headings #30544Justin M. Keyes2024-09-27
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* vim-patch:9.1.0743: diff mode does not handle overlapping diffs correctly (#3...zeertzjq2024-09-27
* fix(mbyte): check for utf8proc_map() failure (#30531)zeertzjq2024-09-26