mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Update issue.vim
This commit is contained in:
parent
3d1cbb4758
commit
ae1860b0d6
@ -8,6 +8,7 @@ function! s:open() abort
|
||||
w
|
||||
endfunction
|
||||
|
||||
|
||||
function! s:template() abort
|
||||
let info = [
|
||||
\ '<!-- please remove the issue template when request for a feature -->',
|
||||
@ -23,7 +24,7 @@ function! s:template() abort
|
||||
\ '',
|
||||
\ '## Output of the `:SPDebugInfo!`',
|
||||
\ '']
|
||||
\ + split(execute(':SPDebugInfo'), "\n") +
|
||||
\ + split(SpaceVim#api#import('vim#compatible').execute(':SPDebugInfo'), "\n") +
|
||||
\ [
|
||||
\ '## Screenshots',
|
||||
\ '',
|
||||
@ -31,3 +32,4 @@ function! s:template() abort
|
||||
\ ]
|
||||
return info
|
||||
endfunction
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user