Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge branch 'master' into hide-container-impl | ZyX | 2017-12-12 | |
|\| | ||||
| * | doc | Justin M. Keyes | 2017-12-10 | |
| | | | | | | | | closes #7622 | |||
| * | doc: hack to avoid doxygen bug | Justin M. Keyes | 2017-12-10 | |
| | | | | | | | | | | | | | | | | Use `@cond <something>` to obscure a section from doxygen. doxygen thinks kvec_withinit_t() is a function. That adds noise to the generated API documentation, and also prevents the following function from being noticed. | |||
* | | *: Hide list implementation in other files as well | ZyX | 2017-12-10 | |
| | | ||||
* | | *: Start hiding list implementation | ZyX | 2017-12-10 | |
|/ | | | | Most of files, except for eval.c and eval/* were only processed by perl. | |||
* | Merge #7234 'built-in expression parser' | Justin M. Keyes | 2017-12-09 | |
|\ | ||||
| * | viml/parser/expressions: Make $ENV not depend on &isident | ZyX | 2017-11-26 | |
| | | ||||
| * | Merge branch 'master' into expression-parser | ZyX | 2017-11-26 | |
| |\ | |/ |/| | ||||
| * | Merge branch 'master' into expression-parser | ZyX | 2017-11-19 | |
| |\ | ||||
| * | | viml/parser/expressions: Add support for parsing assignments | ZyX | 2017-11-12 | |
| | | | ||||
| * | | *: Fix linter errors | ZyX | 2017-11-06 | |
| | | | ||||
| * | | Merge branch 'master' into expression-parser | ZyX | 2017-11-06 | |
| |\ \ | ||||
| * | | | api/vim: Add “len” dictionary key | ZyX | 2017-11-06 | |
| | | | | | | | | | | | | | | | | | | | | This allows determining where parsing ended which may be needed for e.g. parsing `:echo` with that API function. | |||
| * | | | tests: Add missing test cases | ZyX | 2017-11-06 | |
| | | | | ||||
| * | | | api/vim,functests: Add tests for nvim_parse_expression, fix found bugs | ZyX | 2017-11-06 | |
| | | | | ||||
| * | | | vim/api: Actually dump AST, fix some bugs in nvim_parse_expression | ZyX | 2017-11-06 | |
| | | | | ||||
| * | | | api/vim: Create part of nvim_parse_expression function | ZyX | 2017-11-06 | |
| | | | | ||||
| * | | | Merge branch 'master' into expression-parser | ZyX | 2017-10-30 | |
| |\ \ \ | ||||
| * | | | | api/vim: Add nvim_parse_expression function | ZyX | 2017-10-29 | |
| | | | | | ||||
* | | | | | channels: refactor | Björn Linse | 2017-11-24 | |
| | | | | | ||||
* | | | | | Merge #7593 'PVS static analysis fixes' | Justin M. Keyes | 2017-11-22 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||
| * | | | | helpers.c: statically assert integer falls within range | Peter Kalauskas | 2017-11-22 | |
|/ / / / | ||||
* | | / | Use PRId64 to format Integer when calling api_set_error | James McCoy | 2017-11-12 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integer is a 64-bit type so using %d can produce incorrect results. test/functional/api/highlight_spec.lua @ 35: highlight api nvim_get_hl_by_id ...W7Xi/neovim-0.2.1/test/functional/api/highlight_spec.lua:46: Expected objects to be the same. Passed in: (string) 'Invalid highlight id: 7671724' Expected: (string) 'Invalid highlight id: 30000' | |||
* | | | doc: API (generated) | Justin M. Keyes | 2017-11-06 | |
| | | | ||||
* | | | doc: nvim_buf_add_highlight(): zero-indexed lines | Justin M. Keyes | 2017-11-06 | |
| | | | ||||
* | | | doc | Justin M. Keyes | 2017-11-06 | |
| | | | ||||
* | | | Merge #7454 'ui: ext_wildmenu' | Justin M. Keyes | 2017-10-31 | |
|\ \ \ | |_|/ |/| | | | | | | | | closes #6168 ref #5686 | |||
| * | | ui: allow external ui to draw wildmenu | Dongdong Zhou | 2017-10-29 | |
|/ / | | | | | | | | | Co-authored-by: Björn Linse <bjorn.linse@gmail.com> Updated docs and tests. | |||
* | | ext_cmdline: rename cmdline_char to cmdline_special_char | Björn Linse | 2017-10-26 | |
| | | ||||
* | | ext_cmdline: extend "function" to generic "block" mechanism | Björn Linse | 2017-10-26 | |
| | | ||||
* | | ext_cmdline: add support for highlighting | Björn Linse | 2017-10-26 | |
| | | ||||
* | | ext_cmdline: lint | Dongdong Zhou | 2017-10-26 | |
| | | ||||
* | | ext_cmdline: added indent | Dongdong Zhou | 2017-10-26 | |
| | | ||||
* | | ext_cmdline: Add function block support | Dongdong Zhou | 2017-10-26 | |
| | | ||||
* | | ext_cmdline: added cmdline level | Dongdong Zhou | 2017-10-26 | |
| | | | | | | | | add cchar_to_string | |||
* | | ext_cmdline: change to use ui_call | Dongdong Zhou | 2017-10-26 | |
| | | ||||
* | | bufhl: support creating new groups | Björn Linse | 2017-10-19 | |
|/ | ||||
* | 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 | |
|\ | ||||
| * | 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. | |||
* | doc: channel, eventloop | Justin M. Keyes | 2017-09-05 | |
| | ||||
* | doc/api: nvim_out_write() and friends | Justin M. Keyes | 2017-08-18 | |
| | | | | References #7178 | |||
* | api/helpers: Fix typo | ZyX | 2017-08-06 | |
| | ||||
* | api/helpers: Clarify try_start() usage | ZyX | 2017-08-06 | |
| | ||||
* | *: Fix clint errors | ZyX | 2017-07-18 | |
| | ||||
* | api helpers: Also save and restore did_emsg | ZyX | 2017-07-18 | |
| | ||||
* | api helpers: Save/restore more values in try_enter/try_leave | ZyX | 2017-07-16 | |
| | | | | This fixes memory leak reported by ASAN. This also somehow fixes test40, though I have no idea why except that that test yields memory leak report. | |||
* | Merge branch 'master' into colored-cmdline | ZyX | 2017-07-15 | |
|\ |