aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix: set nested before executing callback (#17801)TJ DeVries2022-03-30
* vim-patch:8.2.4649: various formatting problemszeertzjq2022-03-30
* vim-patch:8.2.4349: FileChangedShell test fails on MS-Windowszeertzjq2022-03-30
* vim-patch:8.2.4592: search continues after giving E1204zeertzjq2022-03-30
* vim-patch:8.2.3110: a pattern that matches the cursor position is complicatedzeertzjq2022-03-30
* vim-patch:8.1.0439: recursive use of getcmdline() still not protected (#17726)zeertzjq2022-03-30
* vim-patch:8.2.4646: using buffer line after it has been freed (#17907)zeertzjq2022-03-30
* vim-patch:8.2.4473: Coverity warns for not checking return value of ftell() (...dundargoc2022-03-30
* fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
* vim-patch:8.2.3449: sort fails if the sort compare function returns 999 (#17909)dundargoc2022-03-30
* vim-patch:8.2.3551: checking first character of url twice (#17910)dundargoc2022-03-30
* build(clint): link to wiki when accessing list_T internals directly (#17876)dundargoc2022-03-29
* fix(decorations): do not put empty virt_text (#17872)zeertzjq2022-03-29
* vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)Lewis Russell2022-03-29
* vim-patch:8.2.4640: some boolean options use "long" instead of "int" (#17896)zeertzjq2022-03-29
* vim-patch:8.2.4630: 'cursorline' not always updated with 'culopt' is "screenl...zeertzjq2022-03-28
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
* refactor: assume `STATUS_HEIGHT` to be 1 (#17804)Famiu Haque2022-03-27
* 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