aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | vim-patch:9.1.1176: wrong indent when expanding multiple lines (#32746)zeertzjq2025-03-06
* | vim-patch:9.1.1175: inconsistent behaviour with exclusive selection and motio...zeertzjq2025-03-06
* | vim-patch:9.1.1172: [security]: overflow with 'nostartofline' and Ex command ...zeertzjq2025-03-06
* | feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* | fix(lua): format errors from luv callbacks using __tostringbfredl2025-03-05
* | vim-patch:9.1.1170: wildmenu highlighting in popup can be improved (#32728)zeertzjq2025-03-04
* | fix(display): adjust winline info for concealed lines below last line (#32708)luukvbaal2025-03-04
* | vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...zeertzjq2025-03-03
* | vim-patch:9.1.1167: mark '] wrong after copying text object (#32712)zeertzjq2025-03-04
* | vim-patch:659cb28: runtime(doc): fix typo "bet" in :h 'completeopt' (#32711)zeertzjq2025-03-04
* | vim-patch:9.1.1168: wrong flags passed down to nextwild()zeertzjq2025-03-04
* | vim-patch:9.1.1166: command-line auto-completion hard with wildmenuTomas Slusny2025-03-04
|/
* vim-patch:9.1.1165: diff: regression with multi-file diff blocks (#32702)zeertzjq2025-03-03
* docs: misc #31996Justin M. Keyes2025-03-02
* build!: turn off translations by defaultdundargoc2025-03-02
* vim-patch:9.1.1161: preinsert requires bot "menu" and "menuone" to be setzeertzjq2025-03-02
* vim-patch:9.1.1160: Ctrl-Y does not work well with "preinsert" when completin...zeertzjq2025-03-02
* feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell2025-03-01
* vim-patch:9.1.1158: :verbose set has wrong file name with :compiler! (#32682)zeertzjq2025-02-28
* fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal2025-02-28
* vim-patch:8.2.4974: ":so" command may read after end of bufferzeertzjq2025-02-28
* vim-patch:8.2.4647: "source" can read past end of copied linezeertzjq2025-02-28
* vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2025-02-28
* vim-patch:8.2.4594: need to write script to a file to be able to source themzeertzjq2025-02-28
* vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (...zeertzjq2025-02-28
* vim-patch:9.1.1157: command completion wrong for input() (#32669)zeertzjq2025-02-28
* vim-patch:9.1.1155: Mode message not cleared after :silent message (#32667)zeertzjq2025-02-27
* fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq2025-02-27
* 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