comparison src/version.c @ 18763:49b78d6465e5 v8.1.2371

patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Commit: https://github.com/vim/vim/commit/05ad5ff0ab34ed9a5296dedd420ca81698b8ce22 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 22:48:27 2019 +0100 patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/5291)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 23:00:05 +0100
parents e3785af3ba0f
children 1130f8309f67
comparison
equal deleted inserted replaced
18762:19582783e5ad 18763:49b78d6465e5
470 #ifdef FEAT_PERSISTENT_UNDO 470 #ifdef FEAT_PERSISTENT_UNDO
471 "+persistent_undo", 471 "+persistent_undo",
472 #else 472 #else
473 "-persistent_undo", 473 "-persistent_undo",
474 #endif 474 #endif
475 #ifdef FEAT_PROP_POPUP
476 "+popupwin",
477 #else
478 "-popupwin",
479 #endif
475 #ifdef FEAT_PRINTER 480 #ifdef FEAT_PRINTER
476 # ifdef FEAT_POSTSCRIPT 481 # ifdef FEAT_POSTSCRIPT
477 "+postscript", 482 "+postscript",
478 # else 483 # else
479 "-postscript", 484 "-postscript",
612 #ifdef FEAT_TEXTOBJ 617 #ifdef FEAT_TEXTOBJ
613 "+textobjects", 618 "+textobjects",
614 #else 619 #else
615 "-textobjects", 620 "-textobjects",
616 #endif 621 #endif
617 #ifdef FEAT_TEXT_PROP 622 #ifdef FEAT_PROP_POPUP
618 "+textprop", 623 "+textprop",
619 #else 624 #else
620 "-textprop", 625 "-textprop",
621 #endif 626 #endif
622 #if !defined(UNIX) 627 #if !defined(UNIX)
735 NULL 740 NULL
736 }; 741 };
737 742
738 static int included_patches[] = 743 static int included_patches[] =
739 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 2371,
740 /**/ 747 /**/
741 2370, 748 2370,
742 /**/ 749 /**/
743 2369, 750 2369,
744 /**/ 751 /**/