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 3d5816c commit 2b15e48Copy full SHA for 2b15e48
autoload/guise.vim
@@ -11,12 +11,12 @@ function! guise#open(address, argv) abort
11
call s:request(chan, 'edit', [fnamemodify(filename, ':p')])
12
endfor
13
endif
14
+ call s:close(chan)
15
qall!
16
catch
17
call s:request(chan, 'error', [v:exception, v:throwpoint])
- cquit!
18
- finally
19
call s:close(chan)
+ cquit!
20
endtry
21
endfunction
22
0 commit comments