Skip to content

Commit

Permalink
feat: remove deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
ojroques committed Nov 3, 2024
1 parent dc23464 commit 4b068e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin/oscyank.vim
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,3 @@ command! -register OSCYankRegister call OSCYankRegister('<reg>')

nnoremap <expr> <Plug>OSCYankOperator OSCYankOperator()
vnoremap <Plug>OSCYankVisual :OSCYankVisual<CR>
" -------------------- DEPRECATION NOTICES -----------------
nnoremap <Plug>OSCYank
\ :echohl WarningMsg<bar>echom "[oscyank] OSCYank is deprecated, use OSCYankOperator instead. See :h oscyank-usage."<bar>echohl None<CR>
command! -range OSCYank execute
\ ':echohl WarningMsg<bar>echom "[oscyank] OSCYank is deprecated, use OSCYankVisual instead. See :h oscyank-usage."<bar>echohl None<CR>'
command! -nargs=1 OSCYankReg execute
\ ':echohl WarningMsg<bar>echom "[oscyank] OSCYankReg is deprecated, use OSCYankRegister instead. See :h oscyank-usage."<bar>echohl None<CR>'

0 comments on commit 4b068e5

Please sign in to comment.