Skip to content

Commit

Permalink
make all comments follow the same style
Browse files Browse the repository at this point in the history
  • Loading branch information
farmergreg committed Aug 23, 2023
1 parent 22800df commit eab4cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/vim-lastplace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ fu! s:lastplace()

else
"otherwise, show as much context as we can by jumping to the end of the file and then to the mark.
"If we pressed zz here, there would be blank lines at the bottom of the screen.
"We intentionally leave the last line blank by pressing <c-e> so the user can see that they are near the end of the file.
"if we pressed zz here, there would be blank lines at the bottom of the screen.
"we intentionally leave the last line blank by pressing <c-e> so the user can see that they are near the end of the file.
execute "keepjumps normal! \G'\"\<c-e>"
endif
endif
Expand Down

0 comments on commit eab4cb2

Please sign in to comment.