Start anew
[msysgit.git] / share / vim / vim58 / macros / README.txt
blob2fc2672e7ced2dec9da2f491541ec26a278c5019
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.
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"
11 The other files contain some handy utilities.  They also serve as examples for
12 how to use Vi and Vim functionality.
14 diffwin.vim     show the differences of two windows
15 dvorak          for when you use a Dvorak keyboard
16 explorer.vim    file browser
17 html            macros for editing HTML files
18 justify.vim     user function for justifying text
19 shellmenu.vim   menus for editing shell scripts in the GUI version
20 swapmous.vim    swap left and right mouse buttons
22 This one is only for Unix.  It can be found in the extra archive:
23 file_select.vim   macros that make a handy file selector