diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-25 23:15:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-25 23:15:51 +0800 |
| commit | 773003b71b1c0d141e94a290431affddcfa40814 (patch) | |
| tree | 99725a5a593d5656fa390f91fb22c98db41e8701 | |
| parent | 238886c136ab8d145aa416de8ed2372a6e603ce3 (diff) | |
| parent | f5097b44b9c4d3814c8409c77bd421aa710fc00c (diff) | |
Merge pull request #115 from jdhao/sql
change sql comment style
| -rw-r--r-- | after/ftplugin/sql.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/ftplugin/sql.vim b/after/ftplugin/sql.vim new file mode 100644 index 0000000..8c0d563 --- /dev/null +++ b/after/ftplugin/sql.vim @@ -0,0 +1 @@ +set commentstring=--\ %s |
