fidian / hexmode

Vim plugin to edit binary files in a hex mode automatically.
147 stars 19 forks source link

Use buffer local versions of option variables. #14

Closed chaoren closed 8 years ago

chaoren commented 8 years ago

This allows editing binary and regular files in the same session.

fidian commented 8 years ago

Thanks for the update. Seems to work for me. I'm a little bit cautious about those readonly and modifiable flags so perhaps I will need to do some more testing.