From 0a558ef7c8f3321e7451294512c885661f5b4a84 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 7 May 2022 21:52:22 -0400 Subject: [PATCH] Context: Add a reminder to mirror options in the vim syntax file --- src/Context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Context.cpp b/src/Context.cpp index bd755e89d..e74091914 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -58,6 +58,7 @@ //////////////////////////////////////////////////////////////////////////////// // This string is parsed and used as default values for configuration. +// Note: New configuration options should be added to the vim syntax file in scripts/vim/syntax/taskrc.vim std::string configurationDefaults = "# Taskwarrior program configuration file.\n" "# For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color',\n"