comparison runtime/macros/README.txt @ 8777:a345060d671a v7.4.1677

commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 22:05:47 2016 +0200 patch 7.4.1677 Problem: A reference to the removed file_select plugin remains. Solution: Remove it.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 22:15:07 +0200
parents d5136647ce31
children
comparison
equal deleted inserted replaced
8776:5795cbf14d9c 8777:a345060d671a
6 life Macros that run Conway's game of life. 6 life Macros that run Conway's game of life.
7 maze Macros that solve a maze (amazing!). 7 maze Macros that solve a maze (amazing!).
8 urm Macros that simulate a simple computer: "Universal Register Machine" 8 urm Macros that simulate a simple computer: "Universal Register Machine"
9 9
10 10
11
11 The other files contain some handy utilities. They also serve as examples for 12 The other files contain some handy utilities. They also serve as examples for
12 how to use Vi and Vim functionality. 13 how to use Vi and Vim functionality.
13 14
14 less.sh + less.vim make Vim work like less (or more) 15 less.sh + less.vim make Vim work like less (or more)
15 16
16 17
17 This one is only for Unix.
18 file_select.vim macros that make a handy file selector
19
20 18
21 The following have been moved to an optional package. Add the command to your 19 The following have been moved to an optional package. Add the command to your
22 vimrc file to use the package: 20 vimrc file to use the package:
23 21
24 packadd! dvorak Dvorak keyboard support; adds mappings 22 packadd! dvorak " Dvorak keyboard support; adds mappings
25 23
26 packadd! editexisting when editing a file that is already edited with 24 packadd! editexisting " when editing a file that is already edited with
27 another Vim instance, go to that Vim instance 25 " another Vim instance, go to that Vim instance
28 26
29 packadd! justify justifying text. 27 packadd! justify " justifying text.
30 28
31 packadd! matchit makes the % command work better 29 packadd! matchit " makes the % command work better
32 30
33 packadd! shellmenu menus for editing shell scripts in the GUI version 31 packadd! shellmenu " menus for editing shell scripts in the GUI version
34 32
35 packadd! swapmouse swap left and right mouse buttons 33 packadd! swapmouse " swap left and right mouse buttons