From f60085136a80fdac237fc211698dcbf06ba49344 Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Wed, 27 Dec 2023 13:58:56 +0100 Subject: [PATCH] Add commentstring --- ftplugin/ca65.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftplugin/ca65.vim b/ftplugin/ca65.vim index 8f471ab..c99b7cd 100644 --- a/ftplugin/ca65.vim +++ b/ftplugin/ca65.vim @@ -21,3 +21,5 @@ let b:match_words = '\:\,' \ . '\.\:\.\,' \ . '\.\:\.\,' \ . '\.\:\.\' + +setlocal commentstring=;%s