| syntax for verilog 2001 : set vim for verilog 
 
 
  | script karma | Rating 1/1,
    Downloaded by 1976 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| 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. |  |  |  
Click on the package to download.
 
ip used for rating: 216.73.216.155 |