Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ex_getln: Make use of new parser to color expressions | ZyX | 2017-10-29 |
| | | | Retires g:Nvim_color_expr callback. | ||
* | klee: Update vim_str2nr in mock as well | ZyX | 2017-10-29 |
| | |||
* | unittests: Avoid alloc log checking errors when printing tests | ZyX | 2017-10-29 |
| | |||
* | viml/parser/expressions: Fix last error found by KLEE | ZyX | 2017-10-29 |
| | |||
* | charset: Some more refactoring of vim_str2nr | ZyX | 2017-10-29 |
| | |||
* | viml/parser/expressions: Fix some errors spotted by KLEE | ZyX | 2017-10-19 |
| | | | Not all of them are fixed yet though. | ||
* | viml/parser/expressions: Add some casts | ZyX | 2017-10-16 |
| | |||
* | viml/parser/expressions: Remove unused flag | ZyX | 2017-10-16 |
| | |||
* | klee: Add run.sh --help and run.sh -s | ZyX | 2017-10-16 |
| | |||
* | unittests: Free everything and check for memory leaks | ZyX | 2017-10-16 |
| | | | Also improves error reporting. | ||
* | klee: Fix possible assertion error | ZyX | 2017-10-16 |
| | | | No idea how it did not happen to hit me yet. | ||
* | viml/parser/expressions: Fix memory leak when processing ternary | ZyX | 2017-10-16 |
| | |||
* | test/unit/formatc: Fix parsing of most recent viml_parser_highlight | ZyX | 2017-10-16 |
| | |||
* | keymap: Remove incorrect cast | ZyX | 2017-10-16 |
| | |||
* | klee: Update key_name_entry table | ZyX | 2017-10-16 |
| | |||
* | klee: Include colors in test | ZyX | 2017-10-16 |
| | |||
* | viml/parser/expressions: Highlight prefix separately from number | ZyX | 2017-10-16 |
| | | | Should make accidental octals more visible. | ||
* | charset: Do not call strlen() from vim_str2nr | ZyX | 2017-10-16 |
| | |||
* | charset: Avoid overflow in vim_str2nr | ZyX | 2017-10-16 |
| | |||
* | viml/parser/expressions: Define east_node_type_tab only when needed | ZyX | 2017-10-15 |
| | |||
* | keymap: Readd figure braces disappeared when resolving conflicts | ZyX | 2017-10-15 |
| | |||
* | Merge branch 'master' into expression-parser | ZyX | 2017-10-15 |
|\ | |||
| * | Merge pull request #7373 from bfredl/cmdwin_clip | Björn Linse | 2017-10-15 |
| |\ | | | | | | | save and restore clipboard batch status when entering cmdline window | ||
| | * | ops: save and restore clipboard batch status when entering cmdline window | Björn Linse | 2017-10-15 |
| | | | |||
| * | | doc: remove E172 (#7395) | Justin M. Keyes | 2017-10-15 |
| |/ | | | | | | | | | vim-patch:8.0.1189 We already made the code-change in 0e44916fff88 | ||
| * | Merge pull request #7394 from justinmk/health.vim | Justin M. Keyes | 2017-10-15 |
| |\ | | | | | | | health.vim: check 'paste' option; fix highlighting | ||
| | * | health.vim: rename "suggestions" to "advice" in most places | Justin M. Keyes | 2017-10-15 |
| | | | |||
| | * | health.vim: fix highlighting | Justin M. Keyes | 2017-10-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `:syntax keyword` is affected by 'iskeyword'. When we aligned 'iskeyword' to that of filetype=help, colon (:) is now included. Simplest way to deal with this is to include colon (:) in the `:syntax keyword` directive. Also: - change "SUGGESTIONS" mouthful to "ADVICE" - change "SUCCESS" to "OK" | ||
| | * | health.vim: warn about 'paste' option | Justin M. Keyes | 2017-10-15 |
| |/ | |||
| * | Merge pull request #7380 from jamessan/silent-input | James McCoy | 2017-10-14 |
| |\ | | | | | | | getcmdline_prompt: Temporarily disable msg_silent so prompt is displayed | ||
| | * | getcmdline_prompt: Temporarily disable msg_silent so prompt is displayed | James McCoy | 2017-10-14 |
| |/ | | | | | | | | | vim-patch:7.4.1636 Closes #7378 | ||
| * | Merge #7327 from ckelsel/vim-8.0.0131 | Justin M. Keyes | 2017-10-09 |
| |\ | |||
| | * | Merge branch 'master' into vim-8.0.0131 | KunMing Xie | 2017-10-08 |
| | |\ | |||
| | * | | vim-patch:8.0.0155 | ckelsel | 2017-09-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When sorting zero elements a NULL pointer is passed to qsort(), which ubsan warns for. Solution: Don't call qsort() if there are no elements. (Dominique Pelle) https://github.com/vim/vim/commit/a216255a4faa91a15e7005ac319f2f62294f3f9e | ||
| | * | | vim-patch:8.0.0132 | ckelsel | 2017-09-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test fails because of using :finish. Solution: Change to return. https://github.com/vim/vim/commit/4c8980b717f73042f1d625ee255fa74eddb989ba | ||
| | * | | vim-patch:8.0.0131 | ckelsel | 2017-09-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Not enough test coverage for syntax commands. Solution: Add more tests. (Dominique Pelle) https://github.com/vim/vim/commit/73b484c4da00011317dc68ada4f5dfc6515ad263 | ||
| * | | | Merge #7082 'api: nvim_get_hl_by_name/by_id' | Justin M. Keyes | 2017-10-08 |
| |\ \ \ | |||
| | * | | | test: nvim_get_hl_by_name/by_id #7082 | Justin M. Keyes | 2017-10-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - test all properties - test failure modes | ||
| | * | | | Merge #7082 'api: nvim_get_hl_by_name/by_id' | Justin M. Keyes | 2017-10-08 |
| | |\ \ \ | | | |_|/ | | |/| | | |||
| | | * | | Remove duplicate ATTRENTRY_INIT | Matthieu Coudron | 2017-09-30 |
| | | | | | |||
| | | * | | Changed prototypes to accept a boolean "rgb" | Matthieu Coudron | 2017-09-30 |
| | | | | | |||
| | | * | | Increased test coverage for RGB and cterm | Matthieu Coudron | 2017-09-30 |
| | | | | | |||
| | | * | | Adds nvim_get_hl_by_name/by_id | Matthieu Coudron | 2017-09-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in order to retrieve highlights. Added test/functional/api/highlight_spec.lua HL_NORMAL is not really a good name, since it's more like an empty attribute than the normal's one. If one pays attention, syn_cterm_attr2entry is never called with attr=0 because it's always special cased before. I suggest in subsequent PRs we remove the ATTR_OFF and just insert an EMPTY ATTR/RESET_ATTR/UNINITIALIZED for id 0. | ||
| * | | | | vim-patch:8.0.0164 (#7368) | KunMing Xie | 2017-10-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Outdated and misplaced comments. Solution: Fix the comments. https://github.com/vim/vim/commit/caa55b65c204946d160c1b743c5f8f3b506dc4d3 | ||
| * | | | | gitignore: cmake-build-debug (#7359) | timothy eichler | 2017-10-08 |
| |/ / / | |||
| * | | | Merge #7364 lower priority of 'cursorline', 'cursorcolumn' | Justin M. Keyes | 2017-10-07 |
| |\ \ \ | |||
| | * | | | syntax: 'cursorline': low priority #6380 | Justin M. Keyes | 2017-10-07 |
| | | | | | |||
| | * | | | syntax: 'cursorcolumn', 'colorcolumn': low priority #6380 | Justin M. Keyes | 2017-10-07 |
| | | | | | |||
| * | | | | resettitle(): remove conditions (#7360) | Justin M. Keyes | 2017-10-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | These conditions were added in #7358 for no apparent reason. ref https://github.com/neovim/neovim/pull/7358#discussion_r143064448 | ||
| * | | | | vim-patch:8.0.0142 (#7335) | KunMing Xie | 2017-10-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see also #7082 Problem: Normal colors are wrong with 'termguicolors'. Solution: Initialize to INVALCOLOR instead of zero. (Ben Jackson, closes vim/vim#1344) https://github.com/vim/vim/commit/0cdb72aa38c4a0140c94d56bf8bc17cb30260ebf |