diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-14 23:25:01 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-14 23:25:01 +0000 |
commit | d48506f9c17915a72ff773f11728958e723e9e92 (patch) | |
tree | fc44c676d4909c33564ec27499066e3d66ca6109 /ftplugin/ale-preview.vim | |
parent | 6b2c61a5cc59d61270266dbe399d5dc55cfad5b4 (diff) | |
download | ale-d48506f9c17915a72ff773f11728958e723e9e92.zip |
Fix #757 - Show :ALEDetail messages in a window
Diffstat (limited to 'ftplugin/ale-preview.vim')
-rw-r--r-- | ftplugin/ale-preview.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/ale-preview.vim b/ftplugin/ale-preview.vim new file mode 100644 index 00000000..ffbffbd5 --- /dev/null +++ b/ftplugin/ale-preview.vim @@ -0,0 +1,2 @@ +" Close the ALEPreviewWindow window with the q key. +noremap <buffer> q :q!<CR> |