Add shorthand for changing the view settings of a single column
commit26704143e2980087a834ab053baf85be8f8024b1
authorJonas Fonseca <jonas.fonseca@gmail.com>
Sun, 9 Nov 2014 15:20:07 +0000 (9 10:20 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Sun, 9 Nov 2014 15:20:07 +0000 (9 10:20 -0500)
tree3ff0534ec301ff0031a094a2a698876e0f0b0b09
parent25795d3b6c69a6c96c0bd3fa0d72a1b3dfc175f9
Add shorthand for changing the view settings of a single column

This allows to easily override the defaults from tigrc of specific view
columns without having to copy-paste the whole configuration from the
system tigrc.

Fixes #318
NEWS.adoc
doc/tigrc.5.adoc
include/tig/types.h
include/tig/util.h
include/tig/view.h
src/options.c
src/view.c
test/tigrc/view-column-test [new file with mode: 0755]