An open API service indexing awesome lists of open source software.

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.

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