From d03a9d7b3f724706775c793df7b6b627ea4ef60a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 19:45:40 +1200 Subject: Consolidate utc.vim and put_date.vim into latter --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 02fa7e6e..8e063900 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1384,15 +1384,15 @@ nnoremap t nnoremap T \ :setlocal filetype= -" These mappings use my put_date.vim and utc.vim plugins for date insertion -" into the buffer. +" These mappings use my put_date.vim plugin for date insertion into the +" buffer. "" Leader,d inserts the local date (RFC 2822) nnoremap d \ :PutDate "" Leader,D inserts the UTC date (RFC 2822) nnoremap D - \ :UTC PutDate + \ :PutDate! " This group contains mappings that are to do with file and path management " relative to the current buffer. The Leader,P mapping that creates -- cgit v1.2.3