From ff1d79012c5033ccccbdb8decae2f49c58d800a8 Mon Sep 17 00:00:00 2001 From: anon <anon@anon.anon> Date: Sun, 10 Mar 2024 15:57:36 +0100 Subject: [PATCH] Added test.vim --- test.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.vim diff --git a/test.vim b/test.vim new file mode 100644 index 0000000..aab86b0 --- /dev/null +++ b/test.vim @@ -0,0 +1 @@ +:map <F11> :sp tags<CR>:%s/^\([^ :]*:\)\=\([^ ]*\).*/syntax keyword Tag \2/<CR>:wq! tags.vim<CR>/^<CR><F12>