aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix(tabpage): correct check for failure to close windowzeertzjq2022-03-27
* vim-patch:8.2.4631: crash when switching window in BufWipeout autocommandzeertzjq2022-03-27
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* Merge pull request #17869 from dundargoc/vim-8.2.3943zeertzjq2022-03-26
|\
| * vim-patch:8.2.3943: compiler warning from gcc for uninitialized variableDundar Göc2022-03-26
* | docs(api): fix wrong documentation of `nvim_create_autocmd` (#17870)かわえもん2022-03-26
|/
* Merge pull request #17839 from zeertzjq/vim-8.2.4281zeertzjq2022-03-26
|\
| * vim-patch:8.2.4327: may end up with no current bufferzeertzjq2022-03-26
| * vim-patch:8.2.4281: using freed memory with :lopen and :bwipezeertzjq2022-03-26
* | fix(tui): avoid using uninitialized memory in kitty (#17866)zeertzjq2022-03-26
|/
* vim-patch:8.2.4626: Visual area not updated when removing sign in Visual mode...zeertzjq2022-03-26
* vim-patch:8.2.3453: autocmd not executed when editing a directory (#17846)zeertzjq2022-03-26
* fix(clang/'Dead store'): do not assign endcol (#17788)dundargoc2022-03-25
* chore: fix typos (#17755)dundargoc2022-03-25
* docs(api): improve autocommand docs (#17545)Javier Lopez2022-03-25
* fix(tui): correct CSI sequence (#17844)Gregory Anders2022-03-24
* Merge pull request #17809 from dundargoc/PVS/V1019bfredl2022-03-24
|\
| * fix(PVS/V1019): compound assignment expression is used inside conditionDundar Göc2022-03-24
* | feat(tui): enable CSI u keysGregory Anders2022-03-24
* | Merge pull request #17821 from zeertzjq/vim-patch-cursorlinezeertzjq2022-03-24
|\ \
| * | perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
| * | vim-patch:8.2.4591: cursor line not updated when a callback moves the cursorzeertzjq2022-03-24
* | | Merge pull request #17740 from dundargoc/doxygen/memlinebfredl2022-03-24
|\ \ \
| * | | refactor(memline): convert function comments to doxygen formatDundar Göc2022-03-24
| |/ /
* | | chore(nvim_paste): assert the correct String (#17752)zeertzjq2022-03-24
* | | refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* | | chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* | | feat(input): enable <tab>/<c-i>, <cr>/<c-m>, <esc>/<c-[> pairs unconditionallybfredl2022-03-24
* | | feat(input)!: delay some conversions to vgetc()zeertzjq2022-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