Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
removed trailing space after shell ph
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyorst committed May 3, 2018
1 parent 2a84bc4 commit a471d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/SimpleSnippets.vim
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ function! SimpleSnippets#initShell(current)
if l:result_line_count > 1
let s:snip_end += l:result_line_count - 1
endif
exe "normal! df}"
normal! "sP
exe "normal! vf}c"
normal! "sp
endfunction

function! SimpleSnippets#jump()
Expand Down

0 comments on commit a471d38

Please sign in to comment.