sponsor Vim development Vim logo Vim Book Ad

uc.vim : filetype plugin for Intel Microcode

 script karma  Rating 0/0, Downloaded by 499  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
 

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
uc.vim 0.01 2004-07-24 6.0 wei Gui Initial upload
ip used for rating: 3.15.202.4

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