comparison runtime/macros/README.txt @ 8775:d5136647ce31 v7.4.1676

commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 21:26:47 2016 +0200 patch 7.4.1676 Problem: The shellmenu plugin has to be copied or sourced to be used. Solution: Turn it into a package.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 21:30:10 +0200
parents 08944b17c29c
children a345060d671a
comparison
equal deleted inserted replaced
8774:905f5a8ae52e 8775:d5136647ce31
10 10
11 The other files contain some handy utilities. They also serve as examples for 11 The other files contain some handy utilities. They also serve as examples for
12 how to use Vi and Vim functionality. 12 how to use Vi and Vim functionality.
13 13
14 less.sh + less.vim make Vim work like less (or more) 14 less.sh + less.vim make Vim work like less (or more)
15
16 shellmenu.vim menus for editing shell scripts in the GUI version
17 15
18 16
19 This one is only for Unix. 17 This one is only for Unix.
20 file_select.vim macros that make a handy file selector 18 file_select.vim macros that make a handy file selector
21 19
30 28
31 packadd! justify justifying text. 29 packadd! justify justifying text.
32 30
33 packadd! matchit makes the % command work better 31 packadd! matchit makes the % command work better
34 32
33 packadd! shellmenu menus for editing shell scripts in the GUI version
34
35 packadd! swapmouse swap left and right mouse buttons 35 packadd! swapmouse swap left and right mouse buttons