1
0
forked from aniani/vim

patch 8.1.0902: incomplete set of assignment operators

Problem:    Incomplete set of assignment operators.
Solution:   Add /=, *= and %=. (Ozaki Kiichi, closes #3931)
This commit is contained in:
Bram Moolenaar
2019-02-12 22:28:33 +01:00
parent 57ee2b6e0b
commit ff697e6cef
4 changed files with 140 additions and 34 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
902,
/**/
901,
/**/