tpope / vim-obsession

obsession.vim: continuously updated session files
http://www.vim.org/scripts/script.php?script_id=4472
1.74k stars 68 forks source link

Documentation of command not correct? #49

Closed jamatsui closed 5 years ago

jamatsui commented 5 years ago

Documentation says:

Use :Obsess (with optional file/directory name) to start recording to a session file and :Obsess! to stop and throw it away. That's it. Load a session in the usual manner: vim -S, or :source it.

But as far as I can tell the command is :Obsession and :Obsession!

Digging this plugin, thanks for sharing!

tpope commented 5 years ago

It's a deliberate bit of whimsy as Vim allows you to abbreviate any command as long as it's unambiguous.

jamatsui commented 5 years ago

good to know. Thanks!