Skip to content

Commit df3e56c

Browse files
authored
Fix/unused (#83)
* Fix remove unused * Fix remove unused
1 parent bb4881d commit df3e56c

File tree

5 files changed

+0
-115
lines changed

5 files changed

+0
-115
lines changed

ftplugin/javascript/jsdoc.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ if !has('nvim') && (!has('channel') || !has('job'))
1414
finish
1515
endif
1616

17-
" command! -nargs=0 -buffer -complete=customlist,jsdoc#insert JsDoc call jsdoc#insert()
1817
command! -nargs=0 -range=0 -complete=customlist,jsdoc#insert JsDoc call jsdoc#insert(<q-args>, <count>, <line1>, <line2>)
1918
command! -nargs=0 -complete=customlist,jsdoc#format JsDocFormat call jsdoc#format()
2019
nnoremap <silent> <buffer> <Plug>(jsdoc) :call jsdoc#insert()<CR>

ftplugin/typescript/jsdoc.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ if !has('nvim') && (!has('channel') || !has('job'))
1414
finish
1515
endif
1616

17-
" command! -nargs=0 -buffer -complete=customlist,jsdoc#insert JsDoc call jsdoc#insert()
1817
command! -nargs=0 -range=0 -complete=customlist,jsdoc#insert JsDoc call jsdoc#insert(<q-args>, <count>, <line1>, <line2>)
1918
command! -nargs=0 -complete=customlist,jsdoc#format JsDocFormat call jsdoc#format()
2019
nnoremap <silent> <buffer> <Plug>(jsdoc) :call jsdoc#insert()<CR>

test/flow.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/test.js

Lines changed: 0 additions & 42 deletions
This file was deleted.

test/test.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)