| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | | | | | | | | clipboard: macOS: fallback to tmux if pbcopy is broken #7940 | Justin M. Keyes | 2018-01-31 | |
| * | | | | | | | | | vim-patch:8.0.0358,8.0.0359 (#7832) | KunMing Xie | 2018-01-30 | |
| * | | | | | | | | | win: has("wsl") on Windows Subsystem for Linux #7330 | Mahmoud Al-Qudsi | 2018-01-30 | |
| * | | | | | | | | | vim-patch:8.0.0448: some macros are lower case (#7936) | KunMing Xie | 2018-01-30 | |
| * | | | | | | | | | vim-patch:8.0.0443: terminal width is set to 80 in test3 (#7933) | KunMing Xie | 2018-01-30 | |
| * | | | | | | | | | Merge #5822 'mouse.c: Fix mouse click on multibyte + concealed' | Justin M. Keyes | 2018-01-29 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | Updated tests | Tommy Allen | 2018-01-28 | |
| | * | | | | | | | | | Safer loop for skipping consecutive concealed chars | Tommy Allen | 2018-01-28 | |
| | * | | | | | | | | | Use one variable for tracking adjustment instead of two | Tommy Allen | 2018-01-28 | |
| | * | | | | | | | | | Adjust cursor according to character display widths | Tommy Allen | 2018-01-28 | |
| | * | | | | | | | | | Don't move cursor to the left if on the first column of wrapped line | Tommy Allen | 2018-01-28 | |
| | * | | | | | | | | | Use utfc_ptr2len instead of utf_ptr2len | Tommy Allen | 2018-01-28 | |
| | * | | | | | | | | | mouse.c: Fix mouse click on lines with multibyte text | Tommy Allen | 2018-01-28 | |
| * | | | | | | | | | | dist: snap packaging #7918 | Christian Dywan | 2018-01-29 | |
| * | | | | | | | | | | Merge #7842 'win: fnamemodify()' | Justin M. Keyes | 2018-01-29 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| | * | | | | | | | | | test: use helpers.pathroot() to avoid a syscall | Jan Edmund Lazo | 2018-01-29 | |
| | * | | | | | | | | | test: osx: try resolve($TMPDIR) | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: fix failed tests with $TMPDIR in QuickBuild | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | Revert "test: fix failed test cases with tmpdir = $TMPDIR" | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: fix failed test cases with tmpdir = $TMPDIR | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: try $TMPDIR for temporary directory | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: fnamemodify with :8 filename modifier | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | win: enable legacy/fnamemodify_spec.lua | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | fixup: get network drive only, not entire path | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | fixup: lint errors | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: win: get current network drive via io.popen | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | win: explicitly specify pathsep | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | fixup: compile-time errors | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | win: detect / and \ as root path separator | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: win: add tests for shellslash | Jan Edmund Lazo | 2018-01-28 | |
| | * | | | | | | | | | test: fnamemodify() | Justin M. Keyes | 2018-01-28 | |
| * | | | | | | | | | | vim-patch:8.0.0528: highlight wrong text when 'wim' includes "longest" (#7927) | Jakub Łuczyński | 2018-01-29 | |
| * | | | | | | | | | | vim-patch:8.0.0427: 'makeencoding' missing from the options window (#7907) | KunMing Xie | 2018-01-28 | |
| * | | | | | | | | | | Merge #7924 'test/old: various fixes' | Justin M. Keyes | 2018-01-28 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| | * | | | | | | | | | test/old: fix Test_set_completion() | Justin M. Keyes | 2018-01-28 | |
| | * | | | | | | | | | test/old: $TMPDIR must be absolute | Justin M. Keyes | 2018-01-28 | |
| | * | | | | | | | | | ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipes | Justin M. Keyes | 2018-01-28 | |
| * | | | | | | | | | | test/win: fix some environment assumptions #7912 | George Zhao | 2018-01-28 | |
| |/ / / / / / / / / | ||||
| * | | | | | | | | | Merge #7903 'test/old: minor fixes for local invocation' | Justin M. Keyes | 2018-01-28 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | test/old: always set $TMPDIR | Justin M. Keyes | 2018-01-23 | |
| | * | | | | | | | | | test/old: Fix_truncated_tmpfile(): more flexible | Justin M. Keyes | 2018-01-23 | |
| * | | | | | | | | | | tui: fix use-after-free after UI `stop` event #7922 | Justin M. Keyes | 2018-01-28 | |
| * | | | | | | | | | | Merge #7919 from hardenedapple/langremap-after-map | Justin M. Keyes | 2018-01-27 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||
| | * | | | | | | | | | Make 'langnoremap' apply directly after a map | Matthew Malcomson | 2018-01-27 | |
| | * | | | | | | | | | Add some tests for 'langmap' | Matthew Malcomson | 2018-01-27 | |
| * | | | | | | | | | | build/macOS: remove -iframework line #7891 | Justin M. Keyes | 2018-01-26 | |
| * | | | | | | | | | | Merge pull request #6558 from jamessan/tv_as_string-fix | James McCoy | 2018-01-25 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | eval: save_tv_as_string: Correctly handle an empty string | James McCoy | 2018-01-23 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | | vim-patch:8.0.0431 (#7908) | KunMing Xie | 2018-01-25 | |
| * | | | | | | | | | | build: fix luacheck detection (avoids re-download on win32) (#7905) | George Zhao | 2018-01-24 | |
| |/ / / / / / / / / | ||||