Emphasize that some OSes ship with custom defaults

This commit is contained in:
Arminius 2019-06-11 16:18:12 +00:00 committed by GitHub
parent a9901b6ccf
commit 92c6d4505a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -54,8 +54,11 @@ Details
-------
The modeline feature allows to specify custom editor options near the start or
end of a file. This feature is enabled by default and applied to all file types,
including plain `.txt`. A typical modeline:
end of a file. This feature is enabled by default and applied to all file
types, including plain `.txt`. (Note that some OSes ship with a custom vimrc
that explicitly sets `nomodelines`, e.g. Debian. So if you use their custom
default vimrc instead of Vim's native defaults, you're safe.) A typical
modeline:
/* vim: set textwidth=80 tabstop=8: */