From bb09f54e3a14ad45c2382f2a8559cccabb88d268 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 12 Jan 2023 15:35:32 +0300 Subject: [PATCH] Proper comments in SQL --- vim/.vim/ftplugin/sql/comments.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/.vim/ftplugin/sql/comments.vim diff --git a/vim/.vim/ftplugin/sql/comments.vim b/vim/.vim/ftplugin/sql/comments.vim new file mode 100644 index 0000000..8c0d563 --- /dev/null +++ b/vim/.vim/ftplugin/sql/comments.vim @@ -0,0 +1 @@ +set commentstring=--\ %s -- 2.44.0