vi: basic undo feature shouldn't depend on yankmark
authorAndrew Fuller <abf@google.com>
Sun, 3 May 2015 16:18:25 +0000 (18:18 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 3 May 2015 16:18:25 +0000 (18:18 +0200)
commit4d8ddb810d52f5ad1bcef8bda07687200117e56b
treeac46c259745503425eb53208d993beb7e5e6e117
parentbbd53216f80912944da0d4ca72bf3ed3188ca156
vi: basic undo feature shouldn't depend on yankmark

Currently basic undo functionality with the 'u' key depends on
FEATURE_VI_YANKMARK. These two features are separate, so we can remove this
dependency.

Signed-off-by: Andrew Fuller <abf@google.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/vi.c