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:42:05 +0200
committerEliseo Martínez <eliseomarmol@gmail.com>2015-05-01 11:23:46 +0200
commit1eaaff3fc5b96daa366c67a5ee066a5eb000bb56 (patch)
tree998ac23949eb95f60be8cae0ba86dbab2096510d /test/functional/shell/viml_system_spec.lua
parent33adbf31399c7069386b6c72f9d15e67f9f569e0 (diff)
downloadrneovim-1eaaff3fc5b96daa366c67a5ee066a5eb000bb56.tar.gz
rneovim-1eaaff3fc5b96daa366c67a5ee066a5eb000bb56.tar.bz2
rneovim-1eaaff3fc5b96daa366c67a5ee066a5eb000bb56.zip
Fix warnings: ex_docmd.c: ex_tabonly(): Np dereference: FP.
Problem : Dereference of null pointer @ 5816. Diagnostic : False positive. Rationale : first_tabpage is assumed to be NULL after calling goto_tabpage(), which should not be possible (first_tabpage should be not NULL before calling it, and only changed to another valid tab page). Resolution : Assert first_tabpage after calling goto_tabpage(). Helped-by: oni-link <knil.ino@gmail.com>
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
0 files changed, 0 insertions, 0 deletions