From 510d2e6377c2ab8d71c6881370ec3265f2e76227 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 26 Dec 2015 15:54:34 +0100 Subject: [PATCH] Config: Remove redundant configuration variable shell.prompt --- scripts/vim/syntax/taskrc.vim | 1 - src/Config.cpp | 1 - src/commands/CmdShow.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/vim/syntax/taskrc.vim b/scripts/vim/syntax/taskrc.vim index d01418653..d4d9180da 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -138,7 +138,6 @@ syn match taskrcGoodKey '^\s*\Vreserved.lines='he=e-1 syn match taskrcGoodKey '^\s*\Vrow.padding='he=e-1 syn match taskrcGoodKey '^\s*\Vrule.precedence.color='he=e-1 syn match taskrcGoodKey '^\s*\Vsearch.case.sensitive='he=e-1 -syn match taskrcGoodKey '^\s*\Vshell.prompt='he=e-1 syn match taskrcGoodKey '^\s*\Vtag.indicator='he=e-1 syn match taskrcGoodKey '^\s*\Vtaskd.\(server\|credentials\|certificate\|key\|ca\|trust\|ciphers\)='he=e-1 syn match taskrcGoodKey '^\s*\Vuda.\S\{-}.\(default\|type\|label\|values\)='he=e-1 diff --git a/src/Config.cpp b/src/Config.cpp index 5c819915c..bb75fefba 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -260,7 +260,6 @@ std::string Config::_defaults = "sugar=yes # Syntactic sugar\n" "obfuscate=no # Obfuscate data for error reporting\n" "fontunderline=yes # Uses underlines rather than -------\n" - "shell.prompt=task> # Prompt used by the shell command\n" "\n" "# WARNING: Please read the documentation (man task-sync) before setting up\n" "# Taskwarrior for Taskserver synchronization.\n" diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index eed08baa4..1ee16266c 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -185,7 +185,6 @@ int CmdShow::execute (std::string& output) " rule.color.merge" " rule.precedence.color" " search.case.sensitive" - " shell.prompt" " sugar" " summary.all.projects" " tag.indicator"