sponsor Vim development Vim logo Vim Book Ad

VIM syntax highlighting & filetype plugi : Makes for easier writing and viewing of HP-25 calculator program files

 script karma  Rating 9/3, Downloaded by 879  Comments, bugs, improvements  Vim wiki

created by
Geir Isene
 
script type
ftplugin
 
description
HP-25: SYNTAX AND FILETYPE PLUGIN
=================================

VIM SYNTAX HIGHLIGHTING FOR HP-25 PROGRAM FILES (\*.25)

  The HP-25 syntax highlighting goes well with the HP-25 file type plugin to facilitate easy writing of HP-25 programs in VIM.

  INSTALL DETAILS

    Drop the hp25.vim syntax file into your .vim/syntax/ directory and register the file globally or add to your .vimrc file:

    `autocmd BufRead,BufNewFile *.25 :source ~/.vim/syntax/hp25.vim`

    Then all files with the .25 extesion will be highlighted appropriately.

VIM FILETYPE PLUGIN FOR HP-25 PROGRAM FILES (\*.25)

  This ftplugin has the following features:

  Auto-line-numbering: Upon pressing <CR> after a line, the next line has the correct line number. It even renumbers the whole file automatically. So, if you add new lines in the middle of a program, it renumbers the whole file. If you delete a line, just hit Enter to renumber the file (either in Normal or Insert mode)

  INSTALL DETAILS

    Drop the hp25.vim syntax file into your .vim/ftplugin/ directory and register the file globally or add to your .vimrc file:

    `autocmd BufRead,BufNewFile *.25 :source ~/.vim/ftplugin/hp25.vim`

...and you are ready for easy HP-25 program writing.
 
install details
 

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
hp-25.vmb 0.2 2017-02-13 7.0 Geir Isene Initial upload
ip used for rating: 44.220.131.93

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