mirror of
https://git.dk1mi.radio/mclemens/vim-fle-syntax.git
synced 2025-01-18 13:51:11 +01:00
FIX: added space after time
This commit is contained in:
parent
ed858819de
commit
00c89818f6
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ You can insert the current time in UTC and HHMM format by pressing <F5> if you a
|
|||
|
||||
# Insert current time in HHMM format with <F5>
|
||||
let $TZ='UTC'
|
||||
:nnoremap <F5> "=strftime("%H%M")<CR>P
|
||||
:inoremap <F5> <C-R>=strftime("%H%M")<CR>
|
||||
:nnoremap <F5> "=strftime("%H%M ")<CR>P
|
||||
:inoremap <F5> <C-R>=strftime("%H%M ")<CR>
|
||||
|
||||
## Install
|
||||
|
||||
|
|
Loading…
Reference in a new issue