From add2b209cd0c9c999427a490eb7eba4da2909df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 27 Nov 2022 15:19:13 -0800 Subject: [PATCH] added commentstring unable to merge PR1, commit 7a2dfc39bfb6981574abfb7ad504ac9943ce2293 original fork for the PR has been deleted --- ftdetect/xonsh.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftdetect/xonsh.vim b/ftdetect/xonsh.vim index b542b3a..9b2b4bc 100644 --- a/ftdetect/xonsh.vim +++ b/ftdetect/xonsh.vim @@ -1,2 +1,3 @@ au BufNewFile,BufRead .xonshrc set filetype=xonsh au BufNewFile,BufRead *.xsh set filetype=xonsh +au FileType xonsh setlocal commentstring=#\ %s