aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge pull request #4806 from justinmk/nodetypeJustin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \
| * | | | | | | | os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
|/ / / / / / / /
* | | | | | | | Merge pull request #4786 from jbradaric/vim-7.4.1516Justin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \
| * | | | | | | | file_perm_spec: Fix the test condition on Windows.Jurica Bradaric2016-05-20
| * | | | | | | | vim-patch:7.4.1521Jurica Bradaric2016-05-19
| * | | | | | | | vim-patch:7.4.1516Jurica Bradaric2016-05-19
* | | | | | | | | Merge pull request #4787 from brcolow/vim-7.4.1050Justin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixes suggested by @justinmk and @jbradaricMichael Ennen2016-05-20
| * | | | | | | | | vim-patch:7.4.1050Michael Ennen2016-05-19
* | | | | | | | | | Merge pull request #4793 from brcolow/vim-7.4.1061Justin M. Keyes2016-05-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:7.4.1061Michael Ennen2016-05-19
* | | | | | | | | | | host.vim: s:RegistrationCommands(): Normalize slashes.Justin M. Keyes2016-05-22
* | | | | | | | | | | Merge #4800 'syntax: foo=NONE should clear hi group'Justin M. Keyes2016-05-21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | test/syntax: foo=NONE clears hi groupAdnoC2016-05-21
| * | | | | | | | | | syntax: foo=NONE clears hi groupAdnoC2016-05-21
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4737 from jamessan/vim-7.4.1017Justin M. Keyes2016-05-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:7.4.1034James McCoy2016-05-20
| * | | | | | | | | | vim-patch:7.4.1018James McCoy2016-05-20
| * | | | | | | | | | vim-patch:7.4.1017James McCoy2016-05-20
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4779 from equalsraf/tb-lua-without-unittestJustin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | cmake: Allow building without LuajitRui Abreu Ferreira2016-05-19
* | | | | | | | | | Merge #4744 'highlight listchar in cursorline'Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: listcharsYichao Zhou2016-05-20
| * | | | | | | | | | screen.c: Fix listchars hl for space/nbsp in visual mode.Yichao Zhou2016-05-20
| * | | | | | | | | | test: cursorline, listcharsYichao Zhou2016-05-20
| * | | | | | | | | | lintYichao Zhou2016-05-20
| * | | | | | | | | | test: Update to meet new expectations.Yichao Zhou2016-05-20
| * | | | | | | | | | Let the highlight of listchars override cursorlineYichao Zhou2016-05-20
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4791 from brcolow/vim-7.4.1059Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:7.4.1059Michael Ennen2016-05-19
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge #2821 'test: migrate legacy test breakindent'Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: Migrate legacy test breakindent.Lucas Hoffmann2016-02-25
* | | | | | | | | | | Merge pull request #4790 from brcolow/vim-7.4.1057Justin M. Keyes2016-05-20
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | vim-patch:7.4.1057Michael Ennen2016-05-19
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4782 from jamessan/alt-hub-cliJustin M. Keyes2016-05-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch.sh: Show if a patch includes runtime filesJames McCoy2016-05-19
| * | | | | | | | | | vim-patch.sh: Add support for sociomatic/git-hubJames McCoy2016-05-19
| * | | | | | | | | | vim-patch.sh: Rename check_executable to require_executableJames McCoy2016-05-19
* | | | | | | | | | | Merge #4633: support "special" highlight (undercurl)Justin M. Keyes2016-05-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | test: Screen also checks 'special' when testing attribute equalityAdnoC2016-05-17
| * | | | | | | | | | LintingAdnoC2016-05-17
| * | | | | | | | | | test: Edit the special color testAdnoC2016-05-17
| * | | | | | | | | | test: Add a test for the new guisp highlighting feature.KillTheMule2016-05-17
| * | | | | | | | | | test: Fix tests failingAdnoC2016-05-17
| * | | | | | | | | | syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* | | | | | | | | | | Merge pull request #4761 from bfredl/gcc61warningsBjörn Linse2016-05-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix warnings with gcc 6.1Björn Linse2016-05-19
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4657 from brcolow/vim-7.4.1036Justin M. Keyes2016-05-19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | vim-patch: 7.4.1036Michael Ennen2016-05-17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4780 from jamessan/vim-7.4.1046Justin M. Keyes2016-05-18
|\ \ \ \ \ \ \ \ \