From 00c89818f67718bc2aba612a3c33847c619c82e2 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Mon, 31 Oct 2022 09:42:31 +0100 Subject: [PATCH] FIX: added space after time --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f31f45b..7f90b7e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ You can insert the current time in UTC and HHMM format by pressing if you a # Insert current time in HHMM format with let $TZ='UTC' - :nnoremap "=strftime("%H%M")P - :inoremap =strftime("%H%M") + :nnoremap "=strftime("%H%M ")P + :inoremap =strftime("%H%M ") ## Install