view runtime/ftplugin/scss.vim @ 4327:0d3573091d42 v7.3.913

updated for version 7.3.913 Problem: Still a crash when writing viminfo. Solution: Add checks for NULL pointers. (Ron Aaron)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 15:39:11 +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: