comparison src/version.c @ 29930:cd573d7bc30d v9.0.0303

patch 9.0.0303: it is not easy to get information about a script Commit: https://github.com/vim/vim/commit/2f892d8663498c21296ad6661dac1bb8372cfd10 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Aug 28 18:52:10 2022 +0100 patch 9.0.0303: it is not easy to get information about a script Problem: It is not easy to get information about a script. Solution: Make getscriptinf() return the version. When selecting a specific script return functions and variables. (Yegappan Lakshmanan, closes #10991)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Aug 2022 20:00:05 +0200
parents 0c52f8114e16
children 27cb0eed6aef
comparison
equal deleted inserted replaced
29929:0425e39b1d05 29930:cd573d7bc30d
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 303,
710 /**/ 712 /**/
711 302, 713 302,
712 /**/ 714 /**/
713 301, 715 301,
714 /**/ 716 /**/