ap / vim-buftabline

Forget Vim tabs – now you can have buffer tabs
http://www.vim.org/scripts/script.php?script_id=5057
MIT License
782 stars 75 forks source link

docs: fix vim error 21 when opening help file #1

Closed vyp closed 9 years ago

vyp commented 9 years ago

Attempting to open the documentation with :help buftabline in vim results in the following error being displayed:

Error detected while processing modelines:
line 123:
E21: Cannot make changes, 'modifiable' is off: fenc=utf-8

Removing 'fenc=utf-8' from the help file fixes the error as help files are by default unmodifiable.


Do you get this when you try to open the documentation for this plugin? Because otherwise it's probably an issue with my vim installation and this pr should be ignored.

vyp commented 9 years ago

No worries thanks.