mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
runtime/doc: strftime() is always available
This commit is contained in:
parent
c46b67333f
commit
a4e18e50ef
@ -8441,8 +8441,6 @@ strftime({format} [, {time}]) *strftime()*
|
|||||||
:echo strftime("%H:%M") 11:55
|
:echo strftime("%H:%M") 11:55
|
||||||
:echo strftime("%c", getftime("file.c"))
|
:echo strftime("%c", getftime("file.c"))
|
||||||
Show mod time of file.c.
|
Show mod time of file.c.
|
||||||
< Not available on all systems. To check use: >
|
|
||||||
:if exists("*strftime")
|
|
||||||
|
|
||||||
strgetchar({str}, {index}) *strgetchar()*
|
strgetchar({str}, {index}) *strgetchar()*
|
||||||
Get character {index} from {str}. This uses a character
|
Get character {index} from {str}. This uses a character
|
||||||
|
Loading…
Reference in New Issue
Block a user