Skip to content

collect method

Compare
Choose a tag to compare
@AFriemann AFriemann released this 02 Nov 21:15
· 17 commits to master since this release

added new interaction method to ask for data with possible default:

>>> collect('Something', 'fallback')
Something [fallback]: <CR>
'fallback'
>>> collect('Something')
Something: foo<CR>
'foo'