aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...zeertzjq2024-06-14
* vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq2024-06-14
* fix(tui): skip TUI in ui_rgb_attached (#29096)Gregory Anders2024-06-12
* refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
* vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...zeertzjq2024-06-12
* feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders2024-06-11
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* | fix(types): add some vim.fn type annotationsnotomo2024-06-11
* | refactor(lua): improve type annotationsLewis Russell2024-06-11
|/
* fix(column): clamp line number for legacy signsLuuk van Baal2024-06-10
* fix(api): allow `scope = 'local'` with `buf` when using `nvim_get_option_value`dundargoc2024-06-10
* vim-patch:9.1.0472: Inconsistencies between functions for option flags (#29262)zeertzjq2024-06-10
* refactor(os/shell): we have DynamicBuffer at homebfredl2024-06-09
* Merge pull request #29141 from bfredl/rstream2bfredl2024-06-09
|\
| * refactor(io): make rstream use a linear bufferbfredl2024-06-08
* | feat(lua): add `vim._with`dundargoc2024-06-08
|/
* refactor: quadratic behavior in vim_findfile_stopdir (#29232)James2024-06-08
* feat: get/set namespace properties #28728altermo2024-06-07
* docs: misc (#28837)dundargoc2024-06-07
* fix(fileio): copy to correct buffer position when readingbfredl2024-06-06
* vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* vim-patch:9.1.0467: typos in some commentszeertzjq2024-06-06
* fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* vim-patch:9.1.0466: Missing comments for fuzzy completionzeertzjq2024-06-05
* vim-patch:2a2c4ff: runtime(doc): clarify how fuzzy 'completeopt' should workzeertzjq2024-06-05
* vim-patch:9.1.0463: no fuzzy-matching support for insert-completionzeertzjq2024-06-05
* fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* refactor(spell.c): reduce scope of localsLewis Russell2024-06-04
* fixup: include nvim/ascii_defs.hJames Tirta Halim2024-06-04
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* fixup: LNULJames Tirta Halim2024-06-04
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason2024-06-04
* vim-patch:partial:9.1.0461: too many strlen() calls in drawline.c (#29150)zeertzjq2024-06-03
* vim-patch:9.1.0458: Coverity complains about division by zero (#29149)zeertzjq2024-06-03
* Merge pull request #29124 from bfredl/inputringbfredl2024-06-02
|\
| * refactor(input): don't use a ring for inputbfredl2024-06-01
* | vim-patch:8.2.0109: corrupted text properties when expanding spaceszeertzjq2024-06-02
* | vim-patch:8.2.0083: text properties wrong when tabs and spaces are exchangedzeertzjq2024-06-02
* | vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0zeertzjq2024-06-02
* | vim-patch:e299591: runtime(doc): clarify 'shortmess' flag "S" (#29131)zeertzjq2024-06-02
* | refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* | fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
|/
* refactor(tui): use a linear buffer for buffered keysbfredl2024-06-01
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* Merge pull request #29093 from bfredl/noringbfredl2024-05-31
|\