Mercurial > repos > other > linux
changeset 93:411e0a1c4382
Hide warnings and solve cross-version compatibility
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 02 Apr 2018 19:21:36 +0100 |
parents | 5f2c5800fa8a |
children | ac4d97a07527 |
files | nanorc |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nanorc Mon Apr 02 17:30:20 2018 +0100 +++ b/nanorc Mon Apr 02 19:21:36 2018 +0100 @@ -1,7 +1,14 @@ set nowrap set nonewlines +set autoindent + +## 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 autoindent +set constantshow ## Nanorc files include "~/.nanorc.d/nanorc.nanorc"