From 8b1e7f3286304f0e962ebc88c02a01c537228ae7 Mon Sep 17 00:00:00 2001 From: Dave Wongillies Date: Wed, 27 Mar 2013 14:20:08 +1100 Subject: [PATCH] Update README.md Should be vim:filetype=i3, not vim:syntax=i3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2345306..0c36d53 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a [Vim](http://vim.org) syntax file for [i3](http://i3wm.org/) config fi You can install it using a Vim plugin manager ([Vundle], [Pathogen], …) or just by putting [i3.vim][i3vim] in your `~/.vim/syntax` directory. -I recommend you to add `# vim:set syntax=i3` at the end of your i3 config file, unless you really want to type `:set syntax=i3` every time you edit this file. +I recommend you to add `# vim:filetype=i3` at the end of your i3 config file, unless you really want to type `:set filetype=i3` every time you edit this file. ## Todo