Remove undo options, make stackundo default behavior

This commit is contained in:
Camille Scholtz
2016-05-27 23:39:27 +02:00
parent 007ece1e78
commit 1806ef3ad0
4 changed files with 13 additions and 26 deletions

View File

@@ -203,18 +203,10 @@ Here are the options that you can set:
default value: `on`
* `undothreshold`: maximum time in milliseconds events can be apart to be counted as a single undo
default value: `500`
* `statusline`: display the status line at the bottom of the screen
default value: `on`
* `stackundo`: reset undothreshold timer to zero if an action is taken before the timer runs out
default value: `off`
* `scrollmargin`: amount of lines you would like to see above and below the cursor
default value: `3`