jmoon018 / PacVim

GNU Lesser General Public License v3.0
3.25k stars 193 forks source link

It's possible to jump through walls #33

Closed aerosol closed 6 years ago

aerosol commented 6 years ago

with $, 0, gg and G. Take that silly ghosts!

aerosol commented 6 years ago

(please disregard if a feature and not a bug)

yesanishhere commented 6 years ago

Can you explain what the issue is?

pklapperich commented 6 years ago

Start of level 0

Steps to reproduce:

  1. Start Level 0 (seen in the picture above)
  2. Press enter to start the level
  3. Press $
  4. The cursor jumps to the end of the line of text (right of the word climb)

What happens

Expected behavior

Maybe this IS the expected behavior. In which case this issue can be closed or maybe marked as a documentation bug (there's no manpage for this project).

But as a user, I don't expect a maze game to allow teleporting over walls. When I pressed $, I expected the cursor to jump to the furthest right place in the room.

My expectation

aerosol commented 6 years ago

Yup, sorry for submitting a vague report

NonlinearFruit commented 6 years ago

I believe this is a feature

You cannot move into the walls (yellow color). You must use vim motions to jump over them.

aerosol commented 6 years ago

Thanks!