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 53ac313 commit 90c6fdbCopy full SHA for 90c6fdb
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