Patch 8.1.1706

12 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 17, 2019, 2:02:29 PM7/17/19
to vim...@googlegroups.com

Patch 8.1.1706
Problem: Typo in #ifdef.
Solution: Change PROT to PROTO.
Files: src/beval.c


*** ../vim-8.1.1705/src/beval.c 2019-07-09 23:22:11.570422512 +0200
--- src/beval.c 2019-07-17 12:54:10.633166508 +0200
***************
*** 10,16 ****

#include "vim.h"

! #if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT)
/*
* Find text under the mouse position "row" / "col".
* If "getword" is TRUE the returned text in "*textp" is not the whole line but
--- 10,16 ----

#include "vim.h"

! #if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROTO)
/*
* Find text under the mouse position "row" / "col".
* If "getword" is TRUE the returned text in "*textp" is not the whole line but
*** ../vim-8.1.1705/src/version.c 2019-07-16 22:03:28.906863140 +0200
--- src/version.c 2019-07-17 20:01:18.989722508 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1706,
/**/

--
It is illegal for a driver to be blindfolded while operating a vehicle.
[real standing law in Alabama, United States of America]

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages