" Vim filetype plugin for using emacs verilog-mode " Last Change: 2007 April 27 " Maintainer: Seong Kang " License: This file is placed in the public domain. if exists("loaded_verilog_emacsauto") finish endif let loaded_verilog_emacsauto = 1 if !hasmapto('VerilogEmacsAutoAdd') map a VerilogEmacsAutoAdd endif if !hasmapto('VerilogEmacsAutoDelete') map d VerilogEmacsAutoDelete endif noremap