I did an 'hg pull --update' yesterday and tried to compile the latest
Vim, but I get this fatal error:
search.c: In function ‘do_search’:
search.c:1472:45: warning: suggest parentheses around ‘&&’ within ‘||’
[-Wparentheses]
if (!shortmess(SHM_SEARCH) && (dirc == '/' && lt(pos, curwin->w_cursor)
^
search.c: In function ‘search_stat’:
search.c:4888:28: error: ‘buf_T {aka struct file_buffer}’ has no member named
‘b_changedtick’
if (!(chgtick == curbuf->b_changedtick &&
^
search.c:4973:18: error: ‘buf_T {aka struct file_buffer}’ has no member named
‘b_changedtick’
chgtick = curbuf->b_changedtick;
^
make: *** [Makefile:3194: objects/search.o] Error 1
--
Christian J. Robinson <[email protected]>
"Don't worry what people think, they don't do it very often." -- Unknown
--
--
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.