neovim/test/functional
Matthieu Coudron ba7277cfb4 Adds nvim_get_hl_by_name/by_id
...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.
2017-09-30 11:43:26 +09:00
..
api Adds nvim_get_hl_by_name/by_id 2017-09-30 11:43:26 +09:00
autocmd ci: XXX: permissive termclose_spec timer (#7217) 2017-08-26 17:18:46 +02:00
clipboard clipboard: disallow recursion; show hint only once (#7203) 2017-08-22 20:31:54 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core Repair job_spec functional tests 2017-08-21 20:44:03 +01:00
eval functests: Remove wait() from input_spec 2017-08-06 14:43:46 +03:00
ex_cmds menu_get(): doc 2017-07-28 02:34:24 +02:00
fixtures clipboard: remove start_batch_changes() in redir_write() 2017-08-20 20:01:22 +02:00
insert i_CTRL-O: fix :startinsert at end of line (#6963) 2017-07-08 12:50:58 +02:00
legacy test: lint whitespace in legacy/ (#7308) 2017-09-24 20:42:48 +02:00
lua lua/executor: Fix crash when printing empty string (#7157) 2017-08-13 17:37:35 +02:00
normal fold: foldMoveRange(): fix :move bug #6534 2017-04-17 04:45:55 +02:00
options log: Fall back to CWD-relative .nvimlog 2017-06-07 00:27:26 +02:00
plugin health.vim: fix test 2017-07-15 16:15:47 +02:00
provider functests: Replace check_provider -> missing_provider with err report 2017-05-13 03:06:50 +03:00
shada shada: Make sure that code does not attempt to read too long items 2017-07-04 15:41:59 +03:00
spell test/rmdir(): Remove readonly attr on Windows. 2017-04-10 22:59:30 +02:00
terminal test: FocusGained: retry() cmdline-mode test 2017-09-09 21:26:55 +02:00
ui 'inccommand': fix 'gdefault' lockup #7261 2017-09-12 22:44:11 +02:00
viml functests: Check that minimal distance between commands works 2017-06-21 10:58:47 +03:00
helpers.lua test/helpers: disable powershell logo/banner message 2017-08-06 02:51:48 +02:00
preload.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00