diff options
| author | Teddy Wing | 2020-06-05 00:55:23 +0200 |
|---|---|---|
| committer | Teddy Wing | 2020-06-05 00:55:23 +0200 |
| commit | db346292686876def55603f120badc0faf4b6560 (patch) | |
| tree | 224266311964015e07a3ba2c97ebafdc3933a892 | |
| parent | b266487d203655db54257da6589d2f513801bd13 (diff) | |
| download | vim-tbuffer-db346292686876def55603f120badc0faf4b6560.tar.bz2 | |
plugin/tbuffer.vim: Remove planning comments
| -rw-r--r-- | plugin/tbuffer.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin/tbuffer.vim b/plugin/tbuffer.vim index b19b61e..d909b1b 100644 --- a/plugin/tbuffer.vim +++ b/plugin/tbuffer.vim @@ -1,9 +1,4 @@ function! TBuffer(file) - " save swb - " swb=usetab - " b $1 - " restore swb - let switchbuf_save = &switchbuf let &switchbuf = 'usetab' |
