neovim/test/functional
Marco Hinz b6170db1a1 Avoid internal errors with setloclist()
All syntastic users experienced this problem:

  E685: Internal error: get_tv_string_buf()

It's reproducable with:

  :call setloclist(0, [''])

So, not given optional arguments to setloclist() lead to some fields not
inizilied and the code took the wrong branches.
2016-02-26 18:52:17 +01:00
..
api keymap: Support <D-...> (super/command key). 2016-02-22 02:41:40 -05:00
autocmd Tests: check <abuf> from TermClose 2016-02-21 02:39:01 +01:00
clipboard test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00
eval test: printf_spec: fix missing setup 2016-01-21 01:34:56 -05:00
ex_cmds encoding: update tests 2016-01-02 23:22:13 +01:00
ex_getln functests: Refactor tests: 2015-10-08 22:01:12 +03:00
fixtures clipboard: support clipboard=unnamedplus,unnamed 2015-08-07 13:06:13 +02:00
job job control: add tests for 'jobpid' and 'detach' 2016-01-20 11:09:29 +01:00
legacy Tests: fix according to lualint 2016-02-24 01:42:38 +01:00
normal test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
plugin eval: Do not use msgpack#string for error messages 2016-01-07 00:54:58 +03:00
provider test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
server test/functional: Fix api/vim_spec.lua. 2015-12-31 23:28:55 -05:00
shada test: shada_spec: resolve symlink 2016-02-12 00:03:39 +09:00
shell test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
terminal input: Do not set high-bit; preserve ALT modifier. 2016-01-11 00:29:58 -05:00
ui Tests: fix according to lualint 2016-02-24 01:42:38 +01:00
viml Avoid internal errors with setloclist() 2016-02-26 18:52:17 +01:00
dict_notifications_spec.lua eval: Implement dictionary change notifications 2015-11-09 09:43:30 -03:00
helpers.lua tests: Make helper.source() return tempname. 2016-01-10 10:44:57 +09:00
preload.lua tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00