Re: Patch 8.1.1648

2019-07-17 Fir de Conversatie Bram Moolenaar
> > ! #if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT) > > This was meant to check "PROTO" instead of "PROT", wasn't it? Good catch! -- Every exit is an entrance into something else. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: Patch 8.1.1648

2019-07-16 Fir de Conversatie Tom M
> ! #if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT) This was meant to check "PROTO" instead of "PROT", wasn't it? Tom -- -- 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,

Patch 8.1.1648

2019-07-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1648 Problem:MS-Windows: build error with normal feaures. Solution: Adjust #ifdef for find_word_under_cursor(). Files: src/beval.c, src/proto/beval.pro *** ../vim-8.1.1647/src/beval.c 2019-07-07 18:27:52.365277132 +0200 --- src/beval.c 2019-07-07 20:28:52.915022150 +0200