Mercurial > vim
view runtime/indent/raml.vim @ 20454:070c8a22261d v8.2.0781
patch 8.2.0781: compiler warning for not using value in Lua
Commit: https://github.com/vim/vim/commit/9309eb2f28e6ee346c2a5deaa6f9c2b36578522e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 17 16:53:56 2020 +0200
patch 8.2.0781: compiler warning for not using value in Lua
Problem: Compiler warning for not using value in Lua.
Solution: Add "(void)".
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 17 May 2020 17:00:03 +0200 |
parents | 2b30a2b4bde2 |
children |
line wrap: on
line source
" Vim indent file " Language: RAML (RESTful API Modeling Language) " Maintainer: mucheng <leisurelicht@gmail.com> " License: VIM LICENSE " Latest Revision: 2018-11-03 if exists("b:did_indent") finish endif " Same as yaml indenting. runtime! indent/yaml.vim