Add :SDelete!

This commit is contained in:
Marco Hinz 2016-02-02 14:54:58 +01:00
parent ec24c42b5c
commit 7994cae378
4 changed files with 19 additions and 11 deletions

View file

@ -12,7 +12,7 @@ Expect:
This is just a simple test file.
Foo, bar, quux.
Execute (Session: :SDelete foo):
Execute (Session: :SDelete! foo):
Assert 1 == filereadable(g:startify_session_dir.'/foo')
SDelete foo
SDelete! foo
Assert 0 == filereadable(g:startify_session_dir.'/foo')