comparison src/popupmenu.c @ 18759:592c7b56db69 v8.1.2369

patch 8.1.2369: cannot build with quickfix and without text properties Commit: https://github.com/vim/vim/commit/a2c2ae473ab8789ceba9706713441a365dec685e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 20:58:46 2019 +0100 patch 8.1.2369: cannot build with quickfix and without text properties Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 21:00:04 +0100
parents de350001150c
children 49b78d6465e5
comparison
equal deleted inserted replaced
18758:aadf086144e0 18759:592c7b56db69
759 tabpage_T *curtab_save = curtab; 759 tabpage_T *curtab_save = curtab;
760 int res = OK; 760 int res = OK;
761 # ifdef FEAT_TEXT_PROP 761 # ifdef FEAT_TEXT_PROP
762 use_popup_T use_popup; 762 use_popup_T use_popup;
763 # else 763 # else
764 # define use_popup POPUP_NONE 764 # define use_popup USEPOPUP_NONE
765 # endif 765 # endif
766 # ifdef FEAT_TEXT_PROP 766 # ifdef FEAT_TEXT_PROP
767 has_info = TRUE; 767 has_info = TRUE;
768 if (strstr((char *)p_cot, "popuphidden") != NULL) 768 if (strstr((char *)p_cot, "popuphidden") != NULL)
769 use_popup = USEPOPUP_HIDDEN; 769 use_popup = USEPOPUP_HIDDEN;