uc.vim : filetype plugin for Intel Microcode
| script karma |
Rating 0/0,
Downloaded by 634 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| wei Gui |
| |
| script type |
| ftplugin |
| |
| description |
| filetype plugin for Microcode |
| |
| install details |
in the distribution, place the downloaded uc.vim in your ftplugin directory (e.g. on windows vimfiles/ftplugin or on unix .vim/ftplugin).
Create a file \"filetype.vim\" which contains an autocommand for your filetype.
(Autocommands were explained in section |40.3|.) Example: >
augroup filetypedetect
au BufNewFile,BufRead *.uc setf uc
augroup END |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|