From e8cf0f37f1b3c59a308e68048e1e9357f1af8db9 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 18 Jun 2024 13:04:54 +0200 Subject: [PATCH] docs: add 'set colonparsing' to the sample nanorc --- doc/sample.nanorc.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index ec049c73..45e831cf 100644 --- a/doc/sample.nanorc.in +++ b/doc/sample.nanorc.in @@ -50,6 +50,10 @@ ## Do case-sensitive searches by default. # set casesensitive +## Interpret digits given on the command line after a colon after a filename +## as the line number to go to in that file. +# set colonparsing + ## Constantly display the cursor position in the status bar or minibar. # set constantshow