aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.0335: String interpolation fails for List type (#28364)zeertzjq2024-04-16
* fix(base64): properly handle embedded NULLs when decoding (#28349)Gregory Anders2024-04-15
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* vim-patch:9.1.0320: Wrong cursor position after using setcellwidths() (#28334)zeertzjq2024-04-15
* refactor: fix clang NonNullParamChecker warnings (#28327)zeertzjq2024-04-14
* fix(tui): make setcellwidths() work for non-ambiwidth chars (#28322)zeertzjq2024-04-14
* vim-patch:9.1.0313: Crash when using heredoc with comment in command blockzeertzjq2024-04-14
* vim-patch:9.1.0312: heredocs are not supported for :commandszeertzjq2024-04-14
* fix(float): improve error message when reconfig failed (#25076)Raphael2024-04-13
* fix(path): check return value of append_path() (#28309)Joey Gouly2024-04-13
* fix(move): fix using the wrong window (#28312)zeertzjq2024-04-13
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* fix(move): check for filler lines properly (#28307)zeertzjq2024-04-13
* Merge pull request #26774 from glepnir/24129bfredl2024-04-12
|\
| * fix(float): don't relative flaot win itselfglepnir2024-04-10
* | vim-patch:9.0.2114: overflow detection not accurate when adding digits (#28271)zeertzjq2024-04-11
* | vim-patch:9.1.0297: Patch 9.1.0296 causes too many issues (#28263)zeertzjq2024-04-11
* | vim-patch:9.1.0301: Vim9: heredoc start may be recognized in string (#28266)zeertzjq2024-04-11
* | fix(drawline): don't invoke on_line for filler line (#28219)Jaehwang Jung2024-04-10
|/
* fix(prompt): emit change event for prompt newline (#28260)zeertzjq2024-04-10
* vim-patch:9.1.0296: regexp: engines do not handle case-folding well (#28259)zeertzjq2024-04-10
* vim-patch:9.1.0287: Vim9: comment may be treated as heredoc start (#28257)zeertzjq2024-04-10
* vim-patch:9.1.0294: Text height function does not respect it's argumentLuuk van Baal2024-04-09
* vim-patch:9.1.0285: Still problems with cursor position for CTRL-D/ULuuk van Baal2024-04-09
* fix(tui): don't set cursor color when there is none (#28236)Sam2024-04-09
* vim-patch:8.2.4395: some code lines not covered by tests (#28248)zeertzjq2024-04-09
* vim-patch:8.2.0981: Vim9: cannot compile "[var, var] = list" (#28247)zeertzjq2024-04-09
* vim-patch:9.1.0277: Cannot highlight the Command-line (#28244)zeertzjq2024-04-09
* vim-patch:9.1.0280: several issues with 'smoothscroll' supportLuuk van Baal2024-04-09
* vim-patch:9.1.0260: Problems with "zb" and scrolling to new topline with 'smo...Luuk van Baal2024-04-08
* vim-patch:9.1.0258: half-page scrolling broke backward compatibilityLuuk van Baal2024-04-08
* build(release.sh): regenerate docs after changing NVIM_API_PRERELEASE (#28229)zeertzjq2024-04-08
* build: add function add_targetdundargoc2024-04-08
* vim-patch:9.1.0272: autocmd may change cwd after :tcd and :lcd (#28223)zeertzjq2024-04-08
* vim-patch:9cd9e759ab1e (#28224)zeertzjq2024-04-08
* docs: don't mention executable() can return -1dundargoc2024-04-06
* revert: "vim-patch:9.1.0055: formatting long lines is slow"zeertzjq2024-04-06
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* version.c: update [skip ci] (#28201)github-actions[bot]2024-04-06
* fix(column): ignore empty signcols range (#28177)luukvbaal2024-04-06
* vim-patch:9.1.0267: File name entered in GUI dialog is ignoredzeertzjq2024-04-06
* vim-patch:9.1.0265: console dialog cannot save unnamed buffers (#28185)zeertzjq2024-04-05
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* build: fix link error for `_BitScanForward64` (#28173)Famiu Haque2024-04-05
* vim-patch:9.1.0259: Normal mode TextChanged isn't tested properly (#28167)zeertzjq2024-04-04
* fix(stdpath): remove duplicate directories (#26653)Raphael2024-04-03
* Merge pull request #28157 from fredizzimo/fsundvik/fix-iobfredl2024-04-03
|\
| * fix: prevent child processes from inheriting ui channel file descriptorsFred Sundvik2024-04-02