summaryrefslogtreecommitdiff
path: root/src/strings.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3663: using %S in printf() does not work correctlyv8.2.3663presuku2021-11-241-17/+12
* patch 8.2.3630: printf() with %S does not handle multi-byte correctlyv8.2.3630presuku2021-11-201-4/+9
* patch 8.2.3393: escaping for fish shell is skipping some charactersv8.2.3393Bram Moolenaar2021-09-011-0/+1
* patch 8.2.3387: compiler warning for non-static functionv8.2.3387Dominique Pelle2021-08-301-1/+1
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-291-0/+21
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-8/+1114
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-2/+63
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-6/+19
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-0/+12
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-2/+23
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+1563