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.