comparison src/version.c @ 17004:353ed7ef78df v8.1.1502

patch 8.1.1502: cannot play any sound commit https://github.com/vim/vim/commit/427f5b66ce0abe19daed9291b1693f6e8aae6552 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 13:43:51 2019 +0200 patch 8.1.1502: cannot play any sound Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 13:45:06 +0200
parents 1f418d27e11f
children b54d62497f94
comparison
equal deleted inserted replaced
17003:0363f6e9eac3 17004:353ed7ef78df
578 #ifdef FEAT_SMARTINDENT 578 #ifdef FEAT_SMARTINDENT
579 "+smartindent", 579 "+smartindent",
580 #else 580 #else
581 "-smartindent", 581 "-smartindent",
582 #endif 582 #endif
583 #ifdef FEAT_SOUND
584 "+sound",
585 #else
586 "-sound",
587 #endif
588 #ifdef FEAT_SPELL
589 "+spell",
590 #else
591 "-spell",
592 #endif
583 #ifdef STARTUPTIME 593 #ifdef STARTUPTIME
584 "+startuptime", 594 "+startuptime",
585 #else 595 #else
586 "-startuptime", 596 "-startuptime",
587 #endif 597 #endif
765 NULL 775 NULL
766 }; 776 };
767 777
768 static int included_patches[] = 778 static int included_patches[] =
769 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1502,
770 /**/ 782 /**/
771 1501, 783 1501,
772 /**/ 784 /**/
773 1500, 785 1500,
774 /**/ 786 /**/