Skip to content

Commit

Permalink
Merge pull request #31 from NatWeiss/NatWeiss-patch-1
Browse files Browse the repository at this point in the history
Solve unwanted jump points added
  • Loading branch information
farmergreg committed Aug 17, 2023
2 parents cef9d62 + ae0f51f commit 54fa145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-lastplace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fu! s:lastplace()
"bottom of the screen. We intentionally leave the
"last line blank by pressing <c-e> so the user has a
"clue that they are near the end of the file.
execute "normal! \G'\"\<c-e>"
execute "keepjumps normal! \G'\"\<c-e>"
endif
endif
if foldclosed(".") != -1 && g:lastplace_open_folds
Expand Down

0 comments on commit 54fa145

Please sign in to comment.