aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
diff options
context:
space:
mode:
authorPavel Platto <hinidu@gmail.com>2014-06-06 10:55:54 +0300
committerPavel Platto <hinidu@gmail.com>2014-08-02 09:16:59 +0300
commitb2b920f20e7690fd4e5a800f89723409a3438768 (patch)
tree5b8e092b980b7a6e9a174d592972b58018cae0e7 /src/nvim/api/buffer.c
parent77cb6551a69108dc734608a18d2305fe57ebd2f2 (diff)
downloadrneovim-b2b920f20e7690fd4e5a800f89723409a3438768.tar.gz
rneovim-b2b920f20e7690fd4e5a800f89723409a3438768.tar.bz2
rneovim-b2b920f20e7690fd4e5a800f89723409a3438768.zip
Remove FEAT_OSFILETYPE
Feature description from Vim documentation: NOTE: this code is currently disabled, as the RISC OS implementation was removed. In the future this will use the 'filetype' option. On operating systems which support storing a file type with the file, you can specify that an autocommand should only be executed if the file is of a certain type. The actual type checking depends on which platform you are running Vim on; see your system's documentation for details. To use osfiletype checking in an autocommand you should put a list of types to match in angle brackets in place of a pattern, like this: > :au BufRead *.html,<&faf;HTML> runtime! syntax/html.vim This will match: - Any file whose name ends in ".html" - Any file whose type is "&faf" or "HTML", where the meaning of these types depends on which version of Vim you are using. Unknown types are considered NOT to match.
Diffstat (limited to 'src/nvim/api/buffer.c')
0 files changed, 0 insertions, 0 deletions