Mercurial > vim
view runtime/indent/testdir/html.in @ 15681:ef9c89680e7f v8.1.0848
patch 8.1.0848: cannot build with Ruby 1.8
commit https://github.com/vim/vim/commit/b191be2f0000bf1de09a79226cfd405d9387caa3
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 30 21:00:12 2019 +0100
patch 8.1.0848: cannot build with Ruby 1.8
Problem: Cannot build with Ruby 1.8. (Tom G. Christensen)
Solution: Use rb-str_new2(). (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3883,
closes #3884)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 30 Jan 2019 21:15:06 +0100 |
parents | bc1a8d21c811 |
children | 59f93c2d2551 |
line wrap: on
line source
" vim: set ft=html sw=4 : " START_INDENT <div> <div> text </div> </div> <div class="foo bar"> text </div> <div class="foo bar" data="something"> text </div> <div class="foo bar"> text </div> " END_INDENT