aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix(display): correctly store winline info for concealed lines (#32656)luukvbaal2025-02-27
* fix(popup): reuse pum preview float win, set 'winfixbuf' #32636glepnir2025-02-27
* doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe2025-02-27
* refactor(do_source): remove duplicate assignments (#32654)zeertzjq2025-02-27
* fix(move): 'scrolloff' cursor correction no longer handles folds properly (#3...luukvbaal2025-02-27
* refactor(shada): fix coverity warning about leaking memory (#32650)zeertzjq2025-02-27
* vim-patch:9.1.1152: Patch v9.1.1151 causes problemszeertzjq2025-02-27
* vim-patch:9.1.1151: too many strlen() calls in getchar.czeertzjq2025-02-27
* refactor: old references to scripts/ dir #32647Justin M. Keyes2025-02-26
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* fix(shada): ":wshada/:rshada [filename]" with shadafile=NONE #32538IpsumCapra2025-02-26
* build: move all generator scripts to `src/gen/`Lewis Russell2025-02-26
* refactor(gen_api_dispatch): avoid trailing spaces (#32632)zeertzjq2025-02-26
* Merge pull request #32631 from jamessan/snprintf-binaryJames McCoy2025-02-26
|\
| * fix(vim_snprintf): special-case handling of binary formatJames McCoy2025-02-25
* | build(cjson): sync with upstream (#32114)Tristan Knight2025-02-26
* | fix(eval): don't shorten $HOME in v:stacktrace (#32634)zeertzjq2025-02-26
* | refactor: remove unnecessary allocation for "run Nvim with -V1" (#32633)zeertzjq2025-02-26
|/
* refactor(options): fix coverity warning about unintialized sc_chan (#32630)zeertzjq2025-02-26
* fix(extmark): clearer error message for invalid ephemeral mark usageRiley Bruins2025-02-26
* fix(lua): don't override script ID from :source (#32626)zeertzjq2025-02-25
* fix(move): wrong cursor row on concealed line (#32629)luukvbaal2025-02-25
* feat(treesitter): vertical conceal support for highlighterLuuk van Baal2025-02-25
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* vim-patch:9.1.1145: multi-line completion has wrong indentation for last line...glepnir2025-02-25
* fix(api): don't override Vimscript SID (#32610)zeertzjq2025-02-25
* fix(lua): SIGSEGV in luv callback with error(nil) #32595phanium2025-02-24
* vim-patch:9.1.1143: illegal memory access when putting a register (#32604)zeertzjq2025-02-24
* feat(complete): CompleteDone reason "cancel", "discard" #32600Evgeni Chasnovski2025-02-23
* fix(float): can set title/footer without setting border #32594Evgeni Chasnovski2025-02-23
* vim-patch:9.1.1141: Misplaced comment in readfile()zeertzjq2025-02-23
* vim-patch:9.1.1139: [fifo] is not displayed when editing a fifozeertzjq2025-02-23
* vim-patch:9.1.1137: ins_str() is inefficient by calling STRLEN() (#32591)zeertzjq2025-02-23
* vim-patch:9.1.1136: Match highlighting marks a buffer region as changed (#32561)luukvbaal2025-02-23
* vim-patch:9.1.1135: 'suffixesadd' doesn't work with multiple items (#32573)zeertzjq2025-02-22
* vim-patch:9.1.1132: Mark positions wrong after triggering multiline completio...zeertzjq2025-02-21
* vim-patch:partial:9.1.1131: potential out-of-memory issue in search.c (#32565)zeertzjq2025-02-21
* fix(marks): truncate double-width inline virt_text consistently (#32560)zeertzjq2025-02-21
* vim-patch:9.1.1130: 'listchars' "precedes" is not drawn on Tabs. (#32563)zeertzjq2025-02-21
* fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins2025-02-21
* fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal2025-02-20
* vim-patch:9.1.1127: preinsert text is not cleaned up correctly (#32544)zeertzjq2025-02-21
* vim-patch:9.1.1125: cannot loop through pum menu with multiline items (#32543)zeertzjq2025-02-21
* vim-patch:9.1.1126: patch 9.1.1121 used a wrong way to handle enterzeertzjq2025-02-21
* vim-patch:9.1.1121: Enter does not insert newline with "noselect"glepnir2025-02-21
* vim-patch:9.1.1124: No test for 'listchars' "precedes" with double-width char...zeertzjq2025-02-21
* feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal2025-02-20
* feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* fix(keycodes): recognize <Find>, <Select> #28431Mantas Mikulėnas2025-02-20
* fix(api): remove invalid assertionsLuuk van Baal2025-02-19