Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/histman.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down