From 1464783cc280eea1f38bfce9c7d78f96dcfd4044 Mon Sep 17 00:00:00 2001 From: Anindya Mukherjee Date: Sat, 29 Feb 2020 10:03:07 -0800 Subject: [PATCH] fix minor typo --- python/histman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/histman.py b/python/histman.py index 856eee2..13f7fd2 100644 --- a/python/histman.py +++ b/python/histman.py @@ -389,7 +389,7 @@ def toggle_refresh(pointer, name, value): 'The command history of a buffer will be saved \"only\", if the the local variable \"save_history\" is set.\n' 'You will need script \"buffer_autoset.py\" to make a local variabe persistent (see examples, below)!!\n' '\n' - 'You can use option \"save_buffer\ to save command history for *all* buffers, localvar will be ignored using\n' + 'You can use option \"save_buffer\" to save command history for *all* buffers, localvar will be ignored using\n' 'this option.\n' 'You can use following values for local variable:\n' ' command: save commands only\n'