Mercurial > vim
view runtime/ftplugin/scss.vim @ 5778:22a1d5762ba3 v7.4.233
updated for version 7.4.233
Problem: Escaping special characters for using "%" with a shell command is
inconsistant, parenthesis are escaped but spaces are not.
Solution: Only escape "!". (Gary Johnson)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 01 Apr 2014 18:54:48 +0200 |
parents | 8f017e31750f |
children | 43efa4f5a8ea |
line wrap: on
line source
" Vim filetype plugin " Language: SCSS " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2010 Jul 26 if exists("b:did_ftplugin") finish endif runtime! ftplugin/sass.vim " vim:set sw=2: