| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | tests: use "cat" also on Windows | Daniel Hahler | 2019-07-26 |
| |/ / / |
|
| * | | | vim-patch:8.1.1747: unused variables #10605 | Jan Edmund Lazo | 2019-07-26 |
| * | | | Merge #10589 'os/fs: introduce os_fopen()' | Justin M. Keyes | 2019-07-26 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | cleanup: remove mch_fopen in favor of os_fopen | Justin M. Keyes | 2019-07-25 |
| | * | | os/fs: introduce os_fopen() | Justin M. Keyes | 2019-07-25 |
| |/ / |
|
| * | | PVS/V768: do use enum as bool #10582 | Ihor Antonov | 2019-07-25 |
| * | | Merge #10596 'vim-patch:8.1.{899,903,905,907,908,910,913,1746}' | Justin M. Keyes | 2019-07-25 |
| |\ \ |
|
| | * | | regexp: add function attributes | Jan Edmund Lazo | 2019-07-25 |
| | * | | vim-patch:8.1.0913: CI crashes when running out of memory | Jan Edmund Lazo | 2019-07-25 |
| | * | | vim-patch:8.1.0910: crash with tricky search pattern | Jan Edmund Lazo | 2019-07-25 |
| | * | | vim-patch:8.1.0907: CI tests on AppVeyor are failing | Jan Edmund Lazo | 2019-07-25 |
| | * | | vim-patch:8.1.0905: complicated regexp causes a crash | Jan Edmund Lazo | 2019-07-25 |
| | * | | regexp: use fixed types to avoid overflow | Jan Edmund Lazo | 2019-07-24 |
| | * | | Checks for overflow when parsing string to int | Gabriel | 2019-07-24 |
| | * | | vim-patch:8.1.0908: can't handle large value for %{nr}v in regexp | Jan Edmund Lazo | 2019-07-24 |
| | * | | vim-patch:8.1.1746: ":dl" is seen as ":dlist" instead of ":delete" | Jan Edmund Lazo | 2019-07-24 |
| | * | | vim-patch:8.1.0903: struct uses more bytes than needed | Jan Edmund Lazo | 2019-07-24 |
| | * | | vim-patch:8.1.0899: no need to check restricted mode for setwinvar() | Jan Edmund Lazo | 2019-07-24 |
| |/ / |
|
| * | | coverage: use "cd" with gcovr (#10594) | Daniel Hahler | 2019-07-25 |
| * | | vim-patch:8.1.1740: exepath() doesn't work for "bin/cat" (#10556) | Daniel Hahler | 2019-07-24 |
| * | | vim-patch:8.1.1738: testing lambda with timer is slow (#10590) | Daniel Hahler | 2019-07-24 |
| * | | third-party: download: retry (#10599) | Daniel Hahler | 2019-07-24 |
| * | | ci: RunTests: ensure that the logfile gets displayed (#10597) | Daniel Hahler | 2019-07-24 |
| * | | sign: REMOVE FEAT_SIGN_ICONS, dead code #10595 | Jan Edmund Lazo | 2019-07-24 |
| * | | tests: AppVeyor: fix test/functional/ex_cmds/arg_spec.lua (#10598) | Daniel Hahler | 2019-07-24 |
| * | | vim-patch:8.1.1737: :args command that outputs one line gives more prompt | Daniel Hahler | 2019-07-24 |
| * | | vim-patch:8.0.1738: ":args" output is hard to read | Daniel Hahler | 2019-07-24 |
| * | | tests: fix/improve Screen:expect_unchanged (#10577) | Daniel Hahler | 2019-07-24 |
| * | | ci: restore accidentally removed config (#10592) | Daniel Hahler | 2019-07-24 |
| * | | tests: re-enable "tab drag in tabline to the left moves tab left" (#10588) | Daniel Hahler | 2019-07-24 |
| * | | Merge #10558 from erw7/fix-text-overrides-line-number2 | Justin M. Keyes | 2019-07-23 |
| |\ \ |
|
| | * | | env: invalid pointer after os_setenv() #10558 | erw7 | 2019-07-23 |
| | * | | win/TUI: workaround libuv LF => CRLF conversion #10558 | erw7 | 2019-07-23 |
| |/ / |
|
| * | | Revert "vim-patch:8.0.1723: using one item array size declaration is misleadi... | Jan Edmund Lazo | 2019-07-23 |
| * | | build: GetBinaryDeps: move include, fix doc (#10579) | Daniel Hahler | 2019-07-22 |
| * | | shell-test: fix REP for count larger than uint8_t (#10581) | Daniel Hahler | 2019-07-22 |
| * | | PVS/V1019: "readability" warning #10566 | Ihor Antonov | 2019-07-22 |
| * | | tests: make TERM=interix test pending (#10576) | Daniel Hahler | 2019-07-22 |
| * | | build: fix gcc warnings #10568 | ddcien | 2019-07-22 |
| * | | vim-patch:8.1.0706: introduce :redrawtabline #10570 | Jan Edmund Lazo | 2019-07-22 |
| * | | build: remove -Wno-array-bounds workaround #10484 | Daniel Hahler | 2019-07-22 |
| * | | test/helpers: improve pattern with module functions (#10421) | Daniel Hahler | 2019-07-22 |
| * | | vim-patch:8.1.1724: too much overhead checking for CTRL-C #10564 | Jan Edmund Lazo | 2019-07-21 |
| * | | Merge #10561 from justinmk/os_can_exe | Justin M. Keyes | 2019-07-21 |
| |\ \ |
|
| | * | | os_can_exe: remove char_u | Justin M. Keyes | 2019-07-21 |
| | * | | win: jobstart(), system(): $PATHEXT-resolve exe | Justin M. Keyes | 2019-07-21 |
| |/ / |
|
| * | | Merge #10555 from janlazo/vim-8.1.1720 | Justin M. Keyes | 2019-07-21 |
| |\ \ |
|
| | * | | move: assert nonnull wp pointer | Jan Edmund Lazo | 2019-07-20 |
| | * | | vim-patch:8.1.0856: when scrolling a window the cursorline is not always updated | Jan Edmund Lazo | 2019-07-20 |
| | * | | vim-patch:8.1.1720: crash with very long %[] pattern | Jan Edmund Lazo | 2019-07-20 |
| |/ / |
|