diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-28 16:20:01 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-28 16:20:05 +0100 |
commit | 8846a8860f39027c0c2a7aba9e49ad2fdacd5428 (patch) | |
tree | 85340d62b2fdb0d68e4d76694f47bd00165ba3c1 /ftplugin | |
parent | f883d4d4fd20a928f2d224f342d5751ff3fd1a18 (diff) | |
download | ale-8846a8860f39027c0c2a7aba9e49ad2fdacd5428.zip |
Use a new window for the ALEFixSuggest command, and document it better
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/ale-fix-suggest.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/ale-fix-suggest.vim b/ftplugin/ale-fix-suggest.vim new file mode 100644 index 00000000..189a4dc2 --- /dev/null +++ b/ftplugin/ale-fix-suggest.vim @@ -0,0 +1,2 @@ +" Close the ALEFixSuggest window with the q key. +noremap <buffer> q :q!<CR> |