Mercurial > vim
view runtime/ftplugin/scss.vim @ 5341:09361f13580b v7.4.023
updated for version 7.4.023
Problem: Compiler warning on 64 bit windows.
Solution: Add type cast. (Mike Williams)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 07 Sep 2013 16:35:42 +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: