diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-06 01:42:00 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-06 19:26:33 -0500 |
commit | a4e18e50ef74f79f17572e523d78b630451ed7d1 (patch) | |
tree | 7134dc6ff9431f782b493f4ccbcca9b64a64a187 | |
parent | c46b67333fd5ba34470166f384c0233b0696910b (diff) | |
download | rneovim-a4e18e50ef74f79f17572e523d78b630451ed7d1.tar.gz rneovim-a4e18e50ef74f79f17572e523d78b630451ed7d1.tar.bz2 rneovim-a4e18e50ef74f79f17572e523d78b630451ed7d1.zip |
runtime/doc: strftime() is always available
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 0 insertions, 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 |