aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/fix_repeatcmdline' into mix_20240309mix_20240309Josh Rahm2024-03-09
|\
| * Change from char_u to charfix_repeatcmdlineJosh Rahm2023-11-29
| * Merge remote-tracking branch 'upstream/master' into fix_repeatcmdlineJosh Rahm2023-11-29
| |\
| * \ Merge remote-tracking branch 'upstream/master' into fix_repeatcmdlineJosh Rahm2023-01-25
| |\ \
| * | | eval/userfunc.c: save the repeat_cmdline along with the redo buffJosh Rahm2022-09-15
* | | | Merge branch 'userreg' into mix_20240309Josh Rahm2024-03-09
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into userregJosh Rahm2024-03-09
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into userreguserregJosh Rahm2023-11-29
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into userregJosh Rahm2023-01-25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'upstream/master' into userregJosh Rahm2022-10-11
| |\ \ \ \ \
| * | | | | | feat(userreg): normalize userregfunc option formatJosh Rahm2022-08-21
| * | | | | | feat(userreg) fix 'recording' message to handle multibyte charsJosh Rahm2022-08-21
| * | | | | | feat(userreg): Add user-defined registers to Neovim.Josh Rahm2022-08-21
* | | | | | | Merge remote-tracking branch 'upstream/master' into aucmd_textputpostJosh Rahm2024-03-09
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | docs: support inline markdownLewis Russell2024-03-09
| * | | | | | vim-patch:8.2.3915: illegal memory access when completing with invalid bytes ...Raphael2024-03-09
| * | | | | | fix(startup): set full_screen when in ex_modeglepnir2024-03-09
| * | | | | | fix(fileio): fix off-by-one in rename_with_tmp (#27780)Colin Watson2024-03-09
| * | | | | | refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
| * | | | | | Merge pull request #27655 from bfredl/mpack_objbfredl2024-03-08
| |\ \ \ \ \ \
| | * | | | | | refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
| * | | | | | | vim-patch:8.2.5077: various warnings from clang on MS-Windows (#27773)zeertzjq2024-03-08
| * | | | | | | fix(process): avoid potential data race on exit (#27769)zeertzjq2024-03-08
| * | | | | | | vim-patch:9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'zeertzjq2024-03-08
| * | | | | | | vim-patch:9.1.0154: shm=F not respected when reloading buffer with 'autoread'zeertzjq2024-03-08
| * | | | | | | vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)zeertzjq2024-03-08
| * | | | | | | fix(process): close handles and timer in pty_process_close() (#27760)zeertzjq2024-03-07
| |/ / / / / /
| * | | | | | vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)zeertzjq2024-03-07
| * | | | | | fix(eval): make has('pythonx') work properly (#27739)zeertzjq2024-03-05
| * | | | | | fix(ui_client): check return value of channel_job_start (#27729)Sean Dewar2024-03-04
| * | | | | | fix(eval): correct failure return value for readfile/blob (#27722)Sean Dewar2024-03-03
| * | | | | | fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)luukvbaal2024-03-03
| * | | | | | Merge pull request #27687 from luukvbaal/floatposbfredl2024-03-02
| |\ \ \ \ \ \
| | * | | | | | fix(float): allow floating window in cmdline areaLuuk van Baal2024-03-01
| * | | | | | | vim-patch:9.1.0146: v:echospace wrong with invalid value of 'showcmdloc' (#27...zeertzjq2024-03-02
| * | | | | | | vim-patch:87410ab3f556 (#27696)zeertzjq2024-03-02
| |/ / / / / /
| * | | | | | vim-patch:9.1.0145: v:echospace not correct when 'showcmdloc' != last (#27682)zeertzjq2024-03-01
| * | | | | | docs(eval): getline and indent function support string typeglepnir2024-02-29
| * | | | | | vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()...zeertzjq2024-02-29
| * | | | | | vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq2024-02-29
| * | | | | | vim-patch:9.1.0141: Put in Visual mode wrong if it replaces fold marker (#27661)zeertzjq2024-02-29
| * | | | | | refactor(metadata): generate all metadata in luabfredl2024-02-28
| * | | | | | vim-patch:9.1.0140: cursor on wrong row after 1 char 'below' virtual text whe...zeertzjq2024-02-28
| * | | | | | feat(docs): replace lua2dox.luaLewis Russell2024-02-27
| * | | | | | docs: fix type of setreg() argument {options} (#27631)Maria José Solano2024-02-27
| * | | | | | vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27...zeertzjq2024-02-27
| * | | | | | refactor(msgpack): remove dead unpacker code in helpersbfredl2024-02-26
| * | | | | | Merge pull request #27599 from bfredl/nofileallocbfredl2024-02-26
| |\ \ \ \ \ \
| | * | | | | | refactor(shada): devirtualize writerbfredl2024-02-25
| | * | | | | | refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25