Mercurial > vim
view runtime/ftplugin/wast.vim @ 16489:42910f306377 v8.1.1248
patch 8.1.1248: no test for dec mouse
commit https://github.com/vim/vim/commit/92fd599e0d85bdd7462926b2e5bcf7ce65fccc50
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 2 23:00:22 2019 +0200
patch 8.1.1248: no test for dec mouse
Problem: No test for dec mouse.
Solution: Add some tests for dec mouse. Add "no_query_mouse".
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 02 May 2019 23:15:06 +0200 |
parents | 172f18a3a6cd |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: WebAssembly " Maintainer: rhysd <lin90162@yahoo.co.jp> " Last Change: Jul 29, 2018 " For bugs, patches and license go to https://github.com/rhysd/vim-wasm if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal comments=s:(;,e:;),:;; setlocal commentstring=(;%s;) setlocal formatoptions-=t setlocal iskeyword+=$,.,/ let b:undo_ftplugin = "setlocal comments< commentstring< formatoptions< iskeyword<"