diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-06-11 16:52:26 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-06-11 16:52:26 +0200 |
commit | 7ffa793f199f457beac69fe4412734bd28dc0bbf (patch) | |
tree | f493fa7a3fd7b4ef322b99b7f422ad7c497ee2da /ftplugin | |
parent | 4203435c48adfec7950f5b9ab745e87c5296e486 (diff) | |
download | vim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.tar.gz vim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.zip |
Update
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/less.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftplugin/less.vim b/ftplugin/less.vim index b6eaf6a3..c4da0a58 100644 --- a/ftplugin/less.vim +++ b/ftplugin/less.vim @@ -13,12 +13,13 @@ let b:did_ftplugin = 1 let b:undo_ftplugin = "setl cms< def< inc< inex< ofu< sua<" setlocal iskeyword+=- -setlocal commentstring=//\ %s +setlocal commentstring=//%s setlocal define=^\\s*\\%(@mixin\\\|=\\) setlocal includeexpr=substitute(v:fname,'\\%(.*/\\\|^\\)\\zs','_','') setlocal omnifunc=csscomplete#CompleteCSS setlocal suffixesadd=.less -setlocal comments=s1:/*,mb:*,ex:*/ +setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,:// +setlocal fo=jcroql let &l:include = '^\s*@import\s\+\%(url(\)\=["'']\=' |