aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* vim-patch:8.2.1259: empty group in 'tabline' may cause using an invalid pointerJan Edmund Lazo2020-08-04
* ui: fix problem with sattr_T overflowerw72020-08-04
* Merge remote-tracking branch 'upstream/release-0.4' into fileinfo-garbage-0.4James McCoy2020-08-02
|\
| * main.c: fix hang issue with recoverymode (#12496) (#12520)James McCoy2020-06-23
| * fixed hang issue with --headless and -r option specified (#12209)Kei Kamikawa2020-05-20
| * TUI: block signals on suspend #12180Kei Kamikawa2020-04-25
| * [release-0.4] nvim: Correctly setup global channelsAndreas Schneider2020-04-17
| * [release-0.4] nvim:msgpack: Correctly set up global ch_before_blocking_eventsAndreas Schneider2020-04-17
| * [release-0.4] nvim: Fix enum declaration of RemapValuesAndreas Schneider2020-04-17
| * [release-0.4] nvim:viml: Fix enum declaration of ExprParserFlagsAndreas Schneider2020-04-17
| * [release-0.4] nvim:eval: Fix enum declaration for ListLenSpecialsAndreas Schneider2020-04-17
| * vim-patch:8.1.2060: "precedes" in 'listchars' not used properlyJustin M. Keyes2020-02-22
| * Fix "precedes" listchar behavior in wrap modeZach Wegner2020-02-21
| * options: make 'fillchars' and 'listchars' global-localBjörn Linse2020-02-21
| * quickfix.c: Fix vimgrep regression #11907cballam2020-02-19
| * Merge pull request #11903 from bfredl/backport-qf_msgBjörn Linse2020-02-19
| |\
| | * [release-0.4] screen: add missing redraws after a messageBjörn Linse2020-02-19
| * | [release-0.4] vim-patch:8.2.0235: draw error when an empty group is removed f...Björn Linse2020-02-19
| |/
| * loop_close: close all handlesJustin M. Keyes2020-02-18
| * loop_close: call uv_stop(), fix bugJustin M. Keyes2020-02-18
| * loop_close: timout after 2 seconds #11821Justin M. Keyes2020-02-18
| * messages: echo "line1\r\nline2" should not clear line1Björn Linse2020-01-26
| * API: fix crash on copy_object(kObjectTypeWindow) #11651Ghjuvan Lacambre2020-01-02
| * Merge remote-tracking branch 'upstream/release-0.4' into release-0.4.x/libcallJames McCoy2019-12-16
| |\
| | * win_line: Fix crash with 'rightleft' in :terminal #11460erw72019-11-29
| | * Merge pull request #11392 from jamessan/get-setenv-bugJames McCoy2019-11-14
| | |\
| | | * f_getenv/setenv: Access v_special when v_type is VAR_SPECIALJames McCoy2019-11-13
| | * | paste: Select-mode, Visual-mode #11360Justin M. Keyes2019-11-09
| | * | autocmd: Fix event name casing #11332lacygoill2019-11-04
| | * | [release-0.4] ex_echo: fix check for got_int #11225Daniel Hahler2019-10-20
| | * | [release-0.4] mac: fix "tags file not sorted" bug on Catalina (#11222)dm1try2019-10-14
| | * | [release-0.4] recovery mode (-r/-L): use headless_mode (#11187)Daniel Hahler2019-10-11
| | * | Remove "highbright bold" conversion. Fixes #11190Björn Linse2019-10-11
| | * | [release-0.4] terminfo_start: flush buffer #11074Daniel Hahler2019-10-08
| | * | [release-0.4] win_line: update `w_last_cursorline` alwaysDaniel Hahler2019-10-04
| | * | [release-0.4] patch_terminfo_bugs: TERM=xterm with non-xterm: ignore smglr (#...Daniel Hahler2019-10-03
| | * | [release-0.4] Fix redraw regression with w_p_cole in visual modeDaniel Hahler2019-10-03
| | * | [release-0.4] screen: missing redraw/highlight for ruler in message areaBjörn Linse2019-10-02
| | * | [release-0.4] cmdline: wildmenumode() should be true with wildoptions+=pumBjörn Linse2019-10-02
| | * | [release-0.4] win_update: fix redraw regression (#11027)Daniel Hahler2019-10-01
| | * | [release-0.4] Merge pull request #11069 from bfredl/virtualcolBjörn Linse2019-10-01
| | * | [release-0.4] env: use putenv_s for LC_ALL, LANG, etc. #11050erw72019-10-01
| | * | [release-0.4] paste: fix handling of "<" in cmdline (#11094)Daniel Hahler2019-10-01
| | * | screen: don't crash on invalid grid cells being recomposedBjörn Linse2019-09-30
| | |/
* | / fs: Ensure FileInfo struct is initializedJames McCoy2020-07-31
|/ /
* / libcallnr: Use int, not int64_t, as the return type for Vim compatJames McCoy2019-12-15
|/
* Merge pull request #11025 from bfredl/doublescrollBjörn Linse2019-09-15
|\
| * compositor: avoid transmitting invalid lines on double scrollBjörn Linse2019-09-15
* | test/old: detect user modules for python,rubyJan Edmund Lazo2019-09-15
* | vim-patch:8.1.0220: Ruby converts v:true and v:false to a numberJan Edmund Lazo2019-09-15
|/