comparison src/version.c @ 16344:d24e5d848a09 v8.1.1177

patch 8.1.1177: .ts files are recognized as xml, typescript is more common commit https://github.com/vim/vim/commit/1a4dce7cad4af4de347853aad6d671da2df662ad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 16 22:21:05 2019 +0200 patch 8.1.1177: .ts files are recognized as xml, typescript is more common Problem: .ts files are recognized as xml, while typescript is more common. Solution: Recognize .ts files as typescript. (closes https://github.com/vim/vim/issues/4264)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Apr 2019 22:30:06 +0200
parents 06f3eb443e93
children 2fb516abde42
comparison
equal deleted inserted replaced
16343:ad7f0b2a4dfd 16344:d24e5d848a09
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1177,
774 /**/ 776 /**/
775 1176, 777 1176,
776 /**/ 778 /**/
777 1175, 779 1175,
778 /**/ 780 /**/