neovim/test
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
..
benchmark test/benchmark: clean up according to luacheck 2015-11-23 13:57:21 +01:00
config shada: When using shada-r normalize option path 2015-10-08 22:01:10 +03:00
functional Avoid internal errors with setloclist() 2016-02-26 18:52:17 +01:00
includes test: sys/fcntl.h -> fcntl.h 2016-01-14 23:36:58 -05:00
unit Tests: fix according to lualint 2016-02-02 20:23:12 +01:00
.luacheckrc test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00