ftplugin/sub_qc.vim: New mapping to get dialogue from register
commit319f8cbc2edd52a723e1a7c8cd58694a9c7bef8e
authorlys <lys@hostname.local>
Fri, 3 Jun 2016 00:49:31 +0000 (3 00:49 +0000)
committerlys <lys@hostname.local>
Fri, 3 Jun 2016 00:49:31 +0000 (3 00:49 +0000)
tree4f24eefe58f5b0e316fc1a444249a1cb441d7b50
parent9c108006f04444d227316b157d80d7e48a8d1deb
ftplugin/sub_qc.vim: New mapping to get dialogue from register

Our original `NewEntry()` mapping sourced the dialogue line from the
pasteboard. We want to additionally allow dialogue to come from the Vim
yank register.

This changes the pasteboard command to `<leader>w` and makes `<leader>e`
the yank register version.

At the moment we're only using the default register and don't allow
custom registers to be specified.
ftplugin/sub_qc.vim