applidium / Vim

Port of the Vim text editor to the iOS
https://applidium.com/en
533 stars 100 forks source link

space space #19

Closed broomdodger closed 6 years ago

broomdodger commented 11 years ago

ios6 iphone 3gs and 5 with vim using on screen keyboard

Insert or normal mode.

Typing a space after a space. The first space will insert a space. The second space will insert the character above the portion of the spacebar touched.

Ecco commented 11 years ago

Wow, this is both true and super weird!

jaywilliams commented 11 years ago

It's probably because iOS is inserting a period on the second space.

Ecco commented 11 years ago

That's what I thought. I disabled "auto-capitalize and add a dot for two spaces" and could still reproduce the issue though.

PatrickNLT commented 10 years ago

It seems that this issue occurs only on iOS 6. Did anybody reproduce it on iOS 5 or iOS 7?