aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* refactor(memline): convert function comments to doxygen formatDundar Göc2022-03-24
* fix(float): do not switch window before deleting last listed buffer (#17840)zeertzjq2022-03-24
* fix(float): don't always switch window when deleting last listed buffer (#17836)zeertzjq2022-03-24
* fix(PVS/V560): ignore false "conditional expression is always false" (#17830)dundargoc2022-03-24
* refactor(memline.c): make swapfile_unchanged() return bool (#17827)zeertzjq2022-03-23
* fix(screen): do not update syntax_last_parsed when drawing folded line (#17826)zeertzjq2022-03-23
* refactor: remove cpo-& behavior (#17745)zeertzjq2022-03-23
* fix(float): make laststatus=1 behave consistently with floating windowszeertzjq2022-03-23
* fix(float): handle buffer deletion with floating windowszeertzjq2022-03-23
* fix(win_close): count the window the be closed instead of curwinzeertzjq2022-03-23
* fix(aucmd_win): always make aucmd_win the last windowzeertzjq2022-03-23
* fix(screen): do not do syntax highlighting at filler or folded lines (#17818)zeertzjq2022-03-23
* refactor(ui_refresh): only save/restore p_lz if calling screen_resize() (#17794)zeertzjq2022-03-23
* vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
* vim-patch:8.1.1608: the evalfunc.c file is too big (#17807)Lewis Russell2022-03-23
* fix(PVS/V583): the '?:' operator always returns one and the same value (#17790)dundargoc2022-03-20
* vim-patch:8.1.1743: 'hlsearch' and match highlighting in the wrong placeLewis Russell2022-03-20
* vim-patch:8.1.1742: still some match functions in evalfunc.cLewis Russell2022-03-20
* vim-patch:8.1.1734: the evalfunc.c file is too bigLewis Russell2022-03-20
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* Merge pull request #17785 from muniter/jl-fix-doxygen-destroyerJames McCoy2022-03-20
|\
| * docs: properly escape to avoid doxygen weirdnessJavier López2022-03-19
* | Merge pull request #17772 from zeertzjq/vim-8.2.2716zeertzjq2022-03-20
|\ \
| * | vim-patch:8.2.4546: duplicate #undefzeertzjq2022-03-19
| * | vim-patch:8.2.2716: the equivalent class regexp is missing some characterszeertzjq2022-03-19
* | | feat(api): remove Lua autocommand callbacks when they return true (#17784)Gregory Anders2022-03-19
* | | fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
| |/ |/|
* | refactor(tinput_wait_enqueue): use rbuffer_read() when pasting (#17754)zeertzjq2022-03-19
* | vim-patch:8.2.4593: unnecessary call to redraw_later() (#17775)zeertzjq2022-03-19
|/
* docs: reword description for nvim_buf_line_count() (#17766)Xiretza2022-03-18
* fix(translation): po file for Russian (#17767)matveyt2022-03-18
* Merge pull request #17719 from dundargoc/doxygen/ex_docmdbfredl2022-03-18
|\
| * refactor(ex_docmd): convert function comments to doxygen formatDundar Göc2022-03-16
* | fix(syntax.c): correct hunk from Vim patch 8.0.0647 (#17761)Lewis Russell2022-03-18
* | Merge pull request #17694 from lewis6991/fix_signcolbfredl2022-03-18
|\ \
| * | fix(signcol): always trigger a redrawLewis Russell2022-03-12
* | | vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* | | Merge pull request #17459 from rktjmp/lua-error-tostringbfredl2022-03-18
|\ \ \
| * | | feat: call __tostring on lua errors if possible before reporting to userOliver Marriott2022-02-25
* | | | feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* | | | Merge pull request #17747 from bfredl/ui_inputbfredl2022-03-17
|\ \ \ \
| * | | | feat(ui_client): implement async paste handlingbfredl2022-03-17
| * | | | feat(ui_client): handle resize eventshlpr982022-03-17
| * | | | feat(ui_client): pass user input to remote serverhlpr982022-03-17
* | | | | Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat: add support for global statuslineFamiu Haque2022-03-18
* | | | | chore: fix typos (#17670)dundargoc2022-03-17
* | | | | Merge pull request #17739 from dundargoc/doxygen/ex_cmdsbfredl2022-03-16
|\ \ \ \ \
| * | | | | refactor(ex_cmds): convert function comments to doxygen formatDundar Göc2022-03-16
* | | | | | Merge pull request #17741 from dundargoc/doxygen/messagebfredl2022-03-16
|\ \ \ \ \ \