sponsor Vim development Vim logo Vim Book Ad

syntax for verilog 2001 : set vim for verilog

 script karma  Rating 1/1, Downloaded by 1593  Comments, bugs, improvements  Vim wiki

created by
homway cheng
 
script type
syntax
 
description
au BufNewFile,BufRead *.vt set filetype=verilog
set fileencodings=utf8
set fileformat=unix
syntax on
set nu
set ruler
set shortmess=atI
set expandtab  
set smarttab  
set shiftwidth=4  
set tabstop=4

map <F3> :s/\s\+$//<CR>                             "delete line space
map <F4> :s/\s\+$//<CR>:wq<CR>               "delete line space save and quit
map! <F1> //                                                 "mark


"automatic completion symbol
inoremap ( ()<ESC>i        
inoremap [ []<ESC>i
inoremap { {}<ESC>i
inoremap < <><ESC>i
 
install details
make file .vimrc;copy these to it.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
.vimrc 0.2.1 2016-10-22 7.3 homway cheng add description
setvim.txt 0.2 2016-10-16 7.3 homway cheng add automatic completion symbol
setvim.txt 0.1 2016-10-09 6.0 homway cheng Initial upload
ip used for rating: 3.12.36.30

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github