https://github.com/mudge/caesar.vim
A Vim plugin to convert numbers to Roman numerals used to demonstrate testing Vim script during Vim London, February 2013.
https://github.com/mudge/caesar.vim
Last synced: 1 day ago
JSON representation
A Vim plugin to convert numbers to Roman numerals used to demonstrate testing Vim script during Vim London, February 2013.
- Host: GitHub
- URL: https://github.com/mudge/caesar.vim
- Owner: mudge
- Created: 2013-02-24T17:38:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-24T19:12:05.000Z (over 13 years ago)
- Last Synced: 2026-04-27T12:05:57.510Z (2 months ago)
- Language: Ruby
- Homepage: https://speakerdeck.com/mudge/testing-vimscript-with-vimrunner
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caesar.vim
As presented in [Testing Vimscript with Vimrunner][0] for [Vim London,
February 2013][1], `caesar.vim` is a simple Vim plugin used to demonstrate
[Vimrunner][2] as a means of test-driving Vim script.
The plugin converts Arabic numbers (e.g. 1, 2, 5, etc.) into Roman numerals
(I, II, V, etc.) via `caesar#ToRoman()` and comes with a default binding of
`Ctrl+R` to convert the number under the cursor.
[0]: https://speakerdeck.com/mudge/testing-vimscript-with-vimrunner
[1]: http://www.meetup.com/Vim-London/events/102114102/
[2]: https://github.com/AndrewRadev/vimrunner