ftplugin/sub_qc.vim: Add `<c-u>` to square bracket mappings
commit2e8dd5a11672c6c90c5e446940bc259e20aedb7a
authorlys <lys@hostname.local>
Thu, 2 Jun 2016 21:45:49 +0000 (2 21:45 +0000)
committerlys <lys@hostname.local>
Thu, 2 Jun 2016 21:45:49 +0000 (2 21:45 +0000)
treec1ce1975d9362e516b864bb4b0911c846f195505
parentb04da3aae6d0bafdf8281e746e7c63a795c2db54
ftplugin/sub_qc.vim: Add `<c-u>` to square bracket mappings

Now that these mappings can take a count
(2696b4d98cd11f7e5f76626607f843deba306a93), it's a good thing to add
this to our mappings. As the help for `v:count` notes:

    Note: The <C-U> is required to remove the line range that you
    get when typing ':' after a count.
ftplugin/sub_qc.vim