commit | c727b19e9f1df36e44321d933334c7b4961daa54 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Mar 03 12:26:15 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 03 12:26:15 2023 +0000 |
tree | 75926980b51849aa2571aed033e81541a8c0c939 | |
parent | 194555c001f2b8576483ef34511450b6e9b5e3fd [diff] [blame] |
patch 9.0.1374: function for setting options not used consistently Problem: Function for setting options not used consistently. Solution: Use a function for 'encoding' and terminal options. (Yegappan Lakshmanan, closes #12099)
diff --git a/src/version.c b/src/version.c index ede31d6..1caf5b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1374, +/**/ 1373, /**/ 1372,