neovim/test/functional
ZyX f8d574225b eval: Silence PVS/V547: E882 may be triggered
I failed to deduce why analyzer thinks E882 may not be triggered, though 
conditions for triggering it are strange: it would trigger E882 only in the 
single case “function returned non-number”. Cases “function thrown exception”, 
or “built-in sorter encountered error” will neither yield E882 nor stop 
sort()/uniq().

Note though that searching test code revealed that neither E702 nor E882 are not 
tested anywhere.
2018-04-15 18:45:12 +03:00
..
api msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
autocmd msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
clipboard msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
cmdline
core test: lua test for vim-patch:8.0.0184 2018-03-24 23:06:09 +01:00
eval eval: Silence PVS/V547: E882 may be triggered 2018-04-15 18:45:12 +03:00
ex_cmds msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
fixtures build/msvc: Make shell-test fix only apply to MSCV 2018-03-06 20:38:10 -06:00
insert i_CTRL-O: fix :startinsert at end of line (#6963) 2017-07-08 12:50:58 +02:00
legacy build/msvc: Fix check for cksum on Windows 2018-03-26 10:54:44 -05:00
lua msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
normal Add some tests for 'langmap' 2018-01-27 11:20:10 +00:00
options Merge branch 'master' into yagebu/option-fixes 2018-03-28 21:54:39 -04:00
plugin test: man_spec: Fix use of nested [[ quoting 2018-02-02 07:28:56 -05:00
provider provider/RPC: apply_autocmds_group(): fix double-free 2018-03-24 11:01:24 +01:00
shada tests: stderr output contains cp noise 2018-01-05 18:18:26 +01:00
spell test/rmdir(): Remove readonly attr on Windows. 2017-04-10 22:59:30 +02:00
terminal win: defaults: 'shellcmdflag', 'shellxquote' #7343 2018-03-24 22:05:53 +01:00
ui msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
viml vim-patch:8.0.1493: completion items cannot be annotated (#8003) 2018-02-18 23:56:59 +01:00
helpers.lua test: next_msg(): default timeout to 10s 2018-03-11 12:43:42 +01:00
preload.lua