On Sun, Jan 29, 2017 at 3:10 PM, Bram Moolenaar <[email protected]> wrote:
>
> Patch 8.0.0259
> Problem: Tab commands do not handle count correctly. (Ken Hamada)
> Solution: Add ADDR_TABS_RELATIVE. (Hirohito Higashi)
> Files: runtime/doc/tabpage.txt, src/ex_cmds.h, src/ex_docmd.c,
> src/testdir/test_tabpage.vim
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o
ex_docmd.c
ex_docmd.c: In function ‘get_tabpage_arg’:
ex_docmd.c:5542:57: error: ‘curtab’ undeclared (first use in this function)
tab_number = tab_number * relative + tabpage_index(curtab);
^
ex_docmd.c:5542:57: note: each undeclared identifier is reported only
once for each function it appears in
ex_docmd.c: At top level:
ex_docmd.c:5493:1: warning: ‘get_tabpage_arg’ defined but not used
[-Wunused-function]
get_tabpage_arg(exarg_T *eap)
^
Makefile:2963: recipe for target 'objects/ex_docmd.o' failed
make: *** [objects/ex_docmd.o] Error 1
exit status 2
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.