Fix missing <buffer>

This commit is contained in:
Jagua
2021-12-28 00:08:57 +09:00
committed by mattn
parent 0570247fd8
commit 34ea0dcdd4

View File

@@ -111,7 +111,7 @@ function! lsp_settings#ui#open() abort
nnoremap <buffer> x :call <SID>uninstall()<cr>
nnoremap <buffer> b :call <SID>open()<cr>
nnoremap <buffer> ? :call <SID>help()<cr>
nnoremap q :bw<cr>
nnoremap <buffer> q :bw<cr>
redraw
echomsg 'Type i to install, or x to uninstall, b to open browser, ? to show description'
endfunction