aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | vim-patch:8.0.0380: with 'linebreak' double wide char wraps badlyckelsel2018-01-14
| |/ / / / / / / / /
* | | | | | | | | | Merge #7839 'coverity fixes'Justin M. Keyes2018-01-15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | coverity/161216: get_user_input: RETURN_LOCALJustin M. Keyes2018-01-11
| * | | | | | | | | | coverity/169163: decode_string: Null pointer derefJustin M. Keyes2018-01-11
* | | | | | | | | | | Merge #7855 from ckelsel/vim-8.0.0398Justin M. Keyes2018-01-15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | vim-patch:8.0.0421: diff mode wrong when adding line at end of bufferckelsel2018-01-15
| * | | | | | | | | | | vim-patch:8.0.0402: :map completion does not have <special>ckelsel2018-01-15
| * | | | | | | | | | | vim-patch:8.0.0398: illegal memory access with "t"ckelsel2018-01-15
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | tutor: don't resize (#7854)Felipe Morales2018-01-15
* | | | | | | | | | | Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)mkotha2018-01-15
* | | | | | | | | | | man.lua: avoid float conversion on lua 5.3 (#7851)Filip SzymaƄski2018-01-15
|/ / / / / / / / / /
* / / / / / / / / / vim-patch:8.0.0364 (#7837)KunMing Xie2018-01-13
|/ / / / / / / / /
* | | | | | | | | Merge #7821 'api: nvim_command_output'Justin M. Keyes2018-01-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | api: nvim_command_output: direct implJustin M. Keyes2018-01-10
| * | | | | | | | | api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
|/ / / / / / / / /
* / / / / / / / / ci/travis: require "sudo" for ASAN_UBSAN buildJustin M. Keyes2018-01-10
|/ / / / / / / /
* | | | | | | | cmake: install *.lua filesJustin M. Keyes2018-01-09
* | | | | | | | Merge #7623 'man.vim: highlight bold, underlined text'Justin M. Keyes2018-01-09
|\ \ \ \ \ \ \ \
| * | | | | | | | Address PR commentsGabriel Holodak2017-12-27
| * | | | | | | | Add functional tests for man highlightingGabriel Holodak2017-12-27
| * | | | | | | | Add support for escape sequencesGabriel Holodak2017-12-27
| * | | | | | | | Switch to processing in LuaGabriel Holodak2017-12-27
| * | | | | | | | Highlight backspaced charactersGabriel Holodak2017-12-27
* | | | | | | | | Merge #7826 from ckelsel/vim-8.0.0351Justin M. Keyes2018-01-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vim-patch:8.0.0352: not easy to see when a typval needs to be clearedckelsel2018-01-08
| * | | | | | | | | vim-patch:8.0.0351: no test for concatenating an empty stringckelsel2018-01-08
|/ / / / / / / / /
* | | | | | | | | ci/travis: install neovim npm module on osx (#7825)Jan Edmund Lazo2018-01-08
* | | | | | | | | Merge #7820 'ci/travis/macOS: skip ruby gem install'Justin M. Keyes2018-01-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ci/travis: macOS: skip ruby-neovim installJustin M. Keyes2018-01-07
| * | | | | | | | | ci/travis: macOS: switch ruby versionJustin M. Keyes2018-01-07
* | | | | | | | | | test: set_shell_powershell(): update flags (#7819)Justin M. Keyes2018-01-07
|/ / / / / / / / /
* | | | | | | | | Merge #7753 'win: enable more functional tests'Justin M. Keyes2018-01-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test: win: yes is unavailable on WindowsJan Edmund Lazo2018-01-06
| * | | | | | | | | win: test: check non-shell system()Jan Edmund Lazo2018-01-06
| * | | | | | | | | test: use unix fileformat to test NULs on systemlistJan Edmund Lazo2018-01-06
| * | | | | | | | | win: enable more functional testsJan Edmund Lazo2018-01-06
| * | | | | | | | | win: enable tests in ex_terminal_specJan Edmund Lazo2018-01-06
| * | | | | | | | | test: enable K_spec tests in WindowsJan Edmund Lazo2018-01-03
* | | | | | | | | | version.c: update [ci skip] (#7780)Marvim the Paranoid Android2018-01-06
* | | | | | | | | | third-party: revert to jemalloc 4.5.0Justin M. Keyes2018-01-06
* | | | | | | | | | tests: stderr output contains `cp` noiseJustin M. Keyes2018-01-05
* | | | | | | | | | defaults: do :filetype stuff unless explicitly "off"Justin M. Keyes2018-01-04
* | | | | | | | | | Merge #7805 'eval.c: fix some scan-build warnings'Justin M. Keyes2018-01-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add null check when adding variable to dict.Paul Rigge2018-01-02
| * | | | | | | | | | Add null pointer assertions for do_unlet_var.Paul Rigge2018-01-02
| * | | | | | | | | | Refactor profiling check in call_user_func.Paul Rigge2018-01-02
| * | | | | | | | | | Add assertions for watchersPaul Rigge2018-01-02
| * | | | | | | | | | Add another const to tv_copyPaul Rigge2018-01-02
| * | | | | | | | | | Add assertion in set_var_lval for null pointer.Paul Rigge2018-01-02
* | | | | | | | | | | vim-patch:8.0.0955: Test_existent_file() fails on some file systemsJustin M. Keyes2018-01-03