aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shell/viml_system_spec.lua
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2015-04-30 10:07:07 +0200
committerEliseo Martínez <eliseomarmol@gmail.com>2015-05-01 11:23:46 +0200
commit21d40475bb68b2e6f36f29a1995c8d3aba79d5bf (patch)
treef316b281163aca64a6802a6c417671584ff0e3d1 /test/functional/shell/viml_system_spec.lua
parentdf3abf4df08606dd35126377ceec051763618836 (diff)
downloadrneovim-21d40475bb68b2e6f36f29a1995c8d3aba79d5bf.tar.gz
rneovim-21d40475bb68b2e6f36f29a1995c8d3aba79d5bf.tar.bz2
rneovim-21d40475bb68b2e6f36f29a1995c8d3aba79d5bf.zip
Fix warnings: ex_cmds2.c: ex_listdo(): Np dereference: FP.
Problem : Dereference of null pointer @ 1903. Diagnostic : False positive. Rationale : Suggested error path first assumes wp == NULL and later one win_valid(wp), which is not possible. Resolution : Assert wp != NULL if win_valid(wp).
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
0 files changed, 0 insertions, 0 deletions