tyru / current-func-info.vim

Get current function name
http://www.vim.org/scripts/script.php?script_id=3197
63 stars 14 forks source link

blockの中で`vim_free()`が関数名だと表示される #2

Closed tyru closed 11 years ago

tyru commented 14 years ago
vim_free(property);
if (res < 0)
{
EMSG(_("E248: Failed to send command to the destination program"));
return -1;
}

これのblockの中でvim_free()が関数名だと表示される