guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

moving up/down with "jk" in command mode opens folded blocks #247

Open srusskih opened 11 years ago

srusskih commented 11 years ago
  1. Close fold(s) (Ctrl+k, Ctrl+1)
  2. Move up/down with "jk" between folded blocks

Expected: Folded blocks still closed

Actual: Folded blocks become opened

--- Want to back this issue? **[Place a bounty on it!](https://www.bountysource.com/issues/798521-moving-up-down-with-jk-in-command-mode-opens-folded-blocks?utm_campaign=plugin&utm_content=tracker%2F204305&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F204305&utm_medium=issues&utm_source=github).
guillermooo commented 11 years ago

Must count folded rows between start/end points. At the moment we're only counting folded rows at start and end.

srusskih commented 11 years ago

Works great. Thanks!

guillermooo commented 11 years ago

There's some work left to do. Let's leave this open for a while.

srusskih commented 11 years ago

Sorry :)