Mercurial > vim
view runtime/ftplugin/scss.vim @ 5353:2d3fbc68b3a8 v7.4.029
updated for version 7.4.029
Problem: An error in a pattern is reported twice.
Solution: Remove the retry with the backtracking engine, it won't work.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 19 Sep 2013 17:04:01 +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: