We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0853e83 commit c9f11deCopy full SHA for c9f11de
autoload/LSP.vim
@@ -1,6 +1,6 @@
1
" TODO: make buffer aware.
2
3
-function! LSP#GetQfListIdForTitle(title)
+function! LSP#GetQfListIdForTitle(title) abort
4
echom a:title
5
let headnr=getqflist({ 'id':0 ,'nr':'$', 'title': 0}).nr
6
while headnr >= 0
0 commit comments