momodalo / vimtouch

vimtouch
Apache License 2.0
351 stars 71 forks source link

formatoptions 'j' error #77

Closed NQNStudios closed 1 week ago

NQNStudios commented 9 years ago

I've found a way to transfer my complete Vim runtime from my computer to my phone using a Bash script I wrote. Plugins and all.

The problem is that my runtime configuration (created for PCs) introduces several bugs that basically break VimTouch beyond recognition. I'm going through and testing to see which specific settings and commands are the offenders, and we'll see if I find any other problems where VimTouch is to blame, not my computer-specific settings.

For now, I've discovered this: the following line, which works fine on desktop Vim, produces an error in VimTouch:

set formatoptions=cqrnj1

The error message:

E539: Illegal character <j>: formatoptions=cqrnj1

Presumably this is the fault of a bug or a missing feature in VimTouch?