aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
| * | vim-patch:9.1.0830: using wrong highlight group for spaces for popupmenu (#31...zeertzjq2024-11-03
| * | refactor(options): remove `get_option_value_strict`Famiu Haque2024-11-02
| |/
| * fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq2024-11-02
| * refactor(options): unify `put_set(num|bool|string)` (#30993)Famiu Haque2024-11-02
| * vim-patch:b5e7da1: runtime(doc): mention 'iskeyword' at :h charclass() (#31026)zeertzjq2024-11-01
| * vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq2024-11-01
| * feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
| * 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