From a4e18e50ef74f79f17572e523d78b630451ed7d1 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 6 Dec 2020 01:42:00 -0500 Subject: [PATCH] runtime/doc: strftime() is always available --- runtime/doc/eval.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 343e35bf66..f306806c96 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -8441,8 +8441,6 @@ strftime({format} [, {time}]) *strftime()* :echo strftime("%H:%M") 11:55 :echo strftime("%c", getftime("file.c")) Show mod time of file.c. -< Not available on all systems. To check use: > - :if exists("*strftime") strgetchar({str}, {index}) *strgetchar()* Get character {index} from {str}. This uses a character