From de0e8c423dd7e9ef6097ae332021bfb1f79d25a4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 9 Aug 2023 20:40:22 +0200 Subject: projects/aodocs.vim: Move 'wchat' plugin here and change file path I only use this command in an AODocs context. Today, I decided to change the path where these temporary files are saved. Since the path now uses a project-specific path variable, it made sense to move the command into the project file. --- bundle/wchat/plugin/wchat.vim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 bundle/wchat/plugin/wchat.vim (limited to 'bundle') diff --git a/bundle/wchat/plugin/wchat.vim b/bundle/wchat/plugin/wchat.vim deleted file mode 100644 index 7c17898..0000000 --- a/bundle/wchat/plugin/wchat.vim +++ /dev/null @@ -1,8 +0,0 @@ -if exists('g:loaded_wchat') - finish -endif -let g:loaded_wchat = 1 - -" Write to a temporary file labelled with the current time. -command! -nargs=0 -bang WChat - \ execute ":write\ /tmp/ch" . strftime('%H%M') -- cgit v1.2.3