view runtime/ftplugin/systemverilog.vim @ 14292:f331b62627db v8.1.0162

patch 8.1.0162: Danish and German man pages are not installed commit https://github.com/vim/vim/commit/08505312fe1ad3b843f95282bff9b0fbbbea508d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 22:26:54 2018 +0200 patch 8.1.0162: Danish and German man pages are not installed Problem: Danish and German man pages are not installed. (Tony Mechelynck) Solution: Adjust the makefile
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 22:30:06 +0200
parents 1dea14d4c738
children 840665e74421
line wrap: on
line source

" Vim filetype plugin file
" Language:    SystemVerilog
" Maintainer:  kocha <kocha.lsifrontend@gmail.com>
" Last Change: 12-Aug-2013. 

if exists("b:did_ftplugin")
  finish
endif

" Behaves just like Verilog
runtime! ftplugin/verilog.vim