From 0386b90ac5819ee037260b21148a5506a2e52654 Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Wed, 4 Mar 2015 11:52:47 +0100 Subject: [PATCH] Damos + unwirksamkeitswert Change-Id: I692bb423f6368ab2221fad54d0520b975b0688c5 --- vimfiles.damos/syntax/kgs.vim | 2 +- vimfiles/doc/gitv.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vimfiles.damos/syntax/kgs.vim b/vimfiles.damos/syntax/kgs.vim index 323cd53..9c218e6 100644 --- a/vimfiles.damos/syntax/kgs.vim +++ b/vimfiles.damos/syntax/kgs.vim @@ -56,7 +56,7 @@ syntax keyword kgsKomponents unwirksamkeitswert syntax keyword kgsKomponents deutsch syntax keyword kgsDeprecated min_w min_x min_y max_w max_x max_y init_wert test_wert syntax keyword kgsDeprecated test_stuetzstellen_x test_stuetzstellen_y -syntax keyword kgsDeprecated kopfdaten_applizierbar +syntax keyword kgsDeprecated kopfdaten_applizierbar unwirksamkeitswert highlight def link kgsFunctions Function diff --git a/vimfiles/doc/gitv.txt b/vimfiles/doc/gitv.txt index 65cd1a0..2ccb098 100644 --- a/vimfiles/doc/gitv.txt +++ b/vimfiles/doc/gitv.txt @@ -223,14 +223,14 @@ Where appropriate the differences in action is described for the two modes. visual cp Cherry-Picks the selected commits to the active branch. - normal cp same as visual p + normal cp same as visual cp visual b Reset (mixed) the active brarch to the top of the selected commits normal b same as visual b visual bh Reset (hard) the active brarch to the top of the selected commits - normal bh same as visual b + normal bh same as visual bh visual d Delete a branch or tag on the selected line. You will be asked which branch/tag to use.