aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * docs: fix typos (#18269)dundargoc2022-06-04
| * fix(hl): set Normal hl group sg_attr value #18820Oliver Marriott2022-06-03
| * fix(log): back even againbfredl2022-06-03
| * Merge pull request #18846 from bfredl/unpackfixbfredl2022-06-03
| |\
| | * fix(api): some robustness issues in api_parse_enterbfredl2022-06-03
| * | fix(logging): make logmsg() thread-safe againbfredl2022-06-03
| |/
| * refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
| * fix(inccommand): avoid crash if callback changes inccommand option (#18830)zeertzjq2022-06-02
| * fix(screen): restart win_update() if a decor provider changes signcols (#18768)zeertzjq2022-06-01
| * refactor(clang-tidy): remove nested redundant ifdefs #18811dundargoc2022-06-01
| * refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
| * fix(inccommand): do not try to preview an ambiguous command (#18827)zeertzjq2022-06-01
| * refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
| * Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
| |\
| | * feat: add preview functionality to user commandsFamiu Haque2022-05-31
| * | Merge pull request #18219 from kessejones/filetype-luaGregory Anders2022-05-31
| |\ \
| | * | test(oldtest): disable legacy detect for filetype.luaChristian Clason2022-05-30
| * | | vim-patch:8.2.5046: vim_regsub() can overwrite the destination (#18812)zeertzjq2022-05-31
| |/ /
| * | docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq2022-05-31
| * | fix(docs): correct obsolete note about 'writedelay' in dev docsbfredl2022-05-31
| * | fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
| * | refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
| |/
| * Merge pull request #18792 from famiu/feat/nvim_create_user_command/smodsbfredl2022-05-29
| |\
| | * feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
| * | fix(winbar): set w_winrow_off when initializing firstwin size (#18793)zeertzjq2022-05-29
| * | vim-patch:8.2.5037: cursor position may be invalid after "0;" range (#18782)zeertzjq2022-05-29
| |/
| * refactor(regexp_nfa.c): match where Vim calls fopen() (#18778)zeertzjq2022-05-28
| * fix(winbar): only allow adding winbar when there is spaceFamiu Haque2022-05-28
| * fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq2022-05-28
| * fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
| * vim-patch:8.2.5024: using freed memory with "]d" (#18762)zeertzjq2022-05-27
| * Merge pull request #18306 from lewis6991/fnfastbfredl2022-05-26
| |\
| | * feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
| * | refactor(normal): convert function comments to doxygen formatDundar Göc2022-05-26
| * | refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
| * | vim-patch:8.2.5015: Hoon and Moonscript files are not recognized (#18747)dundargoc2022-05-25
| * | Merge pull request #18748 from dundargoc/ci/msvcJames McCoy2022-05-25
| |\ \
| | * | ci(mingw): only enable -municode for MinGWDundar Goc2022-05-25
| * | | vim-patch:8.2.5016: access before start of text with a put command (#18742)zeertzjq2022-05-26
| |/ /
| * | refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
| * | Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
| |\ \
| | * | feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
| | |/
| * | vim-patch:8.2.5012: cannot select one character inside () (#18731)zeertzjq2022-05-25
| * | fix(coverity): bail out if mouse_find_win() returns NULL (#18726)zeertzjq2022-05-25
| * | vim-patch:8.2.4999: filetype test table is not properly sorted (#18719)dundargoc2022-05-24
| * | vim-patch:8.2.5009: fold may not be closeable after appending (#18722)Brandon Simmons2022-05-23
| * | Merge pull request #18712 from famiu/feat/ui/winbar_redrawbfredl2022-05-23
| |\ \
| | * | fix(ui): redraw winbar alongside statuslineFamiu Haque2022-05-23
| * | | vim-patch:8.2.5008: when 'formatoptions' contains "/" wrongly wrapping commen...zeertzjq2022-05-23
| |/ /
| * | feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23