Links
- vimdoc: modeline
- Description and format for modelines.
- vimdoc: 'modeline'
- Bufferlocal variable to enable/disable modeline suppport.
- vimdoc: 'modelines'
- The number of lines that are checked for set commands.
- Default: 5
Examples
# vim: set tw=60 shiftwidth=4 tabstop=4 filetype=mkd : Vim modeline
Compatible with emacs.
# -*- mode: python; -*- vim: set filetype=python: