File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,8 +324,9 @@ all: tags vim.man evim.man vimdiff.man vimtutor.man xxd.man $(CONVERTED)
324324# compiled and installed. Supports multiple languages.
325325vimtags : $(DOCS )
326326 @if which $(VIMEXE ) > /dev/null; then \
327- $(VIMEXE ) --clean -eX -u doctags.vim > /dev/null; \
328- else echo " vim executable $( VIMEXE) not found" ; fi
327+ $(VIMEXE ) --clean -eX -u doctags.vim > /dev/null; \
328+ echo " help tags updated" ; \
329+ else echo " vim executable $( VIMEXE) not found; help tags not updated" ; fi
329330
330331# Use "doctags" to generate the tags file. Only works for English!
331332tags : doctags $(DOCS )
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 2249 ,
744746/**/
745747 2248 ,
746748/**/
You can’t perform that action at this time.
0 commit comments