diff options
| author | Teddy Wing | 2015-07-18 21:59:50 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-07-18 22:25:10 -0400 |
| commit | 83449bf7e30d45f91eccbcdffd56abb126be56c1 (patch) | |
| tree | 50afba06095a44b2e5fa56a7bac362f04e35edc3 /plugin | |
| parent | f87ae56b53f46654df2d0a6decdd5c12b2620f8b (diff) | |
| download | auditory.vim-83449bf7e30d45f91eccbcdffd56abb126be56c1.tar.bz2 | |
autoload/auditory.vim: Only map with `<silent>` if using `execute`
We don't need to use `<silent>` in our mappings if we're going back to a
regular non-command mode command, so listen for commands where we
`execute` in the mapping and don't `<silent>` them.
Reverted the ternary I had added previously to make this workable with
the now 2 variables that need to listen for `execute`.
Also add some line wrapping to the map creation for better readability.
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions
