Mercurial > vim
annotate runtime/tools/README.txt @ 28283:2fd2ce8a556c v8.2.4667
patch 8.2.4667: expandcmd() fails on an error
Commit: https://github.com/vim/vim/commit/5018a836c030988944a9bbe2fd2e538bf5261a72
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Sat Apr 2 21:12:21 2022 +0100
patch 8.2.4667: expandcmd() fails on an error
Problem: expandcmd() fails on an error.
Solution: On failure return the command unmodified. (yegappan Lakshmanan,
closes #10063)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Apr 2022 22:15:03 +0200 |
parents | ccd16426a1f9 |
children |
rev | line source |
---|---|
7 | 1 Some tools that can be used with Vim: |
2 | |
3 blink.c: C program to make the cursor blink in an xterm. | |
4 | |
5 ccfilter*: C program to filter the output of a few compilers to a common | |
6 QuickFix format. | |
7 | |
8 efm_filter.*: Perl script to filter compiler messages to QuickFix format. | |
9 | |
10 efm_perl.pl: Perl script to filter error messages from the Perl interpreter | |
11 for use with Vim quickfix mode. | |
12 | |
13 mve.* Awk script to filter error messages to QuickFix format. | |
14 | |
15 pltags.pl: Perl script to create a tags file from Perl scripts. | |
16 | |
17 ref: Shell script for the K command. | |
18 | |
19 shtags.*: Perl script to create a tags file from a shell script. | |
20 | |
21 vim132: Shell script to edit in 132 column mode on vt100 compatible | |
22 terminals. | |
23 | |
24 vimm: Shell script to start Vim on a DEC terminal with mouse | |
25 enabled. | |
26 | |
27 vimspell.*: Shell script for highlighting spelling mistakes. | |
28 | |
29 vim_vs_net.cmd: MS-Windows command file to use Vim with MS Visual Studio 7 and | |
30 later. | |
31 | |
32 xcmdsrv_client.c: Example for a client program that communicates with a Vim | |
33 server through the X-Windows interface. | |
34 | |
2041
d5867fd6b2b7
updated for version 7.2.330
Bram Moolenaar <bram@zimbu.org>
parents:
572
diff
changeset
|
35 unicode.vim Vim script to generate tables for src/mbyte.c. |
d5867fd6b2b7
updated for version 7.2.330
Bram Moolenaar <bram@zimbu.org>
parents:
572
diff
changeset
|
36 |
18912
ccd16426a1f9
patch 8.2.0017: OS/2 and MS-DOS are still mentioned
Bram Moolenaar <Bram@vim.org>
parents:
2041
diff
changeset
|
37 [xxd can be found in the src directory] |