blob: 61066c5a56735921ad546088fe014a47b1db9d65 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001The macros in the maze, hanoi and urm directories can be used to test Vim for
2vi compatibility. They have been written for vi to show its unlimited
3possibilities. The life macros can be used for performance comparisons.
4
5hanoi Macros that solve the tower of hanoi problem.
6life Macros that run Conway's game of life.
7maze Macros that solve a maze (amazing!).
8urm Macros that simulate a simple computer: "Universal Register Machine"
9
10
11The other files contain some handy utilities. They also serve as examples for
12how to use Vi and Vim functionality.
13
14dvorak for when you use a Dvorak keyboard
15justify.vim user function for justifying text
16matchit.vim + matchit.txt make % match if-fi, HTML tags, and much more
17less.sh + less.vim make Vim work like less (or more)
18shellmenu.vim menus for editing shell scripts in the GUI version
19swapmous.vim swap left and right mouse buttons
20
21This one is only for Unix. It can be found in the extra archive:
22file_select.vim macros that make a handy file selector