Mercurial > vim
view runtime/ftplugin/less.vim @ 19100:91bb12995034 v8.2.0110
patch 8.2.0110: prop_find() is not implemented
Commit: https://github.com/vim/vim/commit/e05a89ac6399a8c7d164c99fdab6841d999a9128
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 10 19:56:46 2020 +0100
patch 8.2.0110: prop_find() is not implemented
Problem: prop_find() is not implemented.
Solution: Implement prop_find(). (Ryan Hackett, closes https://github.com/vim/vim/issues/5421, closes https://github.com/vim/vim/issues/4970)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 10 Jan 2020 20:00:04 +0100 |
parents | 11d78e58a487 |
children |
line wrap: on
line source
" Vim filetype plugin " Language: less " Maintainer: Alessandro Vioni <jenoma@gmail.com> " URL: https://github.com/genoma/vim-less " Last Change: 2014 November 24 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl cms< def< inc< inex< ofu< sua<" setlocal formatoptions-=t formatoptions+=croql setlocal comments=:// commentstring=//\ %s setlocal omnifunc=csscomplete#CompleteCSS setlocal suffixesadd=.less