Sha256: ca0a68513dbb96a814dba127fdf7904e067c1bf190c6e66eaa7cca71b779a696
Contents?: true
Size: 115 Bytes
Versions: 3
Compression:
Stored size: 115 Bytes
Contents
function! AskMeSomething() let response = input('What do you want?: ') call setline('.', response) endfunction
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
robot-vim-2.0.1 | spec/fixtures/vimrc_with_user_input |
robot-vim-2.0.0 | spec/fixtures/vimrc_with_user_input |
robot-vim-1.1.0 | spec/fixtures/vimrc_with_user_input |