aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | | | | | | Merge #5822 'mouse.c: Fix mouse click on multibyte + concealed'Justin M. Keyes2018-01-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Safer loop for skipping consecutive concealed charsTommy Allen2018-01-28
| * | | | | | | | | Use one variable for tracking adjustment instead of twoTommy Allen2018-01-28
| * | | | | | | | | Adjust cursor according to character display widthsTommy Allen2018-01-28
| * | | | | | | | | Don't move cursor to the left if on the first column of wrapped lineTommy Allen2018-01-28
| * | | | | | | | | Use utfc_ptr2len instead of utf_ptr2lenTommy Allen2018-01-28
| * | | | | | | | | mouse.c: Fix mouse click on lines with multibyte textTommy Allen2018-01-28
* | | | | | | | | | Merge #7842 'win: fnamemodify()'Justin M. Keyes2018-01-29
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | fixup: lint errorsJan Edmund Lazo2018-01-28
| * | | | | | | | | win: explicitly specify pathsepJan Edmund Lazo2018-01-28
| * | | | | | | | | fixup: compile-time errorsJan Edmund Lazo2018-01-28
| * | | | | | | | | win: detect / and \ as root path separatorJan Edmund Lazo2018-01-28
* | | | | | | | | | vim-patch:8.0.0528: highlight wrong text when 'wim' includes "longest" (#7927)Jakub Łuczyński2018-01-29
* | | | | | | | | | test/old: fix Test_set_completion()Justin M. Keyes2018-01-28
* | | | | | | | | | test/old: $TMPDIR must be absoluteJustin M. Keyes2018-01-28
* | | | | | | | | | ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipesJustin M. Keyes2018-01-28
|/ / / / / / / / /
* | | | | | | | | Merge #7903 'test/old: minor fixes for local invocation'Justin M. Keyes2018-01-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test/old: always set $TMPDIRJustin M. Keyes2018-01-23
| * | | | | | | | | test/old: Fix_truncated_tmpfile(): more flexibleJustin M. Keyes2018-01-23
* | | | | | | | | | tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes2018-01-28
* | | | | | | | | | Merge #7919 from hardenedapple/langremap-after-mapJustin M. Keyes2018-01-27
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Make 'langnoremap' apply directly after a mapMatthew Malcomson2018-01-27
| |/ / / / / / / /
* | | | | | | | | build/macOS: remove -iframework line #7891Justin M. Keyes2018-01-26
* | | | | | | | | Merge pull request #6558 from jamessan/tv_as_string-fixJames McCoy2018-01-25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | eval: save_tv_as_string: Correctly handle an empty stringJames McCoy2018-01-23
| |/ / / / / / / /
* / / / / / / / / vim-patch:8.0.0431 (#7908)KunMing Xie2018-01-25
|/ / / / / / / /
* | | | | | | | Merge #7890 'vim-patch: various'Justin M. Keyes2018-01-22
|\ \ \ \ \ \ \ \
| * | | | | | | | vim-patch: NAJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0667: more tests for :endfuncJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0662: stray FIXME for fixed problemJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0659: no test for conceal modeJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0656: cannot use ! after some user commandsJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0655: not easy to make sure a function does not existJustin M. Keyes2018-01-21
| * | | | | | | | vim-patch:8.0.0654: no warning for text after :endfunctionJustin M. Keyes2018-01-21
* | | | | | | | | Merge #7891 'build: fix creating generated files on macOS'Justin M. Keyes2018-01-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | build: fix creating generated files on macOSJohn Szakmeister2018-01-22
| |/ / / / / / / /
* | | | | | | | | Merge #7888 'defaults: enable cscopeverbose'Justin M. Keyes2018-01-22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | defaults: enable 'cscopeverbose', and deprecate itJustin M. Keyes2018-01-21
* | | | | | | | | vim-patch:8.0.0444: diffpatch fails when the file name has a quoteJustin M. Keyes2018-01-21
* | | | | | | | | vim-patch:8.0.0442: patch shell command not well escapedJustin M. Keyes2018-01-21
* | | | | | | | | vim-patch:8.0.0433: beeps when running testsJustin M. Keyes2018-01-21
* | | | | | | | | vim-patch:8.0.0599: diff mode is insufficiently testedJustin M. Keyes2018-01-21
|/ / / / / / / /
* | | | | | | | vim-patch:8.0.0301 #7685ckelsel2018-01-21
* | | | | | | | version.c: update [ci skip] (#7828)Marvim the Paranoid Android2018-01-21
* | | | | | | | ui: forward 'linespace' option #7883Justin M. Keyes2018-01-21
* | | | | | | | Merge #7880 'lua/executor: Remove lightuserdata'Justin M. Keyes2018-01-21
|\ \ \ \ \ \ \ \
| * | | | | | | | lua/executor: Remove all places where lightuserdata is usedZyX2018-01-21
* | | | | | | | | vim-patch:8.0.0426: insufficient testing for statusline (#7882)KunMing Xie2018-01-21
|/ / / / / / / /
* | | | | | | | Merge #7863 'mingw64: fix gcc warnings'Justin M. Keyes2018-01-20
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix lint error in option.cGeorge Zhao2018-01-19