0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.2b-016

This commit is contained in:
Bram Moolenaar
2008-07-24 16:45:38 +00:00
parent 3a0254090d
commit 15bfa09582
6 changed files with 14 additions and 9 deletions

View File

@@ -18073,7 +18073,6 @@ get_vim_var_nr(idx)
return vimvars[idx].vv_nr;
}
#if defined(FEAT_AUTOCMD) || defined(PROTO)
/*
* Get string v: variable value. Uses a static buffer, can only be used once.
*/
@@ -18083,7 +18082,6 @@ get_vim_var_str(idx)
{
return get_tv_string(&vimvars[idx].vv_tv);
}
#endif
/*
* Set v:count, v:count1 and v:prevcount.