blob: ce61cd361adaab2b94cd63ec7dd15a63166a5837 [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
Bram Moolenaar292ad192005-12-11 21:29:51 +000015
Bram Moolenaar071d4272004-06-13 20:20:40 +000016justify.vim user function for justifying text
Bram Moolenaar292ad192005-12-11 21:29:51 +000017
Bram Moolenaar071d4272004-06-13 20:20:40 +000018matchit.vim + matchit.txt make % match if-fi, HTML tags, and much more
Bram Moolenaar292ad192005-12-11 21:29:51 +000019
Bram Moolenaar071d4272004-06-13 20:20:40 +000020less.sh + less.vim make Vim work like less (or more)
Bram Moolenaar292ad192005-12-11 21:29:51 +000021
Bram Moolenaar071d4272004-06-13 20:20:40 +000022shellmenu.vim menus for editing shell scripts in the GUI version
Bram Moolenaar292ad192005-12-11 21:29:51 +000023
Bram Moolenaar071d4272004-06-13 20:20:40 +000024swapmous.vim swap left and right mouse buttons
25
Bram Moolenaar292ad192005-12-11 21:29:51 +000026editexisting.vim when editing a file that is already edited with
27 another Vim instance
28
Bram Moolenaar071d4272004-06-13 20:20:40 +000029This one is only for Unix. It can be found in the extra archive:
30file_select.vim macros that make a handy file selector