comparison rc/vimrc @ 575:139862f791aa

Less is two spaces as well.
author nanaya <me@myconan.net>
date Mon, 07 Sep 2015 16:52:54 +0900
parents 562fff349744
children 28bd58aaa0ab
comparison
equal deleted inserted replaced
574:562fff349744 575:139862f791aa
109 109
110 autocmd FileType coffee call In2() 110 autocmd FileType coffee call In2()
111 autocmd FileType eruby call In2() 111 autocmd FileType eruby call In2()
112 autocmd FileType ruby call In2() 112 autocmd FileType ruby call In2()
113 autocmd FileType scss call In2() 113 autocmd FileType scss call In2()
114 autocmd FileType less call In2()
114 autocmd FileType yaml call In2() 115 autocmd FileType yaml call In2()
115 endif 116 endif
116 117
117 if has('autocmd') 118 if has('autocmd')
118 "Restore cursor position 119 "Restore cursor position