summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorV. Guruprasad <prasad@inspiredresearch.com>2020-08-24 18:34:58 -0400
committerV. Guruprasad <prasad@inspiredresearch.com>2020-08-24 18:41:42 -0400
commitac859e8df2239bf25f934b76baf9923649f5ff8f (patch)
treea405ac1e176d9a719e8b674d1e615a8b2f9e2787 /src/doc
parentcd566d5d5539bb92456498d4fd4e1308e944229e (diff)
make filename display configurable
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 1a4a1f2..96fe743 100755
--- a/src/doc
+++ b/src/doc
@@ -1092,6 +1092,11 @@ Commands for handling cell content:
Disabled by default, set this variable to enable external functions. See
@ext function below.
+ 'filename_in_status' [default 0]
+ Set it to '1' to display current filename along with the current mode at
+ the right end of the status line.
+ Set it to '0', to display the current mode only.
+
'overlap' [default off]
If cell content exceedes column width it gets cut off to fit the column
width. If overlap is set, the content overflows into the next column.