vim-fx602p Code
This is a syntax bundle for the FX-602P series of pocket calculators.
Brought to you by:
krischik
| File | Date | Author | Commit |
|---|---|---|---|
| autoload | 2022-10-02 |
|
[8d160b] Move to deim compatbile github repository |
| ftdetect | 2022-10-02 |
|
[8d160b] Move to deim compatbile github repository |
| ftplugin | 2022-10-02 |
|
[8d160b] Move to deim compatbile github repository |
| syntax | 2022-10-02 |
|
[8d160b] Move to deim compatbile github repository |
| .gitattributes | 2022-10-02 |
|
[a49037] Add initial release. |
| .gitignore | 2022-10-02 |
|
[a49037] Add initial release. |
| .gitmodules | 2022-10-06 |
|
[e547ae] Fix code block in wiki. |
| LICENSE | 2022-10-02 |
|
[b9d745] Initial commit |
| README.mediawiki | 2022-10-06 |
|
[e547ae] Fix code block in wiki. |
= FX-602P Bundle =
This is a mirror of http://www.vim.org/scripts/script.php?script_id=6031
== Description ==
This is a syntax bundle for the FX-602P series of pocket calculators. It is uses the syntax by the FX-603P serial interface and has optional support for the syntax used by FP-10 printer.
== Installation ==
Install from https://github.com/krischik/vim-fx602p using dein (https://github.com/Shougo/dein.vim) or similar:
call dein#begin('$HOME/vimfiles/bundles')
call dein#add('krischik/vim-fx602p')
call dein#end()
call dein#install()
== References ==
{|
|+ FX-602P Bundle
|-
| Vim-Script || https://www.vim.org/scripts/script.php?script_id=6031
|-
| Source || https://github.com/krischik/vim-fx602p
|-
| Wiki || https://github.com/krischik/vim-fx602p/wiki
|-
| Releases || https://github.com/krischik/vim-fx602p/releases
|-
| Issues || https://github.com/krischik/vim-fx602p/issues
|-
| Discussions || https://github.com/krischik/vim-fx602p/discussions
|}
==Comments==
/* vim: set textwidth=0 wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : */
/* vim: set filetype=mediawiki fileencoding=utf8 fileformat=unix foldmethod=marker : */
/* vim: set nospell spelllang=en_gb : */