comparison runtime/compiler/sass.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents 2b11ac90d9e9
children e1df51f68736
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
1 " Vim compiler file 1 " Vim compiler file
2 " Compiler: Sass 2 " Compiler: Sass
3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org> 3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4 " Last Change: 2013 May 30 4 " Last Change: 2016 Aug 29
5 5
6 if exists("current_compiler") 6 if exists("current_compiler")
7 finish 7 finish
8 endif 8 endif
9 let current_compiler = "sass" 9 let current_compiler = "sass"
13 endif 13 endif
14 14
15 let s:cpo_save = &cpo 15 let s:cpo_save = &cpo
16 set cpo-=C 16 set cpo-=C
17 17
18 CompilerSet makeprg=sass\ -c 18 CompilerSet makeprg=sass
19 19
20 CompilerSet errorformat= 20 CompilerSet errorformat=
21 \%f:%l:%m\ (Sass::Syntax%trror), 21 \%f:%l:%m\ (Sass::Syntax%trror),
22 \%ESyntax\ %trror:%m, 22 \%ESyntax\ %trror:%m,
23 \%C%\\s%\\+on\ line\ %l\ of\ %f, 23 \%C%\\s%\\+on\ line\ %l\ of\ %f,