commit 220247172aa9c8902c195fbc1d835c1fb2718b5b
parent d70c7f3c1474cc3d309ebe397675bb111a0768d2
Author: Chris Allegretta <chrisa@asty.org>
Date: Thu, 3 Jan 2013 03:44:11 +0000
Add locking entry to sample nanorc
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4552 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in
@@ -56,6 +56,11 @@
## Enable ~/.nano_history for saving and reading search/replace strings.
# set historylog
+## Enable vim-style lock-files. This is just to let a vim user know you
+## are editing a file [s]he is trying to edit and vice versa. There are
+## no plans to implement vim-style undo state in these files
+# set locking
+
## The opening and closing brackets that can be found by bracket
## searches. They cannot contain blank characters. The former set must
## come before the latter set, and both must be in the same order.