summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/xcompose.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/xcompose.vim')
-rw-r--r--runtime/ftplugin/xcompose.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/ftplugin/xcompose.vim b/runtime/ftplugin/xcompose.vim
new file mode 100644
index 0000000000..7345c27a2e
--- /dev/null
+++ b/runtime/ftplugin/xcompose.vim
@@ -0,0 +1,13 @@
+" Vim filetype plugin file
+" Language: XCompose
+" Maintainer: ObserverOfTime <chronobserver@disroot.org
+" Last Change: 2023 Nov 09
+
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+setl comments=:# commentstring=#\ %s
+
+let b:undo_ftplugin = 'setl com< cms<'