changeset 94:ac4d97a07527

New Nano doesn't like the old "set const" despite "set quiet"
author IBBoard <dev@ibboard.co.uk>
date Mon, 02 Apr 2018 19:27:06 +0100
parents 411e0a1c4382
children e7a2fbd79035
files nanorc
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/nanorc	Mon Apr 02 19:21:36 2018 +0100
+++ b/nanorc	Mon Apr 02 19:27:06 2018 +0100
@@ -1,15 +1,13 @@
 set nowrap
 set nonewlines
 set autoindent
+# Note: This won't work in older Nano, but if we include "set const" then newer Nano complains
+#       DESPITE including "set quiet" later
+set constantshow
 
 ## Set quiet mode to deal with differences between Desktop and Server version support
 set quiet
 
-## Set "constantly display cursor position" in old and new format
-## "set quiet" prevents this causing warnings
-set const
-set constantshow
-
 ## Nanorc files
 include "~/.nanorc.d/nanorc.nanorc"