aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* feat(highlight): make `PmenuMatch` and `PmenuMatchSel` boldEvgeni Chasnovski2024-10-31
* vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988)zeertzjq2024-10-30
* docs(options): shell-powershell #30969Kai Moschcau2024-10-29
* vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...zeertzjq2024-10-29
* vim-patch:9.1.0811: :find expansion does not consider 'findexpr'zeertzjq2024-10-29
* vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq2024-10-29
* refactor: sort various Lua tables in src/ alphabetically (#30977)zeertzjq2024-10-29
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* fix(pum): don't select item when clicking to the left/right (#30967)zeertzjq2024-10-28
* fix(treesitter): correct condition in `__has_ancestor`Amaan Qureshi2024-10-27
* refactor(options): always allocate option values (#30917)Famiu Haque2024-10-27
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* refactor(options)!: use OptVal for option defaults #26691Famiu Haque2024-10-25
* vim-patch:9.1.0814: mapset() may remove unrelated mapping (#30941)zeertzjq2024-10-24
* fix(options): missing error check for global 'scl' and 'winhl' (#30919)zeertzjq2024-10-24
* vim-patch:9.1.0812: Coverity warns about dereferencing NULL ptrzeertzjq2024-10-24
* vim-patch:9.1.0806: tests: no error check when setting global 'briopt'zeertzjq2024-10-24
* vim-patch:9.1.0804: tests: no error check when setting global 'cc'zeertzjq2024-10-24
* vim-patch:9.1.0803: tests: no error check when setting global 'isk'zeertzjq2024-10-24
* vim-patch:9.1.0802: tests: no error check when setting global 'fdm' to empty ...zeertzjq2024-10-24
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* docs: miscdundargoc2024-10-23
* fix(options): fix 'winhl' still accepting invalid value (#30896)zeertzjq2024-10-22
* refactor(eval): fix clear_evalarg() called with wrong argument (#30899)zeertzjq2024-10-22
* vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)zeertzjq2024-10-22
* fix(options): fix :setglobal not working for 'spelloptions' (#30894)zeertzjq2024-10-22
* vim-patch:9.1.0797: testing of options can be further improved (#30893)zeertzjq2024-10-22
* fix(meta): do not use hyphens in param namesLewis Russell2024-10-21
* fix(exit): close memfiles after processing events (#30872)zeertzjq2024-10-21
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq2024-10-20
* fix(options): fix some 'belloff' flags not working properly (#30856)zeertzjq2024-10-18
* Merge pull request #30825 from lewis6991/refactor/lsputilLewis Russell2024-10-17
|\
| * feat(meta): add type for quickfix entriesLewis Russell2024-10-17
* | vim-patch:6c2fc37: runtime(help): Update help syntaxzeertzjq2024-10-17
|/
* fix(runtime): clean up one-off scriptsChristian Clason2024-10-15
* vim-patch:9.1.0785: cannot preserve error position when setting quickfix list...zeertzjq2024-10-15
* vim-patch:9.1.0783: 'spell' option setting has problems (#30818)zeertzjq2024-10-15
* vim-patch:5bcfb5a: runtime(doc): add some docs for file-watcher programszeertzjq2024-10-15
* vim-patch:7b5e52d: runtime(doc): add preview flag to statusline examplezeertzjq2024-10-15
* fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793)zeertzjq2024-10-15
* vim-patch:8.2.0985: simplify() does not remove slashes from "///path"zeertzjq2024-10-13
* vim-patch:9.1.0775: tests: not enough tests for setting options (#30785)zeertzjq2024-10-13
* feat(ui): statusline text inherits highlights #29976Riley Bruins2024-10-12
* fix(treesitter): mark supertype nodes as namedRiley Bruins2024-10-12
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12
* 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