comparison runtime/macros/README.txt @ 7:3fc0f57ecb91 v7.0001

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