annotate runtime/doc/version7.txt @ 2527:a89f8c036bc5 vim73

Version 7.3e -> 7.3f.
author Bram Moolenaar <bram@vim.org>
date Mon, 09 Aug 2010 20:16:32 +0200
parents aa7ac7a26620
children 84ba6293f9d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2527
a89f8c036bc5 Version 7.3e -> 7.3f.
Bram Moolenaar <bram@vim.org>
parents: 2524
diff changeset
1 *version7.txt* For Vim version 7.3f. Last change: 2010 Aug 08
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 VIM REFERENCE MANUAL by Bram Moolenaar
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
2202
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
6 *vim7* *version-7.0* *version7.0*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 Welcome to Vim 7! A large number of features has been added. This file
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 mentions all the new items, changes to existing features and bug fixes
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
9 since Vim 6.x. Use this command to see the version you are using: >
141
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
10 :version
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 See |vi_diff.txt| for an overview of differences between Vi and Vim 7.0.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 See |version4.txt| for differences between Vim 3.x and Vim 4.x.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 See |version5.txt| for differences between Vim 4.x and Vim 5.x.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
15 See |version6.txt| for differences between Vim 5.x and Vim 6.x.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
16
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
17 INCOMPATIBLE CHANGES |incompatible-7|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
18
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
19 NEW FEATURES |new-7|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
20
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
21 Vim script enhancements |new-vim-script|
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
22 Spell checking |new-spell|
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
23 Omni completion |new-omni-completion|
306
2c1ffe8953ee updated for version 7.0080
vimboss
parents: 301
diff changeset
24 MzScheme interface |new-MzScheme|
2c1ffe8953ee updated for version 7.0080
vimboss
parents: 301
diff changeset
25 Printing multi-byte text |new-print-multi-byte|
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
26 Tab pages |new-tab-pages|
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
27 Undo branches |new-undo-branches|
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
28 Extended Unicode support |new-more-unicode|
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
29 More highlighting |new-more-highlighting|
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
30 Translated manual pages |new-manpage-trans|
43
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
31 Internal grep |new-vimgrep|
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
32 Scroll back in messages |new-scroll-back|
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
33 Cursor past end of the line |new-onemore|
164
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
34 POSIX compatibility |new-posix|
192
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
35 Debugger support |new-debug-support|
462
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
36 Remote file explorer |new-netrw-explore|
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
37 Define an operator |new-define-operator|
725
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
38 Mapping to an expression |new-map-expression|
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
39 Visual and Select mode mappings |new-map-select|
647
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
40 Location list |new-location-list|
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
41 Various new items |new-items-7|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
42
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
43 IMPROVEMENTS |improvements-7|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
44
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
45 COMPILE TIME CHANGES |compile-changes-7|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
46
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
47 BUG FIXES |bug-fixes-7|
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
48
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
49 VERSION 7.1 |version-7.1|
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
50 Changed |changed-7.1|
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
51 Added |added-7.1|
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
52 Fixed |fixed-7.1|
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
53
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
54 VERSION 7.2 |version-7.2|
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
55 Changed |changed-7.2|
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
56 Added |added-7.2|
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
57 Fixed |fixed-7.2|
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
58
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
59 VERSION 7.3 |version-7.3|
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
60
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
61 Persistent undo |new-persistent-undo|
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
62 More encryption |new-more-encryption|
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
63 Conceal text |new-conceal|
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
64 Lua interface |new-lua|
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
65 Python3 interface |new-python3|
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
66
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
67 Changed |changed-7.3|
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
68 Added |added-7.3|
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
69 Fixed |fixed-7.3|
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
70
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
71 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
72 INCOMPATIBLE CHANGES *incompatible-7*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
73
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
74 These changes are incompatible with previous releases. Check this list if you
141
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
75 run into a problem when upgrading from Vim 6.x to 7.0.
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
76
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
77 A ":write file" command no longer resets the 'modified' flag of the buffer,
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
78 unless the '+' flag is in 'cpoptions' |cpo-+|. This was illogical, since the
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
79 buffer is still modified compared to the original file. And when undoing
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
80 all changes the file would actually be marked modified. It does mean that
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
81 ":quit" fails now.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
82
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
83 ":helpgrep" now uses a help window to display a match.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
84
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
85 In an argument list double quotes could be used to include spaces in a file
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
86 name. This caused a difference between ":edit" and ":next" for escaping
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
87 double quotes and it is incompatible with some versions of Vi.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
88 Command Vim 6.x file name Vim 7.x file name ~
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
89 :edit foo\"888 foo"888 foo"888
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
90 :next foo\"888 foo888 foo"888
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
91 :next a\"b c\"d ab cd a"b and c"d
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
92
100
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
93 In a |literal-string| a single quote can be doubled to get one.
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
94 ":echo 'a''b'" would result in "a b", but now that two quotes stand for one it
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
95 results in "a'b".
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
96
460
7f2d3b3c15a2 updated for version 7.0122
vimboss
parents: 449
diff changeset
97 When overwriting a file with ":w! fname" there was no warning for when "fname"
7f2d3b3c15a2 updated for version 7.0122
vimboss
parents: 449
diff changeset
98 was being edited by another Vim. Vim now gives an error message |E768|.
7f2d3b3c15a2 updated for version 7.0122
vimboss
parents: 449
diff changeset
99
575
f1d46f948241 updated for version 7.0163
vimboss
parents: 572
diff changeset
100 The support for Mac OS 9 has been removed.
f1d46f948241 updated for version 7.0163
vimboss
parents: 572
diff changeset
101
816
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
102 Files ending in .tex now have 'filetype' set to "context", "plaintex", or
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
103 "tex". |ft-tex-plugin|
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
104
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
105
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
106 Minor incompatibilities:
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
107
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
108 For filetype detection: For many types, use */.dir/filename instead of
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
109 ~/.dir/filename, so that it also works for other user's files.
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
110
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
111 For quite a few filetypes the indent settings have been moved from the
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
112 filetype plugin to the indent plugin. If you used: >
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
113 :filetype plugin on
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
114 Then some indent settings may be missing. You need to use: >
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
115 :filetype plugin indent on
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
116
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
117 ":0verbose" now sets 'verbose' to zero instead of one.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
118
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
119 Removed the old and incomplete "VimBuddy" code.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
120
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
121 Buffers without a name report "No Name" instead of "No File". It was
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
122 confusing for buffers with a name and 'buftype' set to "nofile".
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
123
29
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
124 When ":file xxx" is used in a buffer without a name, the alternate file name
865
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
125 isn't set. This avoids creating buffers without a name, they are not useful.
29
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
126
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
127 The "2html.vim" script now converts closed folds to HTML. This means the HTML
865
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
128 looks like it's displayed, with the same folds open and closed. Use "zR", or
279
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
129 "let html_ignore_folding=1", if no folds should appear in the HTML. (partly by
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
130 Carl Osterwisch)
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
131 Diff mode is now also converted to HTML as it is displayed.
29
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
132
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
133 Win32: The effect of the <F10> key depended on 'winaltkeys'. Now it depends
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
134 on whether <F10> has been mapped or not. This allows mapping <F10> without
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
135 changing 'winaltkeys'.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
136
100
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
137 When 'octal' is in 'nrformats' and using CTRL-A on "08" it became "018", which
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
138 is illogical. Now it becomes "9". The leading zero(s) is(are) removed to
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
139 avoid the number becoming octal after incrementing "009" to "010".
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
140
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
141 When 'encoding' is set to a Unicode encoding, the value for 'fileencodings'
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
142 now includes "default" before "latin1". This means that for files with 8-bit
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
143 encodings the default is to use the encoding specified by the environment, if
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
144 possible. Previously latin1 would always be used, which is wrong in a
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
145 non-latin1 environment, such as Russian.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
146
149
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
147 Previously Vim would exit when there are two windows, both of them displaying
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
148 a help file, and using ":quit". Now only the window is closed.
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
149
164
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
150 "-w {scriptout}" only works when {scriptout} doesn't start with a digit.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
151 Otherwise it's used to set the 'window' option.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
152
181
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
153 Previously <Home> and <xHome> could be mapped separately. This had the
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
154 disadvantage that all mappings (with modifiers) had to be duplicated, since
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
155 you can't be sure what the keyboard generates. Now all <xHome> are internally
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
156 translated to <Home>, both for the keys and for mappings. Also for <xEnd>,
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
157 <xF1>, etc.
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
158
237
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
159 ":put" now leaves the cursor on the last inserted line.
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
160
379
d6d6ca943713 updated for version 7.0098
vimboss
parents: 375
diff changeset
161 When a .gvimrc file exists then 'compatible' is off, just like when a ".vimrc"
d6d6ca943713 updated for version 7.0098
vimboss
parents: 375
diff changeset
162 file exists.
d6d6ca943713 updated for version 7.0098
vimboss
parents: 375
diff changeset
163
494
acfe86afd651 updated for version 7.0135
vimboss
parents: 482
diff changeset
164 When making a string upper-case with "vlllU" or similar then the German sharp
acfe86afd651 updated for version 7.0135
vimboss
parents: 482
diff changeset
165 s is replaced with "SS". This does not happen with "~" to avoid backwards
acfe86afd651 updated for version 7.0135
vimboss
parents: 482
diff changeset
166 compatibility problems and because "SS" can't be changed back to a sharp s.
acfe86afd651 updated for version 7.0135
vimboss
parents: 482
diff changeset
167
505
7e6d264ec0a2 updated for version 7.0141
vimboss
parents: 502
diff changeset
168 "gd" previously found the very first occurrence of a variable in a function,
7e6d264ec0a2 updated for version 7.0141
vimboss
parents: 502
diff changeset
169 that could be the function argument without type. Now it finds the position
7e6d264ec0a2 updated for version 7.0141
vimboss
parents: 502
diff changeset
170 where the type is given.
7e6d264ec0a2 updated for version 7.0141
vimboss
parents: 502
diff changeset
171
697
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
172 The line continuation in functions was not taken into account, line numbers in
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
173 errors were logical lines, not lines in the sourced file. That made it
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
174 difficult to locate errors. Now the line number in the sourced file is
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
175 reported, relative to the function start. This also means that line numbers
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
176 for ":breakadd func" are different.
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
177
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
178 When defining a user command with |:command| the special items could be
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
179 abbreviated. This caused unexpected behavior, such as <li> being recognized
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
180 as <line1>. The items can no longer be abbreviated.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
181
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
182 When executing a FileChangedRO autocommand it is no longer allowed to switch
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
183 to another buffer or edit another file. This is to prevent crashes (the event
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
184 is triggered deep down in the code where changing buffers is not anticipated).
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
185 It is still possible to reload the buffer.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
186
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
187 At the |more-prompt| and the |hit-enter-prompt|, when the 'more' option is
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
188 set, the 'k', 'u', 'g' and 'b' keys are now used to scroll back to previous
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
189 messages. Thus they are no longer used as typeahead.
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
190
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
191 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
192 NEW FEATURES *new-7*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
193
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
194 Vim script enhancements *new-vim-script*
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
195 -----------------------
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
196
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
197 In Vim scripts the following types have been added:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
198
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
199 |List| ordered list of items
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
200 |Dictionary| associative array of items
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
201 |Funcref| reference to a function
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
202
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
203 Many functions and commands have been added to support the new types.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
204
97
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
205 The |string()| function can be used to get a string representation of a
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
206 variable. Works for Numbers, Strings and composites of them. Then |eval()|
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
207 can be used to turn the string back into the variable value.
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
208
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
209 The |:let| command can now use "+=", "-=" and ".=": >
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
210 :let var += expr " works like :let var = var + expr
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
211 :let var -= expr " works like :let var = var - expr
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
212 :let var .= string " works like :let var = var . string
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
213
175
c12f39141bbc updated for version 7.0053
vimboss
parents: 170
diff changeset
214 With the |:profile| command you can find out where your function or script
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
215 is wasting time.
175
c12f39141bbc updated for version 7.0053
vimboss
parents: 170
diff changeset
216
634
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
217 In the Python interface vim.eval() also handles Dictionaries and Lists.
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
218 |python-eval| (G. Sumner Hayes)
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
219
795
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
220 The |getscript| plugin was added as a convenient way to update scripts from
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
221 www.vim.org automatically. (Charles Campbell)
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
222
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
223 The |vimball| plugin was added as a convenient way to distribute a set of
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
224 files for a plugin (plugin file, autoload script, documentation). (Charles
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
225 Campbell)
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
226
11
4424b47a0797 updated for version 7.0003
vimboss
parents: 10
diff changeset
227
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
228 Spell checking *new-spell*
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
229 --------------
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
230
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
231 Spell checking has been integrated in Vim. There were a few implementations
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
232 with scripts, but they were slow and/or required an external program.
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
233
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
234 The 'spell' option is used to switch spell checking on or off
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
235 The 'spelllang' option is used to specify the accepted language(s)
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
236 The 'spellfile' option specifies where new words are added
379
d6d6ca943713 updated for version 7.0098
vimboss
parents: 375
diff changeset
237 The 'spellsuggest' option specifies the methods used for making suggestions
323
03b3684919e3 updated for version 7.0084
vimboss
parents: 315
diff changeset
238
2033
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
239 The |]s| and |[s| commands can be used to move to the next or previous error
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
240 The |zg| and |zw| commands can be used to add good and wrong words
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
241 The |z=| command can be used to list suggestions and correct the word
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
242 The |:mkspell| command is used to generate a Vim spell file from word lists
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
243
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
244 The "undercurl" highlighting attribute was added to nicely point out spelling
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
245 mistakes in the GUI (based on patch from Marcin Dalecki).
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
246 The "guisp" color can be used to give it a color different from foreground and
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
247 background.
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
248 The number of possible different highlight attributes was raised from about
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
249 220 to over 30000. This allows for the attributes of spelling to be combined
301
006e9c8a6a8a updated for version 7.0079
vimboss
parents: 294
diff changeset
250 with syntax highlighting attributes. This is also used for syntax
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
251 highlighting and marking the Visual area.
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
252
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
253 Much more info here: |spell|.
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
254
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
255
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
256 Omni completion *new-omni-completion*
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
257 ---------------
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
258
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
259 This could also be called "intellisense", but that is a trademark. It is a
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
260 smart kind of completion. The text in front of the cursor is inspected to
659
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
261 figure out what could be following. This may suggest struct and class
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
262 members, system functions, etc.
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
263
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
264 Use CTRL-X CTRL-O in Insert mode to start the completion. |i_CTRL-X_CTRL-O|
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
265
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
266 The 'omnifunc' option is set by filetype plugins to define the function that
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
267 figures out the completion.
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
268
541
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
269 Currently supported languages:
659
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
270 C |ft-c-omni|
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
271 (X)HTML with CSS |ft-html-omni|
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
272 JavaScript |ft-javascript-omni|
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
273 PHP |ft-php-omni|
829
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
274 Python
838
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
275 Ruby |ft-ruby-omni|
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
276 SQL |ft-sql-omni|
829
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
277 XML |ft-xml-omni|
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
278 any language with syntax highlighting |ft-syntax-omni|
541
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
279
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
280 You can add your own omni completion scripts.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
281
541
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
282 When the 'completeopt' option contains "menu" then matches for Insert mode
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
283 completion are displayed in a (rather primitive) popup menu.
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
284
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
285
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
286 MzScheme interface *new-MzScheme*
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
287 ------------------
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
288
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
289 The MzScheme interpreter is supported. |MzScheme|
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
290
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
291 The |:mzscheme| command can be used to execute MzScheme commands
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
292 The |:mzfile| command can be used to execute an MzScheme script file
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
293
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
294 This depends on Vim being compiled with the |+mzscheme| feature.
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
295
97
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
296
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
297 Printing multi-byte text *new-print-multi-byte*
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
298 ------------------------
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
299
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
300 The |:hardcopy| command now supports printing multi-byte characters when using
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
301 PostScript.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
302
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
303 The 'printmbcharset' and 'printmbfont' options are used for this.
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
304 Also see |postscript-cjk-printing|. (Mike Williams)
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
305
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
306
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
307 Tab pages *new-tab-pages*
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
308 ---------
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
309
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
310 A tab page is a page with one or more windows with a label (aka tab) at the top.
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
311 By clicking on the label you can quickly switch between the tab pages. And
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
312 with the keyboard, using the |gt| (Goto Tab) command. This is a convenient
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
313 way to work with many windows.
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
314
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
315 To start Vim with each file argument in a separate tab page use the |-p|
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
316 argument. The maximum number of pages can be set with 'tabpagemax'.
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
317
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
318 The line with tab labels is either made with plain text and highlighting or
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
319 with a GUI mechanism. The GUI labels look better but are only available on a
839
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
320 few systems. The line can be customized with 'tabline', 'guitablabel' and
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
321 'guitabtooltip'. Whether it is displayed is set with 'showtabline'. Whether
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
322 to use the GUI labels is set with the "e" flag in 'guioptions'.
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
323
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
324 The |:tab| command modifier can be used to have most commands that open a new
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
325 window open a new tab page instead.
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
326
754
3a779b47f235 updated for version 7.0223
vimboss
parents: 747
diff changeset
327 The |--remote-tab| argument can be used to edit a file in a new tab page in an
3a779b47f235 updated for version 7.0223
vimboss
parents: 747
diff changeset
328 already running Vim server.
3a779b47f235 updated for version 7.0223
vimboss
parents: 747
diff changeset
329
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
330 Variables starting with "t:" are local to a tab page.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
331
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
332 More info here: |tabpage|
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
333 Most of the GUI stuff was implemented by Yegappan Lakshmanan.
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
334
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
335
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
336 Undo branches *new-undo-branches*
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
337 -------------
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
338
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
339 Previously there was only one line of undo-redo. If, after undoing a number
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
340 of changes, a new change was made all the undone changes were lost. This
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
341 could lead to accidentally losing work.
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
342
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
343 Vim now makes an undo branch in this situation. Thus you can go back to the
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
344 text after any change, even if they were undone. So long as you do not run
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
345 into 'undolevels', when undo information is freed up to limit the memory used.
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
346
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
347 To be able to navigate the undo branches each change is numbered sequentially.
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
348 The commands |g-| and |:earlier| go back in time, to older changes. The
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
349 commands |g+| and |:later| go forward in time, to newer changes.
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
350
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
351 The changes are also timestamped. Use ":earlier 10m" to go to the text as it
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
352 was about ten minutes earlier.
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
353
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
354 The |:undolist| command can be used to get an idea of which undo branches
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
355 exist. The |:undo| command now takes an argument to directly jump to a
777
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
356 specific position in this list. The |changenr()| function can be used to
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
357 obtain the change number.
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
358
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
359 There is no graphical display of the tree with changes, navigation can be
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
360 quite confusing.
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
361
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
362
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
363 Extended Unicode support *new-more-unicode*
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
364 ------------------------
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
365
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
366 Previously only two combining characters were displayed. The limit is now
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
367 raised to 6. This can be set with the 'maxcombine' option. The default is
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
368 still 2.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
369
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
370 |ga| now shows all combining characters, not just the first two.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
371
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
372 Previously only 16 bit Unicode characters were supported for displaying. Now
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
373 the full 32 bit character set can be used. Unless manually disabled at
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
374 compile time to save a bit of memory.
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
375
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
376 For pattern matching it is now possible to search for individual composing
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
377 characters. |patterns-composing|
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
378
777
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
379 The |8g8| command searches for an illegal UTF-8 byte sequence.
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
380
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
381
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
382 More highlighting *new-more-highlighting*
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
383 -----------------
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
384
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
385 Highlighting matching parens:
694
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
386
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
387 When moving the cursor through the text and it is on a paren, then the
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
388 matching paren can be highlighted. This uses the new |CursorMoved|
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
389 autocommand event.
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
390
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
391 This means some commands are executed every time you move the cursor. If this
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
392 slows you down too much switch it off with: >
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
393 :NoMatchParen
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
394
700
c78d973dce9e updated for version 7.0211
vimboss
parents: 697
diff changeset
395 See |matchparen| for more information.
c78d973dce9e updated for version 7.0211
vimboss
parents: 697
diff changeset
396
c78d973dce9e updated for version 7.0211
vimboss
parents: 697
diff changeset
397 The plugin uses the |:match| command. It now supports three match patterns.
c78d973dce9e updated for version 7.0211
vimboss
parents: 697
diff changeset
398 The plugin uses the third one. The first one is for the user and the second
c78d973dce9e updated for version 7.0211
vimboss
parents: 697
diff changeset
399 one can be used by another plugin.
694
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
400
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
401 Highlighting the cursor line and column:
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
402
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
403 The 'cursorline' and 'cursorcolumn' options have been added. These highlight
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
404 the screen line and screen column of the cursor. This makes the cursor
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
405 position easier to spot. 'cursorcolumn' is also useful to align text. This
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
406 may make screen updating quite slow. The CursorColumn and CursorLine
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
407 highlight groups allow changing the colors used. |hl-CursorColumn|
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
408 |hl-CursorLine|
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
409
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
410 The number of possible different highlight attributes was raised from about
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
411 220 to over 30000. This allows for the attributes of spelling to be combined
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
412 with syntax highlighting attributes. This is also used for syntax
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
413 highlighting, marking the Visual area, CursorColumn, etc.
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
414
694
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
415
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
416 Translated manual pages *new-manpage-trans*
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
417 -----------------------
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
418
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
419 The manual page of Vim and associated programs is now also available in
200
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
420 several other languages.
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
421
237
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
422 French - translated by David Blanchet
200
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
423 Italian - translated by Antonio Colombo
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
424 Russian - translated by Vassily Ragosin
809
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
425 Polish - translated by Mikolaj Machowski
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
426
237
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
427 The Unix Makefile installs the Italian manual pages in .../man/it/man1/,
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
428 .../man/it.ISO8859-1/man1/ and .../man/it.UTF-8/man1/. There appears to be no
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
429 standard for what encoding goes in the "it" directory, the 8-bit encoded file
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
430 is used there as a best guess.
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
431 Other languages are installed in similar places.
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
432 The translated pages are not automatically installed when Vim was configured
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
433 with "--disable-nls", but "make install-languages install-tool-languages" will
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
434 do it anyway.
40
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
435
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
436
43
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
437 Internal grep *new-vimgrep*
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
438 -------------
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
439
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
440 The ":vimgrep" command can be used to search for a pattern in a list of files.
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
441 This is like the ":grep" command, but no external program is used. Besides
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
442 better portability, handling of different file encodings and using multi-line
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
443 patterns, this also allows grepping in compressed and remote files.
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
444 |:vimgrep|.
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
445
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
446 If you want to use the search results in a script you can use the
231
8eec9649b7a2 updated for version 7.0064
vimboss
parents: 222
diff changeset
447 |getqflist()| function.
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
448
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
449 To grep files in various directories the "**" pattern can be used. It expands
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
450 into an arbitrary depth of directories. "**" can be used in all places where
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
451 file names are expanded, thus also with |:next| and |:args|.
445
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
452
43
f55897d6921d updated for version 7.0026
vimboss
parents: 41
diff changeset
453
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
454 Scroll back in messages *new-scroll-back*
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
455 -----------------------
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
456
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
457 When displaying messages, at the |more-prompt| and the |hit-enter-prompt|, The
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
458 'k', 'u', 'g' and 'b' keys can be used to scroll back to previous messages.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
459 This is especially useful for commands such as ":syntax", ":autocommand" and
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
460 ":highlight". This is implemented in a generic way thus it works for all
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
461 commands and highlighting is kept. Only works when the 'more' option is set.
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
462 Previously it only partly worked for ":clist".
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
463
448
dd9db57ee7ce updated for version 7.0118
vimboss
parents: 446
diff changeset
464 The |g<| command can be used to see the last page of messages after you have
dd9db57ee7ce updated for version 7.0118
vimboss
parents: 446
diff changeset
465 hit <Enter> at the |hit-enter-prompt|. Then you can scroll further back.
dd9db57ee7ce updated for version 7.0118
vimboss
parents: 446
diff changeset
466
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
467
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
468 Cursor past end of the line *new-onemore*
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
469 ---------------------------
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
470
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
471 When the 'virtualedit' option contains "onemore" the cursor can move just past
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
472 the end of the line. As if it's on top of the line break.
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
473
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
474 This makes some commands more consistent. Previously the cursor was always
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
475 past the end of the line if the line was empty. But it is far from Vi
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
476 compatible. It may also break some plugins or Vim scripts. Use with care!
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
477
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
478 The patch was provided by Mattias Flodin.
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
479
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
480
164
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
481 POSIX compatibility *new-posix*
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
482 -------------------
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
483
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
484 The POSIX test suite was used to verify POSIX compatibility. A number of
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
485 problems have been fixed to make Vim more POSIX compatible. Some of them
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
486 conflict with traditional Vi or expected behavior. The $VIM_POSIX environment
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
487 variable can be set to get POSIX compatibility. See |posix|.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
488
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
489 Items that were fixed for both Vi and POSIX compatibility:
164
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
490 - repeating "R" with a count only overwrites text once; added the 'X' flag to
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
491 'cpoptions' |cpo-X|
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
492 - a vertical movement command that moves to a non-existing line fails; added
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
493 the '-' flag to 'cpoptions' |cpo--|
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
494 - when preserving a file and doing ":q!" the file can be recovered; added the
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
495 '&' flag to 'cpoptions' |cpo-&|
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
496 - The 'window' option is partly implemented. It specifies how much CTRL-F and
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
497 CTRL-B scroll when there is one window. The "-w {number}" argument is now
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
498 accepted. "-w {scriptout}" only works when {scriptout} doesn't start with a
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
499 digit.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
500 - Allow "-c{command}" argument, no space between "-c" and {command}.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
501 - When writing a file with ":w!" don't reset 'readonly' when 'Z' is present in
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
502 'cpoptions'.
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
503 - Allow 'l' and '#' flags for ":list", ":print" and ":number".
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
504 - Added the '.' flag to 'cpoptions': ":cd" fails when the buffer is modified.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
505 - In Ex mode with an empty buffer ":read file" doesn't keep an empty line
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
506 above or below the new lines.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
507 - Remove a backslash before a NL for the ":global" command.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
508 - When ":append", ":insert" or ":change" is used with ":global", get the
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
509 inserted lines from the command. Can use backslash-NL to separate lines.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
510 - Can use ":global /pat/ visual" to execute Normal mode commands at each
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
511 matched line. Use "Q" to continue and go to the next line.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
512 - The |:open| command has been partially implemented. It stops Ex mode, but
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
513 redraws the whole screen, not just one line as open mode is supposed to do.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
514 - Support using a pipe to read the output from and write input to an external
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
515 command. Added the 'shelltemp' option and has("filterpipe").
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
516 - In ex silent mode the ":set" command output is displayed.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
517 - The ":@@" and ":**" give an error message when no register was used before.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
518 - The search pattern "[]-`]" matches ']', '^', '_' and '`'.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
519 - Autoindent for ":insert" is using the line below the insert.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
520 - Autoindent for ":change" is using the first changed line.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
521 - Editing Ex command lines is not done in cooked mode, because CTRL-D and
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
522 CTRL-T cannot be handled then.
308
74e9d19831c2 updated for version 7.0081
vimboss
parents: 306
diff changeset
523 - In Ex mode, "1,3" prints three lines. "%" prints all lines.
74e9d19831c2 updated for version 7.0081
vimboss
parents: 306
diff changeset
524 - In Ex mode "undo" would undo all changes since Ex mode was started.
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
525 - Implemented the 'prompt' option.
164
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
526
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
527
192
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
528 Debugger support *new-debug-support*
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
529 ----------------
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
530
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
531 The 'balloonexpr' option has been added. This is a generic way to implement
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
532 balloon functionality. You can use it to show info for the word under the
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
533 mouse pointer.
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
534
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
535
462
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
536 Remote file explorer *new-netrw-explore*
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
537 --------------------
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
538
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
539 The netrw plugin now also supports viewing a directory, when "scp://" is used.
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
540 Deleting and renaming files is possible.
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
541
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
542 To avoid duplicating a lot of code, the previous file explorer plugin has been
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
543 integrated in the netrw plugin. This means browsing local and remote files
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
544 works the same way.
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
545
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
546 ":browse edit" and ":browse split" use the netrw plugin when it's available
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
547 and a GUI dialog is not possible.
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
548
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
549 The netrw plugin is maintained by Charles Campbell.
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
550
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
551
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
552 Define an operator *new-define-operator*
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
553 ------------------
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
554
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
555 Previously it was not possible to define your own operator; a command that is
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
556 followed by a {motion}. Vim 7 introduces the 'operatorfunc' option and the
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
557 |g@| operator. This makes it possible to define a mapping that works like an
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
558 operator. The actual work is then done by a function, which is invoked
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
559 through the |g@| operator.
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
560
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
561 See |:map-operator| for the explanation and an example.
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
562
658
903088c7a7c6 updated for version 7.0193
vimboss
parents: 654
diff changeset
563
725
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
564 Mapping to an expression *new-map-expression*
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
565 ------------------------
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
566
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
567 The {rhs} argument of a mapping can be an expression. That means the
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
568 resulting characters can depend on the context. Example: >
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
569 :inoremap <expr> . InsertDot()
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
570 Here the dot will be mapped to whatever InsertDot() returns.
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
571
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
572 This also works for abbreviations. See |:map-<expr>| for the details.
725
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
573
0a9371c70540 updated for version 7.0220
vimboss
parents: 720
diff changeset
574
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
575 Visual and Select mode mappings *new-map-select*
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
576 -------------------------------
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
577
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
578 Previously Visual mode mappings applied both to Visual and Select mode. With
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
579 a trick to have the mappings work in Select mode like they would in Visual
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
580 mode.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
581
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
582 Commands have been added to define mappings for Visual and Select mode
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
583 separately: |:xmap| and |:smap|. With the associated "noremap" and "unmap"
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
584 commands.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
585
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
586 The same is done for menus: |:xmenu|, |:smenu|, etc.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
587
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
588
647
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
589 Location list *new-location-list*
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
590 -------------
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
591
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
592 The support for a per-window quickfix list (location list) is added. The
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
593 location list can be displayed in a location window (similar to the quickfix
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
594 window). You can open more than one location list window. A set of commands
647
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
595 similar to the quickfix commands are added to browse the location list.
658
903088c7a7c6 updated for version 7.0193
vimboss
parents: 654
diff changeset
596 (Yegappan Lakshmanan)
903088c7a7c6 updated for version 7.0193
vimboss
parents: 654
diff changeset
597
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
598
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
599 Various new items *new-items-7*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
600 -----------------
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
601
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
602 Normal mode commands: ~
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
603
12
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
604 a", a' and a` New text objects to select quoted strings. |a'|
500
4772a5e3f9fa updated for version 7.0138
vimboss
parents: 497
diff changeset
605 i", i' and i` (Taro Muraoka)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
606
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
607 CTRL-W <Enter> In the quickfix window: opens a new window to show the
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
608 location of the error under the cursor.
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
609
424
f7f16f63a19c updated for version 7.0110
vimboss
parents: 419
diff changeset
610 |at| and |it| text objects select a block of text between HTML or XML tags.
f7f16f63a19c updated for version 7.0110
vimboss
parents: 419
diff changeset
611
601
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
612 <A-LeftMouse> ('mousemodel' "popup" or "popup-setpos")
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
613 <A-RightMouse> ('mousemodel' "extend")
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
614 Make a blockwise selection. |<A-LeftMouse>|
424
f7f16f63a19c updated for version 7.0110
vimboss
parents: 419
diff changeset
615
681
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
616 gF Start editing the filename under the cursor and jump
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
617 to the line number following the file name.
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
618 (Yegappan Lakshmanan)
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
619
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
620 CTRL-W F Start editing the filename under the cursor in a new
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
621 window and jump to the line number following the file
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
622 name. (Yegappan Lakshmanan)
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
623
477
f8b75b8f1988 updated for version 7.0128
vimboss
parents: 471
diff changeset
624 Insert mode commands: ~
f8b75b8f1988 updated for version 7.0128
vimboss
parents: 471
diff changeset
625
f8b75b8f1988 updated for version 7.0128
vimboss
parents: 471
diff changeset
626 CTRL-\ CTRL-O Execute a Normal mode command. Like CTRL-O but
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
627 without moving the cursor. |i_CTRL-\_CTRL-O|
477
f8b75b8f1988 updated for version 7.0128
vimboss
parents: 471
diff changeset
628
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
629 Options: ~
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
630
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
631 'balloonexpr' expression for text to show in evaluation balloon
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
632 'completefunc' The name of the function used for user-specified
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
633 Insert mode completion. CTRL-X CTRL-U can be used in
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
634 Insert mode to do any kind of completion. (Taro
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
635 Muraoka)
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
636 'completeopt' Enable popup menu and other settings for Insert mode
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
637 completion.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
638 'cursorcolumn' highlight column of the cursor
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
639 'cursorline' highlight line of the cursor
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
640 'formatexpr' expression for formatting text with |gq| and when text
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
641 goes over 'textwidth' in Insert mode.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
642 'formatlistpat' pattern to recognize a numbered list for formatting.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
643 (idea by Hugo Haas)
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
644 'fsync' Whether fsync() is called after writing a file.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
645 (Ciaran McCreesh)
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
646 'guitablabel' expression for text to display in GUI tab page label
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
647 'guitabtooltip' expression for text to display in GUI tab page tooltip
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
648 'macatsui' Mac: use ATSUI text display functions
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
649 'maxcombine' maximum number of combining characters displayed
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
650 'maxmempattern' maximum amount of memory to use for pattern matching
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
651 'mkspellmem' parameters for |:mkspell| memory use
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
652 'mzquantum' Time in msec to schedule MzScheme threads.
2178
c6f1aa1e9f32 Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents: 2162
diff changeset
653 'numberwidth' Minimal width of the space used for the 'number' and
c6f1aa1e9f32 Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents: 2162
diff changeset
654 'relativenumber' option. (Emmanuel Renieris)
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
655 'omnifunc' The name of the function used for omni completion.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
656 'operatorfunc' function to be called for |g@| operator
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
657 'printmbcharset' CJK character set to be used for :hardcopy
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
658 'printmbfont' font names to be used for CJK output of :hardcopy
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
659 'pumheight' maximum number of items to show in the popup menu
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
660 'quoteescape' Characters used to escape quotes inside a string.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
661 Used for the a", a' and a` text objects. |a'|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
662 'shelltemp' whether to use a temp file or pipes for shell commands
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
663 'showtabline' whether to show the tab pages line
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
664 'spell' switch spell checking on/off
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
665 'spellcapcheck' pattern to locate the end of a sentence
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
666 'spellfile' file where good and wrong words are added
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
667 'spelllang' languages to check spelling for
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
668 'spellsuggest' methods for spell suggestions
410
c60ba877860b updated for version 7.0107
vimboss
parents: 408
diff changeset
669 'synmaxcol' maximum column to look for syntax items; avoids very
c60ba877860b updated for version 7.0107
vimboss
parents: 408
diff changeset
670 slow redrawing when there are very long lines
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
671 'tabline' expression for text to display in the tab pages line
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
672 'tabpagemax' maximum number of tab pages to open for |-p|
294
1c1cbdc42f75 updated for version 7.0077
vimboss
parents: 284
diff changeset
673 'verbosefile' Log messages in a file.
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
674 'wildoptions' "tagfile" value enables listing the file name of
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
675 matching tags for CTRL-D command line completion.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
676 (based on an idea from Yegappan Lakshmanan)
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
677 'winfixwidth' window with fixed width, similar to 'winfixheight'
41
f529edb9bab3 updated for version 7.0025
vimboss
parents: 40
diff changeset
678
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
679
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
680 Ex commands: ~
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
681
11
4424b47a0797 updated for version 7.0003
vimboss
parents: 10
diff changeset
682 Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
4424b47a0797 updated for version 7.0003
vimboss
parents: 10
diff changeset
683
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
684 |:startreplace| Start Replace mode. (Charles Campbell)
601
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
685 |:startgreplace| Start Virtual Replace mode.
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
686
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
687 |:0file| Removes the name of the buffer. (Charles Campbell)
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
688
16
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
689 |:diffoff| Switch off diff mode in the current window or in all
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
690 windows.
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
691
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
692 |:delmarks| Delete marks.
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
693
40
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
694 |:exusage| Help for Ex commands (Nvi command).
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
695 |:viusage| Help for Vi commands (Nvi command).
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
696
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
697 |:sort| Sort lines in the buffer without depending on an
826
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
698 external command. (partly by Bryce Wagner)
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
699
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
700 |:vimgrep| Internal grep command, search for a pattern in files.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
701 |:vimgrepadd| Like |:vimgrep| but don't make a new list.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
702
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
703 |:caddfile| Add error messages to an existing quickfix list
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
704 (Yegappan Lakshmanan).
798
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
705 |:cbuffer| Read error lines from a buffer. (partly by Yegappan
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
706 Lakshmanan)
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
707 |:cgetbuffer| Create a quickfix list from a buffer but don't jump to
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
708 the first error.
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
709 |:caddbuffer| Add errors from the current buffer to the quickfix
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
710 list.
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
711 |:cexpr| Read error messages from a Vim expression (Yegappan
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
712 Lakshmanan).
625
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
713 |:caddexpr| Add error messages from a Vim expression to an
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
714 existing quickfix list. (Yegappan Lakshmanan).
798
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
715 |:cgetexpr| Create a quickfix list from a Vim expression, but
95dac6af3b3a updated for version 7.0232
vimboss
parents: 795
diff changeset
716 don't jump to the first error. (Yegappan Lakshmanan).
625
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
717
659
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
718 |:lfile| Like |:cfile| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
719 |:lgetfile| Like |:cgetfile| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
720 |:laddfile| Like |:caddfile| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
721 |:lbuffer| Like |:cbuffer| but use the location list.
800
d8f905020502 updated for version 7.0b
vimboss
parents: 798
diff changeset
722 |:lgetbuffer| Like |:cgetbuffer| but use the location list.
658
903088c7a7c6 updated for version 7.0193
vimboss
parents: 654
diff changeset
723 |:laddbuffer| Like |:caddbuffer| but use the location list.
659
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
724 |:lexpr| Like |:cexpr| but use the location list.
800
d8f905020502 updated for version 7.0b
vimboss
parents: 798
diff changeset
725 |:lgetexpr| Like |:cgetexpr| but use the location list.
659
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
726 |:laddexpr| Like |:caddexpr| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
727 |:ll| Like |:cc| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
728 |:llist| Like |:clist| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
729 |:lnext| Like |:cnext| but use the location list.
666
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
730 |:lprevious| Like |:cprevious| but use the location list.
659
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
731 |:lNext| Like |:cNext| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
732 |:lfirst| Like |:cfirst| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
733 |:lrewind| Like |:crewind| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
734 |:llast| Like |:clast| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
735 |:lnfile| Like |:cnfile| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
736 |:lpfile| Like |:cpfile| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
737 |:lNfile| Like |:cNfile| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
738 |:lolder| Like |:colder| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
739 |:lnewer| Like |:cnewer| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
740 |:lwindow| Like |:cwindow| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
741 |:lopen| Like |:copen| but use the location list.
d6a69271cb9a updated for version 7.0194
vimboss
parents: 658
diff changeset
742 |:lclose| Like |:cclose| but use the location list.
666
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
743 |:lmake| Like |:make| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
744 |:lgrep| Like |:grep| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
745 |:lgrepadd| Like |:grepadd| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
746 |:lvimgrep| Like |:vimgrep| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
747 |:lvimgrepadd| Like |:vimgrepadd| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
748 |:lhelpgrep| Like |:helpgrep| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
749 |:lcscope| Like |:cscope| but use the location list.
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
750 |:ltag| Jump to a tag and add matching tags to a location list.
651
bc95c6c4bac1 updated for version 7.0191
vimboss
parents: 648
diff changeset
751
697
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
752 |:undojoin| Join a change with the previous undo block.
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
753 |:undolist| List the leafs of the undo tree.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
754
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
755 |:earlier| Go back in time for changes in the text.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
756 |:later| Go forward in time for changes in the text.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
757
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
758 |:for| Loop over a |List|.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
759 |:endfor|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
760
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
761 |:lockvar| Lock a variable, prevents it from being changed.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
762 |:unlockvar| Unlock a locked variable.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
763
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
764 |:mkspell| Create a Vim spell file.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
765 |:spellgood| Add a word to the list of good words.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
766 |:spellwrong| Add a word to the list of bad words
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
767 |:spelldump| Dump list of good words.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
768 |:spellinfo| Show information about the spell files used.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
769 |:spellrepall| Repeat a spelling correction for the whole buffer.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
770 |:spellundo| Remove a word from list of good and bad words.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
771
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
772 |:mzscheme| Execute MzScheme commands.
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
773 |:mzfile| Execute an MzScheme script file.
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
774
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
775 |:nbkey| Pass a key to NetBeans for processing.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
776
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
777 |:profile| Commands for Vim script profiling.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
778 |:profdel| Stop profiling for specified items.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
779
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
780 |:smap| Select mode mapping.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
781 |:smapclear|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
782 |:snoremap|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
783 |:sunmap|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
784
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
785 |:xmap| Visual mode mapping, not used for Select mode.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
786 |:xmapclear|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
787 |:xnoremap|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
788 |:xunmap|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
789
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
790 |:smenu| Select mode menu.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
791 |:snoremenu|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
792 |:sunmenu|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
793
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
794 |:xmenu| Visual mode menu, not used for Select mode.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
795 |:xnoremenu|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
796 |:xunmenu|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
797
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
798 |:tabclose| Close the current tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
799 |:tabdo| Perform a command in every tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
800 |:tabedit| Edit a file in a new tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
801 |:tabnew| Open a new tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
802 |:tabfind| Search for a file and open it in a new tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
803 |:tabnext| Go to the next tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
804 |:tabprevious| Go to the previous tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
805 |:tabNext| Go to the previous tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
806 |:tabfirst| Go to the first tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
807 |:tabrewind| Go to the first tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
808 |:tablast| Go to the last tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
809 |:tabmove| Move the current tab page elsewhere.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
810 |:tabonly| Close all other tab pages.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
811 |:tabs| List the tab pages and the windows they contain.
601
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
812
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
813 Ex command modifiers: ~
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
814
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
815 |:keepalt| Do not change the alternate file.
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
816
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
817 |:noautocmd| Do not trigger autocommand events.
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
818
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
819 |:sandbox| Execute a command in the sandbox.
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
820
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
821 |:tab| When opening a new window create a new tab page.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
822
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
823
597
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
824 Ex command arguments: ~
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
825
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
826 |++bad| Specify what happens with characters that can't be
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
827 converted and illegal bytes. (code example by Yasuhiro
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
828 Matsumoto)
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
829 Also, when a conversion error occurs or illegal bytes
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
830 are found include the line number in the error
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
831 message.
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
832
b9975513fe24 updated for version 7.0169
vimboss
parents: 594
diff changeset
833
557
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
834 New and extended functions: ~
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
835
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
836 |add()| append an item to a List
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
837 |append()| append List of lines to the buffer
818
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
838 |argv()| without an argument return the whole argument list
432
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
839 |browsedir()| dialog to select a directory
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
840 |bufnr()| takes an extra argument: create buffer
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
841 |byteidx()| index of a character (Ilya Sher)
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
842 |call()| call a function with List as arguments
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
843 |changenr()| number of current change
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
844 |complete()| set matches for Insert mode completion
464
3b705e71c7b0 updated for version 7.0124
vimboss
parents: 462
diff changeset
845 |complete_add()| add match for 'completefunc'
3b705e71c7b0 updated for version 7.0124
vimboss
parents: 462
diff changeset
846 |complete_check()| check for key pressed, for 'completefunc'
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
847 |copy()| make a shallow copy of a List or Dictionary
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
848 |count()| count nr of times a value is in a List or Dictionary
704
bd6d9515adbf updated for version 7.0212
vimboss
parents: 700
diff changeset
849 |cursor()| also accepts an offset for 'virtualedit', and
bd6d9515adbf updated for version 7.0212
vimboss
parents: 700
diff changeset
850 the first argument can be a list: [lnum, col, off]
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
851 |deepcopy()| make a full copy of a List or Dictionary
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
852 |diff_filler()| returns number of filler lines above line {lnum}.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
853 |diff_hlID()| returns the highlight ID for diff mode
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
854 |empty()| check if List or Dictionary is empty
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
855 |eval()| evaluate {string} and return the result
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
856 |extend()| append one List to another or add items from one
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
857 Dictionary to another
842
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
858 |feedkeys()| put characters in the typeahead buffer
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
859 |filter()| remove selected items from a List or Dictionary
432
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
860 |finddir()| find a directory in 'path'
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
861 |findfile()| find a file in 'path' (Johannes Zellner)
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
862 |foldtextresult()| the text displayed for a closed fold at line "lnum"
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
863 |function()| make a Funcref out of a function name
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
864 |garbagecollect()| cleanup unused |Lists| and |Dictionaries| with circular
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
865 references
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
866 |get()| get an item from a List or Dictionary
436
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
867 |getbufline()| get a list of lines from a specified buffer
432
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
868 (Yegappan Lakshmanan)
531
da9142bd190a updated for version 7.0149
vimboss
parents: 530
diff changeset
869 |getcmdtype()| return the current command-line type
da9142bd190a updated for version 7.0149
vimboss
parents: 530
diff changeset
870 (Yegappan Lakshmanan)
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
871 |getfontname()| get actual font name being used
432
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
872 |getfperm()| get file permission string (Nikolai Weibull)
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
873 |getftype()| get type of file (Nikolai Weibull)
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
874 |getline()| with second argument: get List with buffer lines
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
875 |getloclist()| list of location list items (Yegappan Lakshmanan)
704
bd6d9515adbf updated for version 7.0212
vimboss
parents: 700
diff changeset
876 |getpos()| return a list with the position of cursor, mark, etc.
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
877 |getqflist()| list of quickfix errors (Yegappan Lakshmanan)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
878 |getreg()| get contents of a register
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
879 |gettabwinvar()| get variable from window in specified tab page.
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
880 |has_key()| check whether a key appears in a Dictionary
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
881 |haslocaldir()| check if current window used |:lcd|
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
882 |hasmapto()| check for a mapping to a string
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
883 |index()| index of item in List
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
884 |inputlist()| prompt the user to make a selection from a list
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
885 |insert()| insert an item somewhere in a List
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
886 |islocked()| check if a variable is locked
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
887 |items()| get List of Dictionary key-value pairs
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
888 |join()| join List items into a String
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
889 |keys()| get List of Dictionary keys
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
890 |len()| number of items in a List or Dictionary
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
891 |map()| change each List or Dictionary item
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
892 |maparg()| extra argument: use abbreviation
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
893 |mapcheck()| extra argument: use abbreviation
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
894 |match()| extra argument: count
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
895 |matcharg()| return arguments of |:match| command
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
896 |matchend()| extra argument: count
159
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
897 |matchlist()| list with match and submatches of a pattern in a string
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
898 |matchstr()| extra argument: count
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
899 |max()| maximum value in a List or Dictionary
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
900 |min()| minimum value in a List or Dictionary
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
901 |mkdir()| create a directory
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
902 |pathshorten()| reduce directory names to a single character
449
3709cf52b9b5 updated for version 7.0119
vimboss
parents: 448
diff changeset
903 |printf()| format text
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
904 |pumvisible()| check whether the popup menu is displayed
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
905 |range()| generate a List with numbers
159
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
906 |readfile()| read a file into a list of lines
795
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
907 |reltime()| get time value, possibly relative
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
908 |reltimestr()| turn a time value into a string
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
909 |remove()| remove one or more items from a List or Dictionary
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
910 |repeat()| repeat "expr" "count" times (Christophe Poucet)
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
911 |reverse()| reverse the order of a List
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
912 |search()| extra argument:
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
913 |searchdecl()| search for declaration of variable
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
914 |searchpair()| extra argument: line to stop searching
667
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
915 |searchpairpos()| return a List with the position of the match
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
916 |searchpos()| return a List with the position of the match
647
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
917 |setloclist()| modify a location list (Yegappan Lakshmanan)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
918 |setpos()| set cursor or mark to a position
647
19106f131c87 updated for version 7.0188
vimboss
parents: 644
diff changeset
919 |setqflist()| modify a quickfix list (Yegappan Lakshmanan)
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
920 |settabwinvar()| set variable in window of specified tab page
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
921 |sort()| sort a List
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
922 |soundfold()| get the sound-a-like equivalent of a word
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
923 |spellbadword()| get a badly spelled word
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
924 |spellsuggest()| get suggestions for correct spelling
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
925 |split()| split a String into a List
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
926 |str2nr()| convert a string to a number, base 8, 10 or 16
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
927 |stridx()| extra argument: start position
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
928 |strridx()| extra argument: start position
432
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
929 |string()| string representation of a List or Dictionary
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
930 |system()| extra argument: filters {input} through a shell command
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
931 |tabpagebuflist()| List of buffers in a tab page
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
932 |tabpagenr()| number of current or last tab page
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
933 |tabpagewinnr()| window number in a tab page
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
934 |tagfiles()| List with tags file names
432
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
935 |taglist()| get list of matching tags (Yegappan Lakshmanan)
1ec6b77beee0 updated for version 7.0111
vimboss
parents: 424
diff changeset
936 |tr()| translate characters (Ron Aaron)
116
973ccf576e2c updated for version 7.0041
vimboss
parents: 109
diff changeset
937 |values()| get List of Dictionary values
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
938 |winnr()| takes an argument: what window to use
713
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
939 |winrestview()| restore the view of the current window
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
940 |winsaveview()| save the view of the current window
159
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
941 |writefile()| write a list of lines into a file
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
942
162
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
943 User defined functions can now be loaded automatically from the "autoload"
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
944 directory in 'runtimepath'. See |autoload-functions|.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
945
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
946
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
947 New Vim variables: ~
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
948
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
949 |v:insertmode| used for |InsertEnter| and |InsertChange| autocommands
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
950 |v:val| item value in a |map()| or |filter()| function
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
951 |v:key| item key in a |map()| or |filter()| function
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
952 |v:profiling| non-zero after a ":profile start" command
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
953 |v:fcs_reason| the reason why |FileChangedShell| was triggered
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
954 |v:fcs_choice| what should happen after |FileChangedShell|
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
955 |v:beval_bufnr| buffer number for 'balloonexpr'
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
956 |v:beval_winnr| window number for 'balloonexpr'
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
957 |v:beval_lnum| line number for 'balloonexpr'
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
958 |v:beval_col| column number for 'balloonexpr'
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
959 |v:beval_text| text under the mouse pointer for 'balloonexpr'
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
960 |v:scrollstart| what caused the screen to be scrolled up
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
961 |v:swapname| name of the swap file for the |SwapExists| event
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
962 |v:swapchoice| what to do for an existing swap file
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
963 |v:swapcommand| command to be executed after handling |SwapExists|
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
964 |v:char| argument for evaluating 'formatexpr'
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
965
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
966
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
967 New autocommand events: ~
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
968
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
969 |ColorScheme| after loading a color scheme
716
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
970
662
1a85f952cdfe updated for version 7.0195
vimboss
parents: 659
diff changeset
971 |CursorHoldI| the user doesn't press a key for a while in Insert mode
1a85f952cdfe updated for version 7.0195
vimboss
parents: 659
diff changeset
972 |CursorMoved| the cursor was moved in Normal mode
1a85f952cdfe updated for version 7.0195
vimboss
parents: 659
diff changeset
973 |CursorMovedI| the cursor was moved in Insert mode
1a85f952cdfe updated for version 7.0195
vimboss
parents: 659
diff changeset
974
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
975 |FileChangedShellPost| after handling a file changed outside of Vim
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
976
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
977 |InsertEnter| starting Insert or Replace mode
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
978 |InsertChange| going from Insert to Replace mode or back
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
979 |InsertLeave| leaving Insert or Replace mode
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
980
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
981 |MenuPopup| just before showing popup menu
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
982
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
983 |QuickFixCmdPre| before :make, :grep et al. (Ciaran McCreesh)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
984 |QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
985
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
986 |SessionLoadPost| after loading a session file. (Yegappan Lakshmanan)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
987
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
988 |ShellCmdPost| after executing a shell command
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
989 |ShellFilterPost| after filtering with a shell command
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
990
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
991 |SourcePre| before sourcing a Vim script
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
992
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
993 |SpellFileMissing| when a spell file can't be found
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
994
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
995 |SwapExists| found existing swap file when editing a file
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
996
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
997 |TabEnter| just after entering a tab page
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
998 |TabLeave| just before leaving a tab page
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
999
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1000 |VimResized| after the Vim window size changed (Yakov Lerner)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1001
12
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
1002
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1003 New highlight groups: ~
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1004
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1005 Pmenu Popup menu: normal item |hl-Pmenu|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1006 PmenuSel Popup menu: selected item |hl-PmenuSel|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1007 PmenuThumb Popup menu: scrollbar |hl-PmenuThumb|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1008 PmenuSbar Popup menu: Thumb of the scrollbar |hl-PmenuSbar|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1009
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1010 TabLine tab pages line, inactive label |hl-TabLine|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1011 TabLineSel tab pages line, selected label |hl-TabLineSel|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1012 TabLineFill tab pages line, filler |hl-TabLineFill|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1013
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1014 SpellBad badly spelled word |hl-SpellBad|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1015 SpellCap word with wrong caps |hl-SpellCap|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1016 SpellRare rare word |hl-SpellRare|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1017 SpellLocal word only exists in other region |hl-SpellLocal|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1018
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1019 CursorColumn 'cursorcolumn' |hl-CursorColumn|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1020 CursorLine 'cursorline' |hl-CursorLine|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1021
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1022 MatchParen matching parens |pi_paren.txt| |hl-MatchParen|
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1023
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
1024
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1025 New items in search patterns: ~
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1026 |/\%d| \%d123 search for character with decimal number
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
1027 |/\]| [\d123] idem, in a collection
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1028 |/\%o| \%o103 search for character with octal number
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
1029 |/\]| [\o1o3] idem, in a collection
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1030 |/\%x| \%x1a search for character with 2 pos. hex number
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
1031 |/\]| [\x1a] idem, in a collection
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1032 |/\%u| \%u12ab search for character with 4 pos. hex number
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
1033 |/\]| [\u12ab] idem, in a collection
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1034 |/\%U| \%U1234abcd search for character with 8 pos. hex number
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
1035 |/\]| [\U1234abcd] idem, in a collection
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1036 (The above partly by Ciaran McCreesh)
640
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
1037
237
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
1038 |/[[=| [[=a=]] an equivalence class (only for latin1 characters)
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
1039 |/[[.| [[.a.]] a collation element (only works with single char)
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1040
640
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
1041 |/\%'m| \%'m match at mark m
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
1042 |/\%<'m| \%<'m match before mark m
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
1043 |/\%>'m| \%>'m match after mark m
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
1044 |/\%V| \%V match in Visual area
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
1045
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1046 Nesting |/multi| items no longer is an error when an empty match is possible.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1047
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1048 It is now possible to use \{0}, it matches the preceding atom zero times. Not
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1049 useful, just for compatibility.
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1050
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1051
12
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
1052 New Syntax/Indent/FTplugin files: ~
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
1053
234
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
1054 Moved all the indent settings from the filetype plugin to the indent file.
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
1055 Implemented b:undo_indent to undo indent settings when setting 'filetype' to a
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
1056 different value.
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
1057
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1058 a2ps syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1059 ABAB/4 syntax file. (Marius van Wyk)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1060 alsaconf ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1061 AppendMatchGroup ftplugin file. (Dave Silvia)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1062 arch ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1063 asterisk and asteriskvm syntax file. (Tilghman Lesher)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1064 BDF ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1065 BibTeX indent file. (Dorai Sitaram)
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
1066 BibTeX Bibliography Style syntax file. (Tim Pope)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1067 BTM ftplugin file. (Bram Moolenaar)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1068 calendar ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1069 Changelog indent file. (Nikolai Weibull)
839
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
1070 ChordPro syntax file. (Niels Bo Andersen)
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
1071 Cmake indent and syntax file. (Andy Cedilnik)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1072 conf ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1073 context syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1074 CRM114 ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1075 cvs RC ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1076 D indent file. (Jason Mills)
816
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
1077 Debian Sources.list syntax file. (Matthijs Mohlmann)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1078 dictconf and dictdconf syntax, indent and ftplugin files. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1079 diff ftplugin file. (Bram Moolenaar)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1080 dircolors ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1081 django and htmldjango syntax file. (Dave Hodder)
832
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
1082 doxygen syntax file. (Michael Geddes)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1083 elinks ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1084 eterm ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1085 eviews syntax file. (Vaidotas Zemlys)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1086 fetchmail RC ftplugin file. (Nikolai Weibull)
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
1087 FlexWiki syntax and ftplugin file. (George Reilly)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1088 Generic indent file. (Dave Silvia)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1089 gpg ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1090 gretl syntax file. (Vaidotas Zemlys)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1091 groovy syntax file. (Alessio Pace)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1092 group syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1093 grub ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1094 Haskell ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1095 help ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1096 indent ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1097 Javascript ftplugin file. (Bram Moolenaar)
826
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
1098 Kconfig ftplugin and syntax file. (Nikolai Weibull)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1099 ld syntax, indent and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1100 lftp ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1101 libao config ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1102 limits syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1103 Lisp indent file. (Sergey Khorev)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1104 loginaccess and logindefs syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1105 m4 ftplugin file. (Nikolai Weibull)
809
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
1106 mailaliases syntax file. (Nikolai Weibull)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1107 mailcap ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1108 manconf syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1109 matlab ftplugin file. (Jake Wasserman)
825
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
1110 Maxima syntax file. (Robert Dodier)
684
a8caf7dd853d updated for version 7.0205
vimboss
parents: 681
diff changeset
1111 MGL syntax file. (Gero Kuhlmann)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1112 modconf ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1113 mplayer config ftplugin file. (Nikolai Weibull)
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
1114 Mrxvtrc syntax and ftplugin file. (Gautam Iyer)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1115 MuPAD source syntax, indent and ftplugin. (Dave Silvia)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1116 mutt RC ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1117 nanorc syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1118 netrc ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1119 pamconf syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1120 Pascal indent file. (Neil Carter)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1121 passwd syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1122 PHP compiler plugin. (Doug Kearns)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1123 pinfo ftplugin file. (Nikolai Weibull)
816
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
1124 plaintex syntax and ftplugin files. (Nikolai Weibull, Benji Fisher)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1125 procmail ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1126 prolog ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1127 protocols syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1128 quake ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1129 racc syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1130 readline ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1131 rhelp syntax file. (Johannes Ranke)
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
1132 rnoweb syntax file. (Johannes Ranke)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1133 Relax NG compact ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1134 Scheme indent file. (Sergey Khorev)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1135 screen ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1136 sensors syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1137 services syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1138 setserial syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1139 sieve syntax and ftplugin file. (Nikolai Weibull)
823
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
1140 SiSU syntax file (Ralph Amissah)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1141 Sive syntax file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1142 slp config, reg and spi syntax and ftplugin files. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1143 SML indent file. (Saikat Guha)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1144 SQL anywhere syntax and indent file. (David Fishburn)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1145 SQL indent file.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1146 SQL-Informix syntax file. (Dean L Hill)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1147 SQL: Handling of various variants. (David Fishburn)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1148 sshconfig ftplugin file. (Nikolai Weibull)
832
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
1149 Stata and SMCL syntax files. (Jeff Pitblado)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1150 sudoers ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1151 sysctl syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1152 terminfo ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1153 trustees syntax file. (Nima Talebi)
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
1154 Vera syntax file. (David Eggum)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1155 udev config, permissions and rules syntax and ftplugin files. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1156 updatedb syntax and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1157 VHDL indent file (Gerald Lai)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1158 WSML syntax file. (Thomas Haselwanter)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1159 Xdefaults ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1160 XFree86 config ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1161 xinetd syntax, indent and ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1162 xmodmap ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1163 Xquery syntax file. (Jean-Marc Vanel)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1164 xsd (XML schema) indent file.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1165 YAML ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1166 Zsh ftplugin file. (Nikolai Weibull)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1167
700
c78d973dce9e updated for version 7.0211
vimboss
parents: 697
diff changeset
1168
32
41f9fd58cf13 updated for version 7.0019
vimboss
parents: 29
diff changeset
1169 New Keymaps: ~
41f9fd58cf13 updated for version 7.0019
vimboss
parents: 29
diff changeset
1170
41f9fd58cf13 updated for version 7.0019
vimboss
parents: 29
diff changeset
1171 Sinhala (Sri Lanka) (Harshula Jayasuriya)
680
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1172 Tamil in TSCII encoding (Yegappan Lakshmanan)
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1173 Greek in cp737 (Panagiotis Louridas)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1174 Polish-slash (HS6_06)
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
1175 Ukrainian-jcuken (Anatoli Sakhnik)
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
1176 Kana (Edward L. Fox)
680
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1177
32
41f9fd58cf13 updated for version 7.0019
vimboss
parents: 29
diff changeset
1178
23
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1179 New message translations: ~
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1180
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
1181 The Ukrainian messages are now also available in cp1251.
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1182 Vietnamese message translations and menu. (Phan Vinh Thinh)
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1183
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1184
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1185 Others: ~
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1186
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1187 The |:read| command has the |++edit| argument. This means it will use the
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1188 detected 'fileformat', 'fileencoding' and other options for the buffer. This
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1189 also fixes the problem that editing a compressed file didn't set these
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1190 options.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1191
716
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
1192 The Netbeans interface was updated for Sun Studio 10. The protocol number
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
1193 goes from 2.2 to 2.3. (Gordon Prieur)
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
1194
720
e180933b876a updated for version 7.0219
vimboss
parents: 717
diff changeset
1195 Mac: When starting up Vim will load the $VIMRUNTIME/macmap.vim script to
761
6252da4e8223 updated for version 7.0224
vimboss
parents: 754
diff changeset
1196 define default command-key mappings. (mostly by Benji Fisher)
720
e180933b876a updated for version 7.0219
vimboss
parents: 717
diff changeset
1197
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1198 Mac: Add the selection type to the clipboard, so that Block, line and
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1199 character selections can be used between two Vims. (Eckehard Berns)
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1200 Also fixes the problem that setting 'clipboard' to "unnamed" breaks using
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1201 "yyp".
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1202
557
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
1203 Mac: GUI font selector. (Peter Cucka)
13
24d5189d3956 updated for version 7.0005
vimboss
parents: 12
diff changeset
1204
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1205 Mac: support for multi-byte characters. (Da Woon Jung)
842
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
1206 This doesn't always work properly. If you see text drawing problems try
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
1207 switching the 'macatsui' option off.
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1208
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1209 Mac: Support the xterm mouse in the non-GUI version.
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1210
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1211 Mac: better integration with Xcode. Post a fake mouse-up event after the odoc
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1212 event and the drag receive handler to work around a stall after Vim loads a
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1213 file. Fixed an off-by-one line number error. (Da Woon Jung)
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1214
816
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
1215 Mac: When started from Finder change directory to the file being edited or the
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
1216 user home directory.
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
1217
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1218 Added the t_SI and t_EI escape sequences for starting and ending Insert mode.
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1219 To be used to set the cursor shape to a bar or a block. No default values,
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1220 they are not supported by termcap/terminfo.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1221
69
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1222 GUI font selector for Motif. (Marcin Dalecki)
46
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1223
162
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1224 Nicer toolbar buttons for Motif. (Marcin Dalecki)
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1225
69
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1226 Mnemonics for the Motif find/replace dialog. (Marcin Dalecki)
46
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1227
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1228 Included a few improvements for Motif from Marcin Dalecki. Draw label
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1229 contents ourselves to make them handle fonts in a way configurable by Vim and
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1230 a bit less dependent on the X11 font management.
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1231
40
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1232 Autocommands can be defined local to a buffer. This means they will also work
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1233 when the buffer does not have a name or no specific name. See
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1234 |autocmd-buflocal|. (Yakov Lerner)
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1235
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1236 For xterm most combinations of modifiers with function keys are recognized.
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1237 |xterm-modifier-keys|
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1238
481
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
1239 When 'verbose' is set the output of ":highlight" will show where a highlight
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
1240 item was last set.
502
52e76e2b5b65 updated for version 7.0140
vimboss
parents: 500
diff changeset
1241 When 'verbose' is set the output of the ":map", ":abbreviate", ":command",
52e76e2b5b65 updated for version 7.0140
vimboss
parents: 500
diff changeset
1242 ":function" and ":autocmd" commands will show where it was last defined.
52e76e2b5b65 updated for version 7.0140
vimboss
parents: 500
diff changeset
1243 (Yegappan Lakshmanan)
481
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
1244
505
7e6d264ec0a2 updated for version 7.0141
vimboss
parents: 502
diff changeset
1245 ":function /pattern" lists functions matching the pattern.
7e6d264ec0a2 updated for version 7.0141
vimboss
parents: 502
diff changeset
1246
523
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
1247 "1gd" can be used like "gd" but ignores matches in a {} block that ends before
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
1248 the cursor position. Likewise for "1gD" and "gD".
a7ae7e043e43 updated for version 7.0146
vimboss
parents: 520
diff changeset
1249
533
c8b6b7e1005d updated for version 7.0150
vimboss
parents: 531
diff changeset
1250 'scrolljump' can be set to a negative number to scroll a percentage of the
c8b6b7e1005d updated for version 7.0150
vimboss
parents: 531
diff changeset
1251 window height.
c8b6b7e1005d updated for version 7.0150
vimboss
parents: 531
diff changeset
1252
2207
b17bbfa96fa0 Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents: 2206
diff changeset
1253 The |v:scrollstart| variable has been added to help find the location in
541
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
1254 your script that causes the hit-enter prompt.
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
1255
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1256 To make it possible to handle the situation that a file is being edited that
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1257 is already being edited by another Vim instance, the |SwapExists| event has
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1258 been added. The |v:swapname|, |v:swapchoice| and |v:swapcommand| variables
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1259 can be used, for example to use the |client-server| functionality to bring the
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1260 other Vim to the foreground.
604
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
1261 When starting Vim with a "-t tag" argument, there is an existing swapfile and
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
1262 the user selects "quit" or "abort" then exit Vim.
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1263
693
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
1264 Undo now also restores the '< and '> marks. "gv" selects the same area as
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
1265 before the change and undo.
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
1266
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1267 When editing a search pattern for a "/" or "?" command and 'incsearch' is set
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1268 CTRL-L can be used to add a character from the current match. CTRL-R CTRL-W
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1269 will add a word, but exclude the part of the word that was already typed.
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1270
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1271 Ruby interface: add line number methods. (Ryan Paul)
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1272
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1273 The $MYVIMRC environment variable is set to the first found vimrc file.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1274 The $MYGVIMRC environment variable is set to the first found gvimrc file.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
1275
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1276 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1277 IMPROVEMENTS *improvements-7*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1278
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1279 ":helpgrep" accepts a language specifier after the pattern: "pat@it".
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1280
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1281 Moved the help for printing to a separate help file. It's quite a lot now.
15
631143ac4a01 updated for version 7.0007
vimboss
parents: 14
diff changeset
1282
716
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
1283 When doing completion for ":!cmd", ":r !cmd" or ":w !cmd" executable files are
843
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
1284 found in $PATH instead of looking for ordinary files in the current directory.
716
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
1285
557
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
1286 When ":silent" is used and a backwards range is given for an Ex command the
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
1287 range is swapped automatically instead of asking if that is OK.
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
1288
181
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1289 The pattern matching code was changed from a recursive function to an
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1290 iterative mechanism. This avoids out-of-stack errors. State is stored in
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1291 allocated memory, running out of memory can always be detected. Allows
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1292 matching more complex things, but Vim may seem to hang while doing that.
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1293
634
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1294 Previously some options were always evaluated in the |sandbox|. Now that only
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1295 happens when the option was set from a modeline or in secure mode. Applies to
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1296 'balloonexpr', 'foldexpr', 'foldtext' and 'includeexpr'. (Sumner Hayes)
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1297
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1298 Some commands and expressions could have nasty side effects, such as using
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1299 CTRL-R = while editing a search pattern and the expression invokes a function
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1300 that jumps to another window. The |textlock| has been added to prevent this
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1301 from happening.
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1302
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1303 ":breakadd here" and ":breakdel here" can be used to set or delete a
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1304 breakpoint at the cursor.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1305
673
513866ffe6af updated for version 7.0200
vimboss
parents: 671
diff changeset
1306 It is now possible to define a function with: >
513866ffe6af updated for version 7.0200
vimboss
parents: 671
diff changeset
1307 :exe "func Test()\n ...\n endfunc"
513866ffe6af updated for version 7.0200
vimboss
parents: 671
diff changeset
1308
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1309 The tutor was updated to make it simpler to use and text was added to explain
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1310 a few more important commands. Used ideas from Gabriel Zachmann.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1311
12
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
1312 Unix: When libcall() fails obtain an error message with dlerror() and display
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
1313 it. (Johannes Zellner)
bdeee1504ac1 updated for version 7.0004
vimboss
parents: 11
diff changeset
1314
587
3686831cf3da updated for version 7.0166
vimboss
parents: 580
diff changeset
1315 Mac and Cygwin: When editing an existing file make the file name the same case
3686831cf3da updated for version 7.0166
vimboss
parents: 580
diff changeset
1316 of the edited file. Thus when typing ":e os_UNIX.c" the file name becomes
3686831cf3da updated for version 7.0166
vimboss
parents: 580
diff changeset
1317 "os_unix.c".
3686831cf3da updated for version 7.0166
vimboss
parents: 580
diff changeset
1318
13
24d5189d3956 updated for version 7.0005
vimboss
parents: 12
diff changeset
1319 Added "nbsp" in 'listchars'. (David Blanchet)
24d5189d3956 updated for version 7.0005
vimboss
parents: 12
diff changeset
1320
17
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1321 Added the "acwrite" value for the 'buftype' option. This is for a buffer that
557
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
1322 does not have a name that refers to a file and is written with BufWriteCmd
17
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1323 autocommands.
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1324
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1325 For lisp indenting and matching parenthesis: (Sergey Khorev)
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1326 - square brackets are recognized properly
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1327 - #\(, #\), #\[ and #\] are recognized as character literals
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1328 - Lisp line comments (delimited by semicolon) are recognized
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1329
19
a81bc802c17c updated for version 7.0011
vimboss
parents: 18
diff changeset
1330 Added the "count" argument to match(), matchend() and matchstr(). (Ilya Sher)
a81bc802c17c updated for version 7.0011
vimboss
parents: 18
diff changeset
1331
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1332 winnr() takes an optional "$" or "#" argument. (Nikolai Weibull, Yegappan
20
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1333 Lakshmanan)
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1334
713
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1335 Added 's' flag to search(): set ' mark if cursor moved. (Yegappan Lakshmanan)
20
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1336 Added 'n' flag to search(): don't move the cursor. (Nikolai Weibull)
713
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1337 Added 'c' flag to search(): accept match at the cursor.
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1338 Added 'e' flag to search(): move to end of the match. (Benji Fisher)
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1339 Added 'p' flag to search(): return number of sub-pattern. (Benji Fisher)
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1340 These also apply to searchpos(), searchpair() and searchpairpos().
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1341
713
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1342 The search() and searchpair() functions have an extra argument to specify
0c381fb7846c updated for version 7.0214
vimboss
parents: 704
diff changeset
1343 where to stop searching. Speeds up searches that should not continue too far.
20
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1344
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1345 When uncompressing fails in the gzip plugin, give an error message but don't
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1346 delete the raw text. Helps if the file has a .gz extension but is not
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1347 actually compressed. (Andrew Pimlott)
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1348
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1349 When C, C++ or IDL syntax is used, may additionally load doxygen syntax.
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1350 (Michael Geddes)
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1351
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1352 Support setting 'filetype' and 'syntax' to "aaa.bbb" for "aaa" plus "bbb"
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1353 filetype or syntax.
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1354
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1355 The ":registers" command now displays multi-byte characters properly.
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1356
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1357 VMS: In the usage message mention that a slash can be used to make a flag
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1358 upper case. Add color support to the builtin vt320 terminal codes.
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1359 (Zoltan Arpadffy)
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1360
23
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1361 For the '%' item in 'viminfo', allow a number to set a maximum for the number
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1362 of buffers.
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1363
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1364 For recognizing the file type: When a file looks like a shell script, check
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1365 for an "exec" command that starts the tcl interpreter. (suggested by Alexios
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1366 Zavras)
26
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1367
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1368 Support conversion between utf-8 and latin9 (iso-8859-15) internally, so that
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1369 digraphs still work when iconv is not available.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1370
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1371 When a session file is loaded while editing an unnamed, empty buffer that
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1372 buffer is wiped out. Avoids that there is an unused buffer in the buffer
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1373 list.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1374
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1375 Win32: When libintl.dll supports bind_textdomain_codeset(), use it.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1376 (NAKADAIRA Yukihiro)
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1377
697
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
1378 Win32: Vim was not aware of hard links on NTFS file systems. These are
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
1379 detected now for when 'backupcopy' is "auto". Also fixed a bogus "file has
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
1380 been changed since reading it" error for links.
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
1381
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1382 When foldtext() finds no text after removing the comment leader, use the
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1383 second line of the fold. Helps for C-style /* */ comments where the first
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1384 line is just "/*".
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1385
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1386 When editing the same file from two systems (e.g., Unix and MS-Windows) there
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1387 mostly was no warning for an existing swap file, because the name of the
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1388 edited file differs (e.g., y:\dir\file vs /home/me/dir/file). Added a flag to
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1389 the swap file to indicate it is in the same directory as the edited file. The
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1390 used path then doesn't matter and the check for editing the same file is much
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1391 more reliable.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1392
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1393 Unix: When editing a file through a symlink the swap file would use the name
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1394 of the symlink. Now use the name of the actual file, so that editing the same
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1395 file twice is detected. (suggestions by Stefano Zacchiroli and James Vega)
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1396
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1397 Client-server communication now supports 'encoding'. When setting 'encoding'
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1398 in a Vim server to "utf-8", and using "vim --remote fname" in a console,
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1399 "fname" is converted from the console encoding to utf-8. Also allows Vims
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1400 with different 'encoding' settings to exchange messages.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1401
41
f529edb9bab3 updated for version 7.0025
vimboss
parents: 40
diff changeset
1402 Internal: Changed ga_room into ga_maxlen, so that it doesn't need to be
f529edb9bab3 updated for version 7.0025
vimboss
parents: 40
diff changeset
1403 incremented/decremented each time.
f529edb9bab3 updated for version 7.0025
vimboss
parents: 40
diff changeset
1404
56
dbf53ece2e23 updated for version 7.0029
vimboss
parents: 51
diff changeset
1405 When a register is empty it is not stored in the viminfo file.
dbf53ece2e23 updated for version 7.0029
vimboss
parents: 51
diff changeset
1406
100
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
1407 Removed the tcltags script, it's obsolete.
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
1408
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1409 ":redir @*>>" and ":redir @+>>" append to the clipboard. Better check for
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1410 invalid characters after the register name. |:redir|
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1411
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1412 ":redir => variable" and ":redir =>> variable" write or append to a variable.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1413 (Yegappan Lakshmanan) |:redir|
123
f67f8a8d81ba updated for version 7.0043
vimboss
parents: 116
diff changeset
1414
445
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1415 ":redir @{a-z}>>" appends to register a to z. (Yegappan Lakshmanan)
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1416
294
1c1cbdc42f75 updated for version 7.0077
vimboss
parents: 284
diff changeset
1417 The 'verbosefile' option can be used to log messages in a file. Verbose
1c1cbdc42f75 updated for version 7.0077
vimboss
parents: 284
diff changeset
1418 messages are not displayed then. The "-V{filename}" argument can be used to
1c1cbdc42f75 updated for version 7.0077
vimboss
parents: 284
diff changeset
1419 log startup messages.
1c1cbdc42f75 updated for version 7.0077
vimboss
parents: 284
diff changeset
1420
123
f67f8a8d81ba updated for version 7.0043
vimboss
parents: 116
diff changeset
1421 ":let g:" lists global variables.
f67f8a8d81ba updated for version 7.0043
vimboss
parents: 116
diff changeset
1422 ":let b:" lists buffer-local variables.
f67f8a8d81ba updated for version 7.0043
vimboss
parents: 116
diff changeset
1423 ":let w:" lists window-local variables.
f67f8a8d81ba updated for version 7.0043
vimboss
parents: 116
diff changeset
1424 ":let v:" lists Vim variables.
f67f8a8d81ba updated for version 7.0043
vimboss
parents: 116
diff changeset
1425
149
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1426 The stridx() and strridx() functions take a third argument, where to start
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1427 searching. (Yegappan Lakshmanan)
136
18f29039b83c updated for version 7.0044
vimboss
parents: 123
diff changeset
1428
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1429 The getreg() function takes an extra argument to be able to get the expression
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1430 for the '=' register instead of the result of evaluating it.
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1431
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1432 The setline() function can take a List argument to set multiple lines. When
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1433 the line number is just below the last line the line is appended.
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
1434
162
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1435 g CTRL-G also shows the number of characters if it differs from the number of
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1436 bytes.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1437
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1438 Completion for ":debug" and entering an expression for the '=' register. Skip
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1439 ":" between range and command name. (Peter winters)
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1440
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1441 CTRL-Q in Insert mode now works like CTRL-V by default. Previously it was
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1442 ignored.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1443
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1444 When "beep" is included in 'debug' a function or script that causes a beep
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1445 will result in a message with the source of the error.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1446
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1447 When completing buffer names, match with "\(^\|[\/]\)" instead of "^", so that
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1448 ":buf stor<Tab>" finds both "include/storage.h" and "storage/main.c".
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1449
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1450 To count items (pattern matches) without changing the buffer the 'n' flag has
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1451 been added to |:substitute|. See |count-items|.
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1452
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1453 In a |:substitute| command the \u, \U, \l and \L items now also work for
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1454 multi-byte characters.
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1455
175
c12f39141bbc updated for version 7.0053
vimboss
parents: 170
diff changeset
1456 The "screen.linux" $TERM name is recognized to set the default for
534
c6296b0ad9ea updated for version 7.0151
vimboss
parents: 533
diff changeset
1457 'background' to "dark". (Ciaran McCreesh) Also for "cygwin" and "putty".
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1458
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1459 The |FileChangedShell| autocommand event can now use the |v:fcs_reason|
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1460 variable that specifies what triggered the event. |v:fcs_choice| can be used
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
1461 to reload the buffer or ask the user what to do.
175
c12f39141bbc updated for version 7.0053
vimboss
parents: 170
diff changeset
1462
181
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1463 Not all modifiers were recognized for xterm function keys. Added the
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1464 possibility in term codes to end in ";*X" or "O*X", where X is any character
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1465 and the * stands for the modifier code.
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1466 Added the <xUp>, <xDown>, <xLeft> and <xRight> keys, to be able to recognize
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1467 the two forms that xterm can send their codes in and still handle all possible
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1468 modifiers.
2aabb26a113f updated for version 7.0056
vimboss
parents: 179
diff changeset
1469
218
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
1470 getwinvar() now also works to obtain a buffer-local option from the specified
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
1471 window.
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
1472
234
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
1473 Added the "%s" item to 'errorformat'. (Yegappan Lakshmanan)
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1474 Added the "%>" item to 'errorformat'.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1475
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1476 For 'errorformat' it was not possible to have a file name that contains the
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1477 character that follows after "%f". For example, in "%f:%l:%m" the file name
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1478 could not contain ":". Now include the first ":" where the rest of the
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1479 pattern matches. In the example a ":" not followed by a line number is
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1480 included in the file name. (suggested by Emanuele Giaquinta)
234
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
1481
271
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
1482 GTK GUI: use the GTK file dialog when it's available. Mix from patches by
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
1483 Grahame Bowland and Evan Webb.
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
1484
323
03b3684919e3 updated for version 7.0084
vimboss
parents: 315
diff changeset
1485 Added ":scriptnames" to bugreport.vim, so that we can see what plugins were
03b3684919e3 updated for version 7.0084
vimboss
parents: 315
diff changeset
1486 used.
03b3684919e3 updated for version 7.0084
vimboss
parents: 315
diff changeset
1487
333
18f024844150 updated for version 7.0086
vimboss
parents: 323
diff changeset
1488 Win32: If the user changes the setting for the number of lines a scroll wheel
18f024844150 updated for version 7.0086
vimboss
parents: 323
diff changeset
1489 click scrolls it is now used immediately. Previously Vim would need to be
18f024844150 updated for version 7.0086
vimboss
parents: 323
diff changeset
1490 restarted.
18f024844150 updated for version 7.0086
vimboss
parents: 323
diff changeset
1491
337
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
1492 When using @= in an expression the value is expression @= contains. ":let @=
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
1493 = value" can be used to set the register contents.
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
1494
404
cf83dacfa25f updated for version 7.0105
vimboss
parents: 379
diff changeset
1495 A ! can be added to ":popup" to have the popup menu appear at the mouse
cf83dacfa25f updated for version 7.0105
vimboss
parents: 379
diff changeset
1496 pointer position instead of the text cursor.
cf83dacfa25f updated for version 7.0105
vimboss
parents: 379
diff changeset
1497
408
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1498 The table with encodings has been expanded with many MS-Windows codepages,
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1499 such as cp1250 and cp737, so that these can also be used on Unix without
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1500 prepending "8bit-".
481
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
1501 When an encoding name starts with "microsoft-cp" ignore the "microsoft-" part.
408
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1502
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1503 Added the "customlist" completion argument to a user-defined command. The
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1504 user-defined completion function should return the completion candidates as a
445
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1505 Vim List and the returned results are not filtered by Vim. (Yegappan
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1506 Lakshmanan)
408
06234af3a8b7 updated for version 7.0106
vimboss
parents: 404
diff changeset
1507
436
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
1508 Win32: Balloons can have multiple lines if common controls supports it.
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
1509 (Sergey Khorev)
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
1510
480
bf5ba8a0cdee updated for version 7.0129
vimboss
parents: 477
diff changeset
1511 For command-line completion the matches for various types of arguments are now
bf5ba8a0cdee updated for version 7.0129
vimboss
parents: 477
diff changeset
1512 sorted: user commands, variables, syntax names, etc.
bf5ba8a0cdee updated for version 7.0129
vimboss
parents: 477
diff changeset
1513
494
acfe86afd651 updated for version 7.0135
vimboss
parents: 482
diff changeset
1514 When no locale is set, thus using the "C" locale, Vim will work with latin1
557
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
1515 characters, using its own isupper()/toupper()/etc. functions.
494
acfe86afd651 updated for version 7.0135
vimboss
parents: 482
diff changeset
1516
500
4772a5e3f9fa updated for version 7.0138
vimboss
parents: 497
diff changeset
1517 When using an rxvt terminal emulator guess the value of 'background' using the
4772a5e3f9fa updated for version 7.0138
vimboss
parents: 497
diff changeset
1518 COLORFGBG environment variable. (Ciaran McCreesh)
4772a5e3f9fa updated for version 7.0138
vimboss
parents: 497
diff changeset
1519
4772a5e3f9fa updated for version 7.0138
vimboss
parents: 497
diff changeset
1520 Also support t_SI and t_EI on Unix with normal features. (Ciaran McCreesh)
4772a5e3f9fa updated for version 7.0138
vimboss
parents: 497
diff changeset
1521
520
07134f5e78da updated for version 7.0145
vimboss
parents: 511
diff changeset
1522 When 'foldcolumn' is one then put as much info in it as possible. This allows
07134f5e78da updated for version 7.0145
vimboss
parents: 511
diff changeset
1523 closing a fold with the mouse by clicking on the '-'.
07134f5e78da updated for version 7.0145
vimboss
parents: 511
diff changeset
1524
531
da9142bd190a updated for version 7.0149
vimboss
parents: 530
diff changeset
1525 input() takes an optional completion argument to specify the type of
da9142bd190a updated for version 7.0149
vimboss
parents: 530
diff changeset
1526 completion supported for the input. (Yegappan Lakshmanan)
da9142bd190a updated for version 7.0149
vimboss
parents: 530
diff changeset
1527
533
c8b6b7e1005d updated for version 7.0150
vimboss
parents: 531
diff changeset
1528 "dp" works with more than two buffers in diff mode if there is only one where
c8b6b7e1005d updated for version 7.0150
vimboss
parents: 531
diff changeset
1529 'modifiable' is set.
c8b6b7e1005d updated for version 7.0150
vimboss
parents: 531
diff changeset
1530
769
2f006d0864c1 updated for version 7.0225
vimboss
parents: 761
diff changeset
1531 The 'diffopt' option has three new values: "horizontal", "vertical" and
2f006d0864c1 updated for version 7.0225
vimboss
parents: 761
diff changeset
1532 "foldcolumn".
2f006d0864c1 updated for version 7.0225
vimboss
parents: 761
diff changeset
1533
538
aa6caa23a4b8 updated for version 7.0152
vimboss
parents: 534
diff changeset
1534 When the 'include' option contains \zs the file name found is what is being
aa6caa23a4b8 updated for version 7.0152
vimboss
parents: 534
diff changeset
1535 matched from \zs to the end or \ze. Useful to pass more to 'includeexpr'.
aa6caa23a4b8 updated for version 7.0152
vimboss
parents: 534
diff changeset
1536
541
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
1537 Loading plugins on startup now supports subdirectories in the plugin
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
1538 directory. |load-plugins|
3e19ea54eb07 updated for version 7.0153
vimboss
parents: 538
diff changeset
1539
548
f43150a669dc updated for version 7.0155
vimboss
parents: 541
diff changeset
1540 In the foldcolumn always show the '+' for a closed fold, so that it can be
f43150a669dc updated for version 7.0155
vimboss
parents: 541
diff changeset
1541 opened easily. It may overwrite another character, esp. if 'foldcolumn' is 1.
f43150a669dc updated for version 7.0155
vimboss
parents: 541
diff changeset
1542
f43150a669dc updated for version 7.0155
vimboss
parents: 541
diff changeset
1543 It is now possible to get the W10 message again by setting 'readonly'. Useful
f43150a669dc updated for version 7.0155
vimboss
parents: 541
diff changeset
1544 in the FileChangedRO autocommand when checking out the file fails.
f43150a669dc updated for version 7.0155
vimboss
parents: 541
diff changeset
1545
552
d5892839ed90 updated for version 7.0156
vimboss
parents: 548
diff changeset
1546 Unix: When open() returns EFBIG give an appropriate message.
d5892839ed90 updated for version 7.0156
vimboss
parents: 548
diff changeset
1547
575
f1d46f948241 updated for version 7.0163
vimboss
parents: 572
diff changeset
1548 ":mksession" sets the SessionLoad variable to notify plugins. A modeline is
f1d46f948241 updated for version 7.0163
vimboss
parents: 572
diff changeset
1549 added to the session file to set 'filetype' to "vim".
f1d46f948241 updated for version 7.0163
vimboss
parents: 572
diff changeset
1550
580
90ee46d7f492 updated for version 7.0164
vimboss
parents: 575
diff changeset
1551 In the ATTENTION prompt put the "Delete it" choice before "Quit" to make it
90ee46d7f492 updated for version 7.0164
vimboss
parents: 575
diff changeset
1552 more logical. (Robert Webb)
90ee46d7f492 updated for version 7.0164
vimboss
parents: 575
diff changeset
1553
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1554 When appending to a file while the buffer has no name the name of the appended
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1555 file would be used for the current buffer. But the buffer contents is
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1556 actually different from the file content. Don't set the file name, unless the
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1557 'P' flag is present in 'cpoptions'.
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
1558
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1559 When starting to edit a new file and the directory for the file doesn't exist
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1560 then Vim will report "[New DIRECTORY]" instead of "[New File] to give the user
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1561 a hint that something might be wrong.
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
1562
601
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
1563 Win32: Preserve the hidden attribute of the viminfo file.
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
1564
604
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
1565 In Insert mode CTRL-A didn't keep the last inserted text when using CTRL-O and
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
1566 then a cursor key. Now keep the previously inserted text if nothing is
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
1567 inserted after the CTRL-O. Allows using CTRL-O commands to move the cursor
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
1568 without losing the last inserted text.
601
bc7ec0f1f7f3 updated for version 7.0170
vimboss
parents: 597
diff changeset
1569
615
7fe13e0f5dce updated for version 7.0175
vimboss
parents: 613
diff changeset
1570 The exists() function now supports checking for autocmd group definition
619
66263e241ce3 updated for version 7.0176
vimboss
parents: 615
diff changeset
1571 and for supported autocommand events. (Yegappan Lakshmanan)
613
53114ef7778f updated for version 7.0174
vimboss
parents: 610
diff changeset
1572
625
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
1573 Allow using ":global" in the sandbox, it doesn't do anything harmful by
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
1574 itself.
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
1575
634
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1576 ":saveas asdf.c" will set 'filetype' to c when it's empty. Also for ":w
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1577 asdf.c" when it sets the filename for the buffer.
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1578
667
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
1579 Insert mode completion for whole lines now also searches unloaded buffers.
634
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
1580
671
83a006f81bac updated for version 7.0199
vimboss
parents: 667
diff changeset
1581 The colortest.vim script can now be invoked directly with ":source" or
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1582 ":runtime syntax/colortest.vim".
671
83a006f81bac updated for version 7.0199
vimboss
parents: 667
diff changeset
1583
681
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
1584 The 'statusline' option can be local to the window, so that each window can
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
1585 have a different value. (partly by Yegappan Lakshmanan)
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
1586
680
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1587 The 'statusline' option and other options that support the same format can now
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1588 use these new features:
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1589 - When it starts with "%!" the value is first evaluated as an expression
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1590 before parsing the value.
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1591 - "%#HLname#" can be used to start highlighting with HLname.
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
1592
681
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
1593 When 'statusline' is set to something that causes an error message then it is
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
1594 made empty to avoid an endless redraw loop. Also for other options, such at
774
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1595 'tabline' and 'titlestring'. ":verbose set statusline" will mention that it
38d7bf77e550 updated for version 7.0226
vimboss
parents: 769
diff changeset
1596 was set in an error handler.
681
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
1597
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
1598 When there are several matching tags, the ":tag <name>" and CTRL-] commands
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
1599 jump to the [count] matching tag. (Yegappan Lakshmanan)
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
1600
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1601 Win32: In the batch files generated by the install program, use $VIMRUNTIME or
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1602 $VIM if it's set. Example provided by Mathias Michaelis.
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
1603 Also create a vimtutor.bat batch file.
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
1604
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1605 The 'balloonexpr' option is now |global-local|.
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
1606
795
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
1607 The system() function now runs in cooked mode, thus can be interrupted by
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
1608 CTRL-C.
86ce35c9750f updated for version 7.0231
vimboss
parents: 791
diff changeset
1609
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1610 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1611 COMPILE TIME CHANGES *compile-changes-7*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1612
69
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1613 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1614 probably didn't work. If you want to work on this: get the Vim 6.x version
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1615 and merge it back in.
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1616
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1617 When running the tests and one of them fails to produce "test.out" the
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1618 following tests are still executed. This helps when running out of memory.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1619
359
6c62b9b939bd updated for version 7.0093
vimboss
parents: 344
diff changeset
1620 When compiling with EXITFREE defined and the ccmalloc library it is possible
6c62b9b939bd updated for version 7.0093
vimboss
parents: 344
diff changeset
1621 to detect memory leaks. Some memory will always reported as leaked, such as
6c62b9b939bd updated for version 7.0093
vimboss
parents: 344
diff changeset
1622 allocated by X11 library functions and the memory allocated in alloc_cmdbuff()
6c62b9b939bd updated for version 7.0093
vimboss
parents: 344
diff changeset
1623 to store the ":quit" command.
6c62b9b939bd updated for version 7.0093
vimboss
parents: 344
diff changeset
1624
445
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1625 Moved the code for printing to src/hardcopy.c.
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1626
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1627 Moved some code from main() to separate functions to make it easier to see
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
1628 what is being done. Using a structure to avoid a lot of arguments to the
445
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1629 functions.
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1630
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1631 Moved unix_expandpath() to misc1.c, so that it can also be used by os_mac.c
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1632 without copying the code.
c773cb978acf updated for version 7.0116
vimboss
parents: 436
diff changeset
1633
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1634 --- Mac ---
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1635
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1636 "make" now creates the Vim.app directory and "make install" copies it to its
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1637 final destination. (Raf)
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1638
769
2f006d0864c1 updated for version 7.0225
vimboss
parents: 761
diff changeset
1639 Put the runtime directory not directly in Vim.app but in
2f006d0864c1 updated for version 7.0225
vimboss
parents: 761
diff changeset
1640 Vim.app/Contents/Resources/vim, so that it's according to Mac specs.
2f006d0864c1 updated for version 7.0225
vimboss
parents: 761
diff changeset
1641
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1642 Made it possible to compile with Motif, Athena or GTK without tricks and still
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1643 being able to use the MacRoman conversion. Added the os_mac_conv.c file.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1644
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1645 When running "make install" the runtime files are installed as for Unix.
502
52e76e2b5b65 updated for version 7.0140
vimboss
parents: 500
diff changeset
1646 Avoids that too many files are copied. When running "make" a link to the
52e76e2b5b65 updated for version 7.0140
vimboss
parents: 500
diff changeset
1647 runtime files is created to avoid a recursive copy that takes much time.
52e76e2b5b65 updated for version 7.0140
vimboss
parents: 500
diff changeset
1648
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1649 Configure will attempt to build Vim for both Intel and PowerPC. The
693
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
1650 --with-mac-arch configure argument can change it.
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
1651
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1652 --- Win32 ---
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1653
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1654 The Make_mvc.mak file was adjusted to work with the latest MS compilers,
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1655 including the free version of Visual Studio 2005. (George Reilly)
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1656
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1657 INSTALLpc.txt was updated for the recent changes. (George Reilly)
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1658
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1659 The distributed executable is now produced with the free Visual C++ Toolkit
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1660 2003 and other free SDK chunks. msvcsetup.bat was added to support this.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1661
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1662 Also generate the .pdb file that can be used to generate a useful crash report
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1663 on MS-Windows. (George Reilly)
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
1664
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1665 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1666 BUG FIXES *bug-fixes-7*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1667
10
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1668 When using PostScript printing on MS-DOS the default 'printexpr' used "lpr"
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1669 instead of "copy". When 'printdevice' was empty the copy command did not
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1670 work. Use "LPT1" then.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1671
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1672 The GTK font dialog uses a font size zero when the font name doesn't include a
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1673 size. Use a default size of 10.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1674
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1675 This example in the documentation didn't work:
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1676 :e `=foo . ".c" `
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1677 Skip over the expression in `=expr` when looking for comments, |, % and #.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1678
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1679 When ":helpgrep" doesn't find anything there is no error message.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1680
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1681 "L" and "H" did not take closed folds into account.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1682
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1683 Win32: The "-P title" argument stopped at the first title that matched, even
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1684 when it doesn't support MDI.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1685
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1686 Mac GUI: CTRL-^ and CTRL-@ did not work.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1687
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1688 "2daw" on "word." at the end of a line didn't include the preceding white
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1689 space.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1690
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1691 Win32: Using FindExecutable() doesn't work to find a program. Use
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1692 SearchPath() instead. For executable() use $PATHEXT when the program searched
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1693 for doesn't have an extension.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1694
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1695 When 'virtualedit' is set, moving the cursor up after appending a character
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1696 may move it to a different column. Was caused by auto-formatting moving the
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1697 cursor and not putting it back where it was.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1698
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1699 When indent was added automatically and then moving the cursor, the indent was
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1700 not deleted (like when pressing ESC). The "I" flag in 'cpoptions' can be used
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1701 to make it work the old way.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1702
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1703 When opening a command-line window, 'textwidth' gets set to 78 by the Vim
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1704 filetype plugin. Reset 'textwidth' to 0 to avoid lines are broken.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1705
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1706 After using cursor(line, col) moving up/down doesn't keep the same column.
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1707
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1708 Win32: Borland C before 5.5 requires using ".u." for LowPart and HighPart
4e2284e71352 updated for version 7.0002
vimboss
parents: 7
diff changeset
1709 fields. (Walter Briscoe)
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1710
11
4424b47a0797 updated for version 7.0003
vimboss
parents: 10
diff changeset
1711 On Sinix SYS_NMLN isn't always defined. Define it ourselves. (Cristiano De
4424b47a0797 updated for version 7.0003
vimboss
parents: 10
diff changeset
1712 Michele)
4424b47a0797 updated for version 7.0003
vimboss
parents: 10
diff changeset
1713
14
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1714 Printing with PostScript may keep the printer waiting for more. Append a
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1715 CTRL-D to the printer output. (Mike Williams)
946da5994c01 updated for version 7.0006
vimboss
parents: 13
diff changeset
1716
16
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
1717 When converting a string with a hex or octal number the leading '-' was
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
1718 ignored. ":echo '-05' + 0" resulted in 5 instead of -5.
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
1719
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
1720 Using "@:" to repeat a command line didn't work when it contains control
480
bf5ba8a0cdee updated for version 7.0129
vimboss
parents: 477
diff changeset
1721 characters. Also remove "'<,'>" when in Visual mode to avoid that it appears
bf5ba8a0cdee updated for version 7.0129
vimboss
parents: 477
diff changeset
1722 twice.
16
3ba373b54370 updated for version 7.0008
vimboss
parents: 15
diff changeset
1723
17
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1724 When using file completion for a user command, it would not expand environment
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1725 variables like for a regular command with a file argument.
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1726
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1727 'cindent': When the argument of a #define looks like a C++ class the next line
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1728 is indented too much.
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1729
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1730 When 'comments' includes multi-byte characters inserting the middle part and
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1731 alignment may go wrong. 'cindent' also suffers from this for right-aligned
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1732 items.
9be87deaeb52 updated for version 7.0009
vimboss
parents: 16
diff changeset
1733
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1734 Win32: when 'encoding' is set to "utf-8" getenv() still returns strings in the
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1735 active codepage. Convert to utf-8. Also for $HOME.
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1736
18
293621502c4d updated for version 7.0010
vimboss
parents: 17
diff changeset
1737 The default for 'helplang' was "zh" for both "zh_cn" and "zh_tw". Now use
293621502c4d updated for version 7.0010
vimboss
parents: 17
diff changeset
1738 "cn" or "tw" as intended.
293621502c4d updated for version 7.0010
vimboss
parents: 17
diff changeset
1739
20
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1740 When 'bin' is set and 'eol' is not set then line2byte() added the line break
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1741 after the last line while it's not there.
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1742
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1743 Using foldlevel() in a WinEnter autocommand may not work. Noticed when
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1744 resizing the GUI shell upon startup.
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1745
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1746 Python: Using buffer.append(f.readlines()) didn't work. Allow appending a
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1747 string with a trailing newline. The newline is ignored.
4ac1dce8dd5e updated for version 7.0012
vimboss
parents: 19
diff changeset
1748
21
db5102f7e29f updated for version 7.0013
vimboss
parents: 20
diff changeset
1749 When using the ":saveas f2" command for buffer "f1", the Buffers menu would
db5102f7e29f updated for version 7.0013
vimboss
parents: 20
diff changeset
1750 contain "f2" twice, one of them leading to "f1". Also trigger the BufFilePre
db5102f7e29f updated for version 7.0013
vimboss
parents: 20
diff changeset
1751 and BufFilePost events for the alternate buffer that gets the old name.
db5102f7e29f updated for version 7.0013
vimboss
parents: 20
diff changeset
1752
22
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1753 strridx() did not work well when the needle is empty. (Ciaran McCreesh)
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1754
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1755 GTK: Avoid a potential hang in gui_mch_wait_for_chars() when input arrives
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1756 just before it is invoked
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1757
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1758 VMS: Occasionally CR characters were inserted in the file. Expansion of
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1759 environment variables was not correct. (Zoltan Arpadffy)
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1760
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1761 UTF-8: When 'delcombine' is set "dw" only deleted the last combining character
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1762 from the first character of the word.
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1763
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1764 When using ":sball" in an autocommand only the filetype in one buffer was
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1765 detected. Reset did_filetype in enter_buffer().
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1766
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1767 When using ":argdo" and the window already was at the first argument index,
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1768 but not actually editing it, the current buffer would be used instead.
cc049b00ee70 updated for version 7.0014
vimboss
parents: 21
diff changeset
1769
23
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1770 When ":next dir/*" includes many matches, adding the names to the argument
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1771 list may take an awful lot of time and can't be interrupted. Allow
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1772 interrupting this.
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1773
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1774 When editing a file that was already loaded in a buffer, modelines were not
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1775 used. Now window-local options in the modeline are set. Buffer-local options
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1776 and global options remain unmodified.
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1777
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1778 Win32: When 'encoding' is set to "utf-8" in the vimrc file, files from the
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1779 command line with non-ASCII characters are not used correctly. Recode the
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1780 file names when 'encoding' is set, using the Unicode command line.
3f44e9abe4ec updated for version 7.0015
vimboss
parents: 22
diff changeset
1781
24
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1782 Win32 console: When the default for 'encoding' ends up to be "latin1", the
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1783 default value of 'isprint' was wrong.
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1784
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1785 When an error message is given while waiting for a character (e.g., when an
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1786 xterm reports the number of colors), the hit-enter prompt overwrote the last
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1787 line. Don't reset msg_didout in normal_cmd() for K_IGNORE.
8ff7fd162d3c updated for version 7.0016
vimboss
parents: 23
diff changeset
1788
26
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1789 Mac GUI: Shift-Tab didn't work.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1790
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1791 When defining tooltip text, don't translate terminal codes, since it's not
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1792 going to be used like a command.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1793
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1794 GTK 2: Check the tooltip text for valid utf-8 characters to avoid getting a
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1795 GTK error. Invalid characters may appear when 'encoding' is changed.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1796
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1797 GTK 2: Add a safety check for invalid utf-8 sequences, they can crash pango.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1798
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1799 Win32: When 'encoding' is changed while starting up, use the Unicode command
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1800 line to convert the file arguments to 'encoding'. Both for the GUI and the
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1801 console version.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1802
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1803 Win32 GUI: latin9 text (iso-8859-15) was not displayed correctly, because
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1804 there is no codepage for latin9. Do our own conversion from latin9 to UCS2.
404aac550f35 updated for version 7.0017
vimboss
parents: 24
diff changeset
1805
29
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1806 When two versions of GTK+ 2 are installed it was possible to use the header
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1807 files from one and the library from the other. Use GTK_LIBDIR to put the
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1808 directory for the library early in the link flags.
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1809
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1810 With the GUI find/replace dialog a replace only worked if the pattern was
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1811 literal text. Now it works for any pattern.
ac33b7c03fac updated for version 7.0018
vimboss
parents: 26
diff changeset
1812
36
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1813 When 'equalalways' is set and 'eadirection' is "hor", ":quit" would still
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1814 cause equalizing window heights in the vertical direction.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1815
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1816 When ":emenu" is used in a startup script the command was put in the typeahead
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1817 buffer, causing a prompt for the crypt key to be messed up.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1818
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1819 Mac OS/X: The default for 'isprint' included characters 128-160, causes
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1820 problems for Terminal.app.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1821
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1822 When a syntax item with "containedin" is used, it may match in the start or
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1823 end of a region with a matchgroup, while this doesn't happen for a "contains"
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1824 argument.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1825
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1826 When a transparent syntax items matches in another item where the highlighting
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1827 has already stopped (because of a he= argument), the highlighting would come
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1828 back.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1829
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1830 When cscope is used to set the quickfix error list, it didn't get set if there
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1831 was only one match. (Sergey Khorev)
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1832
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1833 When 'confirm' is set and using ":bdel" in a modified buffer, then selecting
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1834 "cancel", would still give an error message.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1835
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1836 The PopUp menu items that started Visual mode didn't work when not in Normal
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1837 mode. Switching between selecting a word and a line was not possible.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1838
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1839 Win32: The keypad decimal point always resulted in a '.', while on some
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1840 keyboards it's a ','. Use MapVirtualKey(VK_DECIMAL, 2).
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1841
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1842 Removed unused function DisplayCompStringOpaque() from gui_w32.c
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1843
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1844 In Visual mode there is not always an indication whether the line break is
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1845 selected or not. Highlight the character after the line when the line break
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1846 is included, e.g., after "v$o".
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1847
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1848 GTK: The <F10> key can't be mapped, it selects the menu. Disable that with a
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1849 GTK setting and do select the menu when <F10> isn't mapped. (David Necas)
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1850
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1851 After "Y" '[ and '] were not at start/end of the yanked text.
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1852
125e80798a85 updated for version 7.0021
vimboss
parents: 32
diff changeset
1853 When a telnet connection is dropped Vim preserves files and exits. While
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
1854 doing that a SIGHUP may arrive and disturb us, thus ignore it. (Scott
38
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
1855 Anderson) Also postpone SIGHUP, SIGQUIT and SIGTERM until it's safe to
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
1856 handle. Added handle_signal().
c524f99c7925 updated for version 7.0022
vimboss
parents: 36
diff changeset
1857
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1858 When completing a file name on the command line backslashes are required for
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1859 white space. Was only done for a space, not for a Tab.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1860
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1861 When configure could not find a terminal library, compiling continued for a
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1862 long time before reporting the problem. Added a configure check for tgetent()
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1863 being found in a library.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1864
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1865 When the cursor is on the first char of the last line a ":g/pat/s///" command
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1866 may cause the cursor to be displayed below the text.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1867
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1868 Win32: Editing a file with non-ASCII characters doesn't work when 'encoding'
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1869 is "utf-8". use _wfullpath() instead of _fullpath(). (Yu-sung Moon)
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1870
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1871 When recovering the 'fileformat' and 'fileencoding' were taken from the
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1872 original file instead of from the swapfile. When the file didn't exist, was
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1873 empty or the option was changed (e.g., with ":e ++fenc=cp123 file") it could
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1874 be wrong. Now store 'fileformat' and 'fileencoding' in the swapfile and use
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1875 the values when recovering.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1876
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1877 ":bufdo g/something/p" overwrites each last printed text line with the file
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1878 message for the next buffer. Temporarily clear 'shortmess' to avoid that.
410fa1a31baf updated for version 7.0023
vimboss
parents: 38
diff changeset
1879
40
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1880 Win32: Cannot edit a file starting with # with --remote. Do escape % and #
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1881 when building the ":drop" command.
f1d2a58883b9 updated for version 7.0024
vimboss
parents: 39
diff changeset
1882
2033
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
1883 A comment or | just after an expression-backtick argument was not recognized.
41
f529edb9bab3 updated for version 7.0025
vimboss
parents: 40
diff changeset
1884 E.g. in :e `="foo"`"comment.
f529edb9bab3 updated for version 7.0025
vimboss
parents: 40
diff changeset
1885
46
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1886 "(" does not stop at an empty sentence (single dot and white space) while ")"
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1887 does. Also breaks "das" on that dot.
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1888
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1889 When doing "yy" with the cursor on a TAB the ruler could be wrong and "k"
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1890 moved the cursor to another column.
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1891
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1892 When 'commentstring' is '"%s' and there is a double quote in the line a double
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1893 quote before the fold marker isn't removed in the text displayed for a closed
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1894 fold.
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1895
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1896 In Visual mode, when 'bin' and 'eol' set, g CTRL-G counted the last line
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1897 break, resulting in "selected 202 of 201 bytes".
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1898
69
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1899 Motif: fonts were not used for dialog components. (Marcin Dalecki)
46
46d39f2eff86 updated for version 7.0027
vimboss
parents: 43
diff changeset
1900
56
dbf53ece2e23 updated for version 7.0029
vimboss
parents: 51
diff changeset
1901 Motif: After using a toolbar button the keyboard focus would be on the toolbar
69
41c69c64e401 updated for version 7.0030
vimboss
parents: 56
diff changeset
1902 (Lesstif problem). (Marcin Dalecki)
56
dbf53ece2e23 updated for version 7.0029
vimboss
parents: 51
diff changeset
1903
51
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1904 When using "y<C-V>`x" where mark x is in the first column, the last line was
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1905 not included.
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1906
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1907 Not all test scripts work properly on MS-Windows when checked out from CVS.
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1908 Use a Vim command to fix all fileformats to dos before executing the tests.
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1909
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1910 When using ":new" and the file fits in the window, lines could still be above
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1911 the window. Now remove empty lines instead of keeping the relative position.
8c25f10d49e7 updated for version 7.0028
vimboss
parents: 46
diff changeset
1912
76
0ef9cebc4f5d updated for version 7.0031
vimboss
parents: 69
diff changeset
1913 Cmdline completion didn't work after ":let var1 var<Tab>".
0ef9cebc4f5d updated for version 7.0031
vimboss
parents: 69
diff changeset
1914
91
d0764d5e4619 updated for version 7.0036
vimboss
parents: 76
diff changeset
1915 When using ":startinsert" or ":startreplace" when already in Insert mode
d0764d5e4619 updated for version 7.0036
vimboss
parents: 76
diff changeset
1916 (possible when using CTRL-R =), pressing Esc would directly restart Insert
d0764d5e4619 updated for version 7.0036
vimboss
parents: 76
diff changeset
1917 mode. (Peter Winters)
d0764d5e4619 updated for version 7.0036
vimboss
parents: 76
diff changeset
1918
97
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
1919 "2daw" didn't work at end of file if the last word is a single character.
d4f3db33d782 updated for version 7.0037
vimboss
parents: 91
diff changeset
1920
100
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
1921 Completion for ":next a'<Tab>" put a backslash before single quote, but it was
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
1922 not removed when editing a file. Now halve backslashes in save_patterns().
109
448c4c08f5b5 updated for version 7.0040
vimboss
parents: 100
diff changeset
1923 Also fix expanding a file name with the shell that contains "\'".
100
1f3902f3eb5c updated for version 7.0038
vimboss
parents: 97
diff changeset
1924
136
18f29039b83c updated for version 7.0044
vimboss
parents: 123
diff changeset
1925 When doing "1,6d|put" only "fewer lines" was reported. Now a following "more
18f29039b83c updated for version 7.0044
vimboss
parents: 123
diff changeset
1926 lines" overwrites the message.
18f29039b83c updated for version 7.0044
vimboss
parents: 123
diff changeset
1927
18f29039b83c updated for version 7.0044
vimboss
parents: 123
diff changeset
1928 Configure could not handle "-Dfoo=long\ long" in the TCL config output.
18f29039b83c updated for version 7.0044
vimboss
parents: 123
diff changeset
1929
141
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
1930 When searching backwards, using a pattern that matches a newline and uses \zs
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
1931 after that, didn't find a match. Could also get a hang or end up in the right
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
1932 column in the wrong line.
88256bf8571c updated for version 7.0045
vimboss
parents: 136
diff changeset
1933
149
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1934 When $LANG is "sl" for slovenian, the slovak menu was used, since "slovak"
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1935 starts with "sl".
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1936
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1937 When 'paste' is set in the GUI the Paste toolbar button doesn't work. Clear
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1938 'paste' when starting the GUI.
c456a192a00d updated for version 7.0046
vimboss
parents: 141
diff changeset
1939
155
e91a302ad53a updated for version 7.0047
vimboss
parents: 149
diff changeset
1940 A message about a wrong viminfo line included the trailing NL.
e91a302ad53a updated for version 7.0047
vimboss
parents: 149
diff changeset
1941
159
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1942 When 'paste' is set in the GUI the toolbar button doesn't work in Insert mode.
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1943 Use ":exe" in menu.vim to avoid duplicating the commands, instead of using a
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1944 mapping.
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1945
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1946 Treat "mlterm" as an xterm-like terminal. (Seiichi Sato)
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1947
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1948 ":z.4" and ":z=4" didn't work Vi compatible.
389c8abd5925 updated for version 7.0048
vimboss
parents: 155
diff changeset
1949
162
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1950 When sourcing a file, editing it and sourcing it again, it could appear twice
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1951 in ":scriptnames" and get a new <SID>, because the inode has changed.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1952
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1953 When $SHELL is set but empty the 'shell' option would be empty. Don't use an
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1954 empty $SHELL value.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1955
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1956 A command "w! file" in .vimrc or $EXINIT didn't work. Now it writes an empty
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1957 file.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1958
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1959 When a CTRL-F command at the end of the file failed, the cursor was still
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1960 moved to the start of the line. Now it remains where it is.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1961
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1962 When using ":s" or "&" to repeat the last substitute and "$" was used to put
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1963 the cursor in the last column, put the cursor in the last column again. This
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1964 is Vi compatible.
7e6c3b196717 updated for version 7.0049
vimboss
parents: 159
diff changeset
1965
164
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1966 Vim is not fully POSIX compliant but sticks with traditional Vi behavior.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1967 Added a few flags in 'cpoptions' to behave the POSIX way when wanted. The
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1968 $VIM_POSIX environment variable is checked to set the default.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1969
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1970 Appending to a register didn't insert a line break like Vi. Added the '>'
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1971 flag to 'cpoptions' for this.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1972
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1973 Using "I" in a line with only blanks appended to the line. This is not Vi
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1974 compatible. Added the 'H' flag in 'coptions' for this.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1975
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1976 When joining multiple lines the cursor would be at the last joint, but Vi
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1977 leaves it at the position where "J" would put it. Added the 'q' flag in
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1978 'cpoptions' for this.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1979
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1980 Autoindent didn't work for ":insert" and ":append".
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1981
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1982 Using ":append" in an empty buffer kept the dummy line. Now it's deleted to
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1983 be Vi compatible.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1984
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1985 When reading commands from a file and stdout goes to a terminal, would still
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1986 request the xterm version. Vim can't read it, thus the output went to the
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1987 shell and caused trouble there.
8b0ee9d57d7f updated for version 7.0050
vimboss
parents: 162
diff changeset
1988
169
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1989 When redirecting to a register with an invalid name the redirection would
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1990 still be done (after an error message). Now reset "redir_reg". (Yegappan
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1991 Lakshmanan)
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1992
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1993 It was not possible to use a NL after a backslash in Ex mode. This is
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1994 sometimes used to feed multiple lines to a shell command.
0e902b8f511f updated for version 7.0051
vimboss
parents: 164
diff changeset
1995
170
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1996 When 'cmdheight' is set to 2 in .vimrc and the GUI uses the number of lines
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1997 from the terminal we actually get 3 lines for the cmdline in gvim.
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1998
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
1999 When setting $HOME allocated memory would leak.
8c60f65311fa updated for version 7.0052
vimboss
parents: 169
diff changeset
2000
179
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
2001 Win32: bold characters may sometimes write in another character cell. Use
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
2002 unicodepdy[] as for UTF-8. (Taro Muraoka)
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
2003
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
2004 ":w fname" didn't work for files with 'buftype' set to "nofile".
7fd70926e2e1 updated for version 7.0055
vimboss
parents: 175
diff changeset
2005
192
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
2006 The method used to locate user commands for completion differed from when they
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2007 are executed. Ambiguous command names were not completed properly.
192
2fcd444c4bd3 updated for version 7.0057
vimboss
parents: 181
diff changeset
2008
197
59fd8376545b updated for version 7.0058
vimboss
parents: 192
diff changeset
2009 Incremental search may cause a crash when there is a custom statusline that
59fd8376545b updated for version 7.0058
vimboss
parents: 192
diff changeset
2010 indirectly invokes ":normal".
59fd8376545b updated for version 7.0058
vimboss
parents: 192
diff changeset
2011
59fd8376545b updated for version 7.0058
vimboss
parents: 192
diff changeset
2012 Diff mode failed when $DIFF_OPTIONS was set in the environment. Unset it
59fd8376545b updated for version 7.0058
vimboss
parents: 192
diff changeset
2013 before invoking "diff".
59fd8376545b updated for version 7.0058
vimboss
parents: 192
diff changeset
2014
200
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2015 Completion didn't work after ":argdo", ":windo" and ":bufdo". Also for ":set
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2016 &l:opt" and ":set &g:opt". (Peter Winters)
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2017
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2018 When setting 'ttymouse' to "dec" in an xterm that supports the DEC mouse
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2019 locator it doesn't work. Now switch off the mouse before selecting another
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2020 mouse model.
3585d1a53fa5 updated for version 7.0059
vimboss
parents: 197
diff changeset
2021
206
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2022 When the CursorHold event is triggered and the commands peek for typed
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2023 characters the typeahead buffer may be messed up, e.g., when a mouse-up event
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2024 is received. Avoid invoking the autocommands from the function waiting for a
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2025 character, let it put K_CURSORHOLD in the input buffer.
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2026
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2027 Removed the "COUNT" flag from ":argadd", to avoid ":argadd 1*" to be used like
218
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2028 ":1argadd *". Same for ":argdelete" and ":argedit".
206
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2029
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2030 Avoid that $LANG is used for the menus when LC_MESSAGES is "en_US".
87857ffdbf46 updated for version 7.0060
vimboss
parents: 200
diff changeset
2031
218
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2032 Added backslashes before dashes in the vim.1 manual page to make the appear as
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2033 real dashes. (Pierr Habouzit)
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2034
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2035 Where "gq" left the cursor depended on the value of 'formatprg'. Now "gq"
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2036 always leaves the cursor at the last line of the formatted text.
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2037
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2038 When editing a compressed file, such as "changelog.Debian.gz" file, filetype
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2039 detection may try to check the contents of the file while it's still
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2040 compressed. Skip setting 'filetype' for compressed files until they have been
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2041 decompressed. Required for patterns that end in a "*".
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2042
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2043 Starting with an argument "+cmd" or "-S script" causes the cursor the be moved
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2044 to the first line. That breaks a BufReadPost autocommand that uses g`".
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2045 Don't move the cursor if it's somewhere past the first line.
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2046
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2047 "gg=G" while 'modifiable' is off was uninterruptible.
218
0d6554dfc71e updated for version 7.0061
vimboss
parents: 206
diff changeset
2048
222
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
2049 When 'encoding' is "sjis" inserting CTRL-V u d800 a few times causes a crash.
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
2050 Don't insert a DBCS character with a NUL second byte.
14ded4ba39cc updated for version 7.0062
vimboss
parents: 218
diff changeset
2051
231
8eec9649b7a2 updated for version 7.0064
vimboss
parents: 222
diff changeset
2052 In Insert mode CTRL-O <Home> didn't move the cursor. Made "ins_at_eol" global
8eec9649b7a2 updated for version 7.0064
vimboss
parents: 222
diff changeset
2053 and reset it in nv_home().
8eec9649b7a2 updated for version 7.0064
vimboss
parents: 222
diff changeset
2054
234
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
2055 Wildcard expansion failed: ":w /tmp/$$.`echo test`". Don't put quotes around
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
2056 spaces inside backticks.
a686fd6c8beb updated for version 7.0065
vimboss
parents: 231
diff changeset
2057
237
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2058 After this sequence of commands: Y V p gv: the wrong line is selected. Now
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2059 let "gv" select the text that was put, since the original text is deleted.
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2060 This should be the most useful thing to do.
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2061
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2062 ":sleep 100u" sleeps for 100 seconds, not 100 usec as one might expect. Give
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2063 an error message when the argument isn't recognized.
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2064
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2065 In gui_mch_draw_string() in gui_w32.c "unibuflen" wasn't static, resulting in
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2066 reallocating the buffer every time. (Alexei Alexandrov)
73354c21f1e4 updated for version 7.0066
vimboss
parents: 234
diff changeset
2067
242
a711f7a6852d updated for version 7.0067
vimboss
parents: 237
diff changeset
2068 When using a Python "atexit" function it was not invoked when Vim exits. Now
a711f7a6852d updated for version 7.0067
vimboss
parents: 237
diff changeset
2069 call Py_Finalize() for that. (Ugo Di Girolamo)
323
03b3684919e3 updated for version 7.0084
vimboss
parents: 315
diff changeset
2070 This breaks the thread stuff though, fixed by Ugo.
242
a711f7a6852d updated for version 7.0067
vimboss
parents: 237
diff changeset
2071
265
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2072 GTK GUI: using a .vimrc with "set cmdheight=2 lines=43" and ":split" right
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2073 after startup, the window layout is messed up. (Michael Schaap) Added
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2074 win_new_shellsize() call in gui_init() to fix the topframe size.
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2075
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2076 Trick to get ...MOUSE_NM not used when there are vertical splits. Now pass
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2077 column -1 for the left most window and add MOUSE_COLOFF for others. Limits
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2078 mouse column to 10000.
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2079
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2080 searchpair() may hang when the end pattern has "\zs" at the end. Check that
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2081 we find the same position again and advance one character.
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2082
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2083 When in diff mode and making a change that causes the "changed" highlighting
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2084 to disappear or reappear, it was still highlighted in another window.
8e2cc4452728 updated for version 7.0071
vimboss
parents: 242
diff changeset
2085
271
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
2086 When a ":next" command fails because the user selects "Abort" at the ATTENTION
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
2087 prompt the argument index was advanced anyway.
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
2088
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
2089 When "~" is in 'iskeyword' the "gd" doesn't work, it's used for the previous
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
2090 substitute pattern. Put "\V" in the pattern to avoid that.
8d34af900bae updated for version 7.0072
vimboss
parents: 265
diff changeset
2091
274
8fa8d7964cf1 updated for version 7.0073
vimboss
parents: 271
diff changeset
2092 Use of sprintf() sometimes didn't check properly for buffer overflow. Also
8fa8d7964cf1 updated for version 7.0073
vimboss
parents: 271
diff changeset
2093 when using smsg(). Included code for snprintf() to avoid having to do size
8fa8d7964cf1 updated for version 7.0073
vimboss
parents: 271
diff changeset
2094 checks where invoking them
8fa8d7964cf1 updated for version 7.0073
vimboss
parents: 271
diff changeset
2095
279
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2096 ":help \=<Tab>" didn't find "sub-replace-\=". Wild menu for help tags didn't
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2097 show backslashes. ":he :s\=" didn't work.
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2098
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2099 When reading an errorfile "~/" in a file name was not expanded.
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2100
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2101 GTK GUI: When adding a scrollbar (e.g. when using ":vsplit") in a script or
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2102 removing it the window size may change. GTK sends us resize events when we
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2103 change the window size ourselves, but they may come at an unexpected moment.
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2104 Peek for a character to get any window resize events and fix 'columns' and
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2105 'lines' to undo this.
946f0cbdd535 updated for version 7.0074
vimboss
parents: 274
diff changeset
2106
791
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2107 When using the GTK plug mechanism, resizing and focus was not working
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2108 properly. (Neil Bird)
98a88a884610 updated for version 7.0230
vimboss
parents: 782
diff changeset
2109
284
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2110 After deleting files from the argument list a session file generated with
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2111 ":mksession" may contain invalid ":next" commands.
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2112
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2113 When 'shortmess' is empty and 'keymap' set to accents, in Insert mode CTRL-N
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2114 may cause the hit-enter prompt. Typing 'a then didn't result in the accented
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2115 character. Put the character typed at the prompt back in the typeahead buffer
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2116 so that mapping is done in the right mode.
e697bd3c3876 updated for version 7.0075
vimboss
parents: 279
diff changeset
2117
337
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
2118 setbufvar() and setwinvar() did not give error messages.
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
2119
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
2120 It was possible to set a variable with an illegal name, e.g. with setbufvar().
344
7033303ea0c0 updated for version 7.0089
vimboss
parents: 337
diff changeset
2121 It was possible to define a function with illegal name, e.t. ":func F{-1}()"
7033303ea0c0 updated for version 7.0089
vimboss
parents: 337
diff changeset
2122
7033303ea0c0 updated for version 7.0089
vimboss
parents: 337
diff changeset
2123 CTRL-W F and "gf" didn't use the same method to get the file name.
337
75786cfb4e86 updated for version 7.0087
vimboss
parents: 333
diff changeset
2124
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
2125 When reporting a conversion error the line number of the last error could be
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
2126 given. Now report the first encountered error.
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
2127
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
2128 When using ":e ++enc=name file" and iconv() was used for conversion an error
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
2129 caused a fall-back to no conversion. Now replace a character with '?' and
375
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
2130 continue.
f14cbd913415 updated for version 7.0097
vimboss
parents: 359
diff changeset
2131
404
cf83dacfa25f updated for version 7.0105
vimboss
parents: 379
diff changeset
2132 When opening a new buffer the local value of 'bomb' was not initialized from
cf83dacfa25f updated for version 7.0105
vimboss
parents: 379
diff changeset
2133 the global value.
cf83dacfa25f updated for version 7.0105
vimboss
parents: 379
diff changeset
2134
415
165c628aa9fc updated for version 7.0108
vimboss
parents: 410
diff changeset
2135 Win32: When using the "Edit with Vim" entry the file name was limited to about
165c628aa9fc updated for version 7.0108
vimboss
parents: 410
diff changeset
2136 200 characters.
165c628aa9fc updated for version 7.0108
vimboss
parents: 410
diff changeset
2137
436
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
2138 When using command line completion for ":e *foo" and the file "+foo" exists
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
2139 the resulting command ":e +foo" doesn't work. Now insert a backslash: ":e
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
2140 \+foo".
a1c5a6cb2675 updated for version 7.0112
vimboss
parents: 432
diff changeset
2141
446
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2142 When the translation of "-- More --" was not 10 characters long the following
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2143 message would be in the wrong position.
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2144
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2145 At the more-prompt the last character in the last line wasn't drawn.
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2146
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2147 When deleting non-existing text while 'virtualedit' is set the '[ and '] marks
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2148 were not set.
7472c565592a updated for version 7.0117
vimboss
parents: 445
diff changeset
2149
462
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
2150 Win32: Could not use "**/" in 'path', it had to be "**\".
c21975c58b44 updated for version 7.0123
vimboss
parents: 460
diff changeset
2151
481
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
2152 The search pattern "\n" did not match at the end of the last line.
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
2153
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
2154 Searching for a pattern backwards, starting on the NUL at the end of the line
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
2155 and 'encoding' is "utf-8" would match the pattern just before it incorrectly.
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
2156 Affected searchpair('/\*', '', '\*/').
66080ac5dab7 updated for version 7.0130
vimboss
parents: 480
diff changeset
2157
482
6f8b578776ab updated for version 7.0131
vimboss
parents: 481
diff changeset
2158 For the Find/Replace dialog it was possible that not finding the text resulted
6f8b578776ab updated for version 7.0131
vimboss
parents: 481
diff changeset
2159 in an error message while redrawing, which cleared the syntax highlighting
6f8b578776ab updated for version 7.0131
vimboss
parents: 481
diff changeset
2160 while it was being used, resulting in a crash. Now don't clear syntax
6f8b578776ab updated for version 7.0131
vimboss
parents: 481
diff changeset
2161 highlighting, disable it with b_syn_error.
6f8b578776ab updated for version 7.0131
vimboss
parents: 481
diff changeset
2162
497
73f10d8124f4 updated for version 7.0136
vimboss
parents: 494
diff changeset
2163 Win32: Combining UTF-8 characters were drawn on the previous character.
73f10d8124f4 updated for version 7.0136
vimboss
parents: 494
diff changeset
2164 Could be noticed with a Thai font.
73f10d8124f4 updated for version 7.0136
vimboss
parents: 494
diff changeset
2165
507
a1059cda45f2 updated for version 7.0142
vimboss
parents: 505
diff changeset
2166 Output of ":function" could leave some of the typed text behind. (Yegappan
a1059cda45f2 updated for version 7.0142
vimboss
parents: 505
diff changeset
2167 Lakshmanan)
a1059cda45f2 updated for version 7.0142
vimboss
parents: 505
diff changeset
2168
511
32cf0d2e14b4 updated for version 7.0143
vimboss
parents: 507
diff changeset
2169 When the command line history has only a few lines the command line window
32cf0d2e14b4 updated for version 7.0143
vimboss
parents: 507
diff changeset
2170 would be opened with these lines above the first window line.
32cf0d2e14b4 updated for version 7.0143
vimboss
parents: 507
diff changeset
2171
32cf0d2e14b4 updated for version 7.0143
vimboss
parents: 507
diff changeset
2172 When using a command line window for search strings ":qa" would result in
32cf0d2e14b4 updated for version 7.0143
vimboss
parents: 507
diff changeset
2173 searching for "qa" instead of quitting all windows.
32cf0d2e14b4 updated for version 7.0143
vimboss
parents: 507
diff changeset
2174
520
07134f5e78da updated for version 7.0145
vimboss
parents: 511
diff changeset
2175 GUI: When scrolling with the scrollbar and there is a line that doesn't fit
07134f5e78da updated for version 7.0145
vimboss
parents: 511
diff changeset
2176 redrawing may fail. Make sure w_skipcol is valid before redrawing.
07134f5e78da updated for version 7.0145
vimboss
parents: 511
diff changeset
2177
534
c6296b0ad9ea updated for version 7.0151
vimboss
parents: 533
diff changeset
2178 Limit the values of 'columns' and 'lines' to avoid an overflow in Rows *
c6296b0ad9ea updated for version 7.0151
vimboss
parents: 533
diff changeset
2179 Columns. Fixed bad effects when running out of memory (command line would be
c6296b0ad9ea updated for version 7.0151
vimboss
parents: 533
diff changeset
2180 reversed, ":qa!" resulted in ":!aq").
c6296b0ad9ea updated for version 7.0151
vimboss
parents: 533
diff changeset
2181
557
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2182 Motif: "gvim -iconic" opened the window anyway. (David Harrison)
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2183
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2184 There is a tiny chance that a symlink gets created between checking for an
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2185 existing file and creating a file. Use the O_NOFOLLOW for open() if it's
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2186 available.
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2187
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2188 In an empty line "ix<CTRL-O>0" moved the cursor to after the line instead of
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2189 sticking to the first column.
862863033fdd updated for version 7.0158
vimboss
parents: 552
diff changeset
2190
572
2244be18d9e9 updated for version 7.0162
vimboss
parents: 557
diff changeset
2191 When using ":wq" and a BufWriteCmd autocmd uses inputsecret() the text was
2244be18d9e9 updated for version 7.0162
vimboss
parents: 557
diff changeset
2192 echoed anyway. Set terminal to raw mode in getcmdline().
2244be18d9e9 updated for version 7.0162
vimboss
parents: 557
diff changeset
2193
580
90ee46d7f492 updated for version 7.0164
vimboss
parents: 575
diff changeset
2194 Unix: ":w a;b~c" caused an error in expanding wildcards.
90ee46d7f492 updated for version 7.0164
vimboss
parents: 575
diff changeset
2195
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
2196 When appending to a file with ":w >>fname" in a buffer without a name, causing
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
2197 the buffer to use "fname", the modified flag was reset.
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
2198
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2199 When appending to the current file the "not edited" flag would be reset.
591
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
2200 ":w" would overwrite the file accidentally.
36071a92cb76 updated for version 7.0167
vimboss
parents: 587
diff changeset
2201
594
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
2202 Unix: When filtering text with an external command Vim would still read input,
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
2203 causing text typed for the command (e.g., a password) to be eaten and echoed.
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
2204 Don't read input when the terminal is in cooked mode.
35cef95a6b76 updated for version 7.0168
vimboss
parents: 591
diff changeset
2205
604
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
2206 The Cygwin version of xxd used CR/LF line separators. (Corinna Vinschen)
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
2207
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
2208 Unix: When filtering text through a shell command some resulting text may be
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
2209 dropped. Now after detecting that the child has exited try reading some more
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
2210 of its output.
2930fd8e7d9f updated for version 7.0171
vimboss
parents: 601
diff changeset
2211
607
1b7cac059bab updated for version 7.0172
vimboss
parents: 604
diff changeset
2212 When inside input(), using "CTRL-R =" and the expression throws an exception
1b7cac059bab updated for version 7.0172
vimboss
parents: 604
diff changeset
2213 the command line was not abandoned but it wasn't used either. Now abandon
1b7cac059bab updated for version 7.0172
vimboss
parents: 604
diff changeset
2214 typing the command line.
1b7cac059bab updated for version 7.0172
vimboss
parents: 604
diff changeset
2215
610
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2216 'delcombine' was also used in Visual and Select mode and for commands like
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2217 "cl". That was illogical and has been disabled.
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2218
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2219 When recording while a CursorHold autocommand was defined special keys would
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2220 appear in the register. Now the CursorHold event is not triggered while
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2221 recording.
cd3689efd90a updated for version 7.0173
vimboss
parents: 607
diff changeset
2222
615
7fe13e0f5dce updated for version 7.0175
vimboss
parents: 613
diff changeset
2223 Unix: the src/configure script used ${srcdir-.}, not all shells understand
7fe13e0f5dce updated for version 7.0175
vimboss
parents: 613
diff changeset
2224 that. Use ${srcdir:-.} instead.
7fe13e0f5dce updated for version 7.0175
vimboss
parents: 613
diff changeset
2225
619
66263e241ce3 updated for version 7.0176
vimboss
parents: 615
diff changeset
2226 When editing file "a" which is a symlink to file "b" that doesn't exist,
66263e241ce3 updated for version 7.0176
vimboss
parents: 615
diff changeset
2227 writing file "a" to create "b" and then ":split b" resulted in two buffers on
66263e241ce3 updated for version 7.0176
vimboss
parents: 615
diff changeset
2228 the same file with two different swapfile names. Now set the inode in the
66263e241ce3 updated for version 7.0176
vimboss
parents: 615
diff changeset
2229 buffer when creating a new file.
66263e241ce3 updated for version 7.0176
vimboss
parents: 615
diff changeset
2230
620
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2231 When 'esckeys' is not set don't send the xterm code to request the version
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2232 string, because it may cause trouble in Insert mode.
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2233
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2234 When evaluating an expression for CTRL-R = on the command line it was possible
632
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2235 to call a function that opens a new window, resulting in errors for
634
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2236 incremental search, and many other nasty things were possible. Now use the
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2237 |textlock| to disallow changing the buffer or jumping to another window
625
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2238 to protect from unexpected behavior. Same for CTRL-\ e.
620
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2239
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2240 "d(" deleted the character under the cursor, while the documentation specified
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2241 an exclusive motion. Vi also doesn't delete the character under the cursor.
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2242
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2243 Shift-Insert in Insert mode could put the cursor before the last character
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2244 when it just fits in the window. In coladvance() don't stop at the window
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2245 edge when filling with spaces and when in Insert mode. In mswin.vim avoid
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2246 getting a beep from the "l" command.
9e359e5759f6 updated for version 7.0177
vimboss
parents: 619
diff changeset
2247
625
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2248 Win32 GUI: When Alt-F4 is used to close the window and Cancel is selected in
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2249 the dialog then Vim would insert <M-F4> in the text. Now it's ignored.
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2250
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2251 When ":silent! {cmd}" caused the swap file dialog, which isn't displayed,
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2252 there would still be a hit-enter prompt.
81fe2ccc1207 updated for version 7.0179
vimboss
parents: 620
diff changeset
2253
626
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2254 Requesting the termresponse (|t_RV|) early may cause problems with "-c"
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2255 arguments that invoke an external command or even "-c quit". Postpone it
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2256 until after executing "-c" arguments.
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2257
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2258 When typing in Insert mode so that a new line is started, using CTRL-G u to
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2259 break undo and start a new change, then joining the lines with <BS> caused
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2260 undo info to be missing. Now reset the insertion start point.
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2261
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2262 Syntax HL: When a region start match has a matchgroup and an offset that
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2263 happens to be after the end of the line then it continued in the next line and
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2264 stopped at the region end match, making the region continue after that.
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2265 Now check for the column being past the end of the line in syn_add_end_off().
732c7ae5743e updated for version 7.0180
vimboss
parents: 625
diff changeset
2266
630
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2267 When changing a file, setting 'swapfile' off and then on again, making another
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2268 change and killing Vim, then some blocks may be missing from the swapfile.
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2269 When 'swapfile' is switched back on mark all blocks in the swapfile as dirty.
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2270 Added mf_set_dirty().
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2271
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2272 Expanding wildcards in a command like ":e aap;<>!" didn't work. Put
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2273 backslashes before characters that are special to the shell. (Adri Verhoef)
52c87a746f4a updated for version 7.0181
vimboss
parents: 626
diff changeset
2274
632
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2275 A CursorHold autocommand would cause a message to be cleared. Don't show the
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2276 special key for the event for 'showcmd'.
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2277
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2278 When expanding a file name for a shell command, as in "!cmd foo<Tab>" or ":r
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2279 !cmd foo<Tab>" also escape characters that are special for the shell:
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2280 "!;&()<>".
b6632d553df3 updated for version 7.0182
vimboss
parents: 630
diff changeset
2281
634
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2282 When the name of the buffer was set by a ":r fname" command |cpo-f| no
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2283 autocommands were triggered to notify about the change in the buffer list.
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2284
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2285 In the quickfix buffer 'bufhidden' was set to "delete", which caused closing
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2286 the quickfix window to leave an unlisted "No Name" buffer behind every time.
1c586ee8dd45 updated for version 7.0183
vimboss
parents: 632
diff changeset
2287
637
a420bba0d851 updated for version 7.0184
vimboss
parents: 634
diff changeset
2288 Win32: when using two screens of different size, setting 'lines' to a large
a420bba0d851 updated for version 7.0184
vimboss
parents: 634
diff changeset
2289 value didn't fill the whole screen. (SungHyun Nam)
a420bba0d851 updated for version 7.0184
vimboss
parents: 634
diff changeset
2290
640
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
2291 Win32 installer: The generated _vimrc contained an absolute path to diff.exe.
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
2292 After upgrading it becomes invalid. Now use $VIMRUNTIME instead.
8a5a95f7ef2a updated for version 7.0185
vimboss
parents: 637
diff changeset
2293
644
e4fa26ce8769 updated for version 7.0187
vimboss
parents: 640
diff changeset
2294 The command line was cleared to often when 'showmode' was set and ":silent
e4fa26ce8769 updated for version 7.0187
vimboss
parents: 640
diff changeset
2295 normal vy" was used. Don't clear the command line unless the mode was
e4fa26ce8769 updated for version 7.0187
vimboss
parents: 640
diff changeset
2296 actually displayed. Added the "mode_displayed" variable.
e4fa26ce8769 updated for version 7.0187
vimboss
parents: 640
diff changeset
2297
648
9032e4668296 updated for version 7.0189
vimboss
parents: 647
diff changeset
2298 The "load session" toolbar item could not handle a space or other special
9032e4668296 updated for version 7.0189
vimboss
parents: 647
diff changeset
2299 characters in v:this_session.
9032e4668296 updated for version 7.0189
vimboss
parents: 647
diff changeset
2300
9032e4668296 updated for version 7.0189
vimboss
parents: 647
diff changeset
2301 ":set sta ts=8 sw=4 sts=2" deleted 4 spaces halfway a line instead of 2.
9032e4668296 updated for version 7.0189
vimboss
parents: 647
diff changeset
2302
651
bc95c6c4bac1 updated for version 7.0191
vimboss
parents: 648
diff changeset
2303 In a multi-byte file the foldmarker could be recognized in the trail byte.
bc95c6c4bac1 updated for version 7.0191
vimboss
parents: 648
diff changeset
2304 (Taro Muraoka)
bc95c6c4bac1 updated for version 7.0191
vimboss
parents: 648
diff changeset
2305
654
441f938ea9e9 updated for version 7.0192
vimboss
parents: 651
diff changeset
2306 Pasting with CTRL-V and menu didn't work properly when some commands are
441f938ea9e9 updated for version 7.0192
vimboss
parents: 651
diff changeset
2307 mapped. Use ":normal!" instead of ":normal". (Tony Apuzzo)
441f938ea9e9 updated for version 7.0192
vimboss
parents: 651
diff changeset
2308
441f938ea9e9 updated for version 7.0192
vimboss
parents: 651
diff changeset
2309 Crashed when expanding a file name argument in backticks.
441f938ea9e9 updated for version 7.0192
vimboss
parents: 651
diff changeset
2310
666
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
2311 In some situations the menu and scrollbar didn't work, when the value contains
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
2312 a CSI byte. (Yukihiro Nakadaira)
0137e7c3d31b updated for version 7.0196
vimboss
parents: 662
diff changeset
2313
667
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
2314 GTK GUI: When drawing the balloon focus changes and we might get a key release
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
2315 event that removed the balloon again. Ignore the key release event.
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
2316
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
2317 'titleold' was included in ":mkexrc" and ":mksession" files.
9090f866cd57 updated for version 7.0197
vimboss
parents: 666
diff changeset
2318
671
83a006f81bac updated for version 7.0199
vimboss
parents: 667
diff changeset
2319 ":set background&" didn't use the same logic as was used when starting up.
83a006f81bac updated for version 7.0199
vimboss
parents: 667
diff changeset
2320
673
513866ffe6af updated for version 7.0200
vimboss
parents: 671
diff changeset
2321 When "umask" is set such that nothing is writable then the viminfo file would
513866ffe6af updated for version 7.0200
vimboss
parents: 671
diff changeset
2322 be written without write permission. (Julian Bridle)
513866ffe6af updated for version 7.0200
vimboss
parents: 671
diff changeset
2323
674
4b8583e82cb8 updated for version 7.0201
vimboss
parents: 673
diff changeset
2324 Motif: In diff mode dragging one scrollbar didn't update the scrollbar of the
4b8583e82cb8 updated for version 7.0201
vimboss
parents: 673
diff changeset
2325 other diff'ed window.
4b8583e82cb8 updated for version 7.0201
vimboss
parents: 673
diff changeset
2326
680
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
2327 When editing in an xterm with a different number of colors than expected the
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
2328 screen would be cleared and redrawn, causing the message about the edited file
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
2329 to be cleared. Now set "keep_msg" to redraw the last message.
5b101ff9d4c4 updated for version 7.0203
vimboss
parents: 674
diff changeset
2330
681
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
2331 For a color terminal: When the Normal HL uses bold, possibly to make the color
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
2332 lighter, and another HL group specifies a color it might become light as well.
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
2333 Now reset bold if a HL group doesn't specify bold itself.
9364d114ed8d updated for version 7.0204
vimboss
parents: 680
diff changeset
2334
685
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
2335 When using 256 color xterm the color 255 would show up as color 0. Use a
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
2336 short instead of a char to store the color number.
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
2337
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
2338 ml_get errors when searching for "\n\zs" in an empty file.
d7e33248b9c8 updated for version 7.0206
vimboss
parents: 684
diff changeset
2339
689
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2340 When selecting a block and using "$" to select until the end of every line and
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2341 not highlighting the character under the cursor the first character of the
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2342 block could be unhighlighted.
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2343
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2344 When counting words for the Visual block area and using "$" to select until
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2345 the end of every line only up to the length of the last line was counted.
d7860ee7eb7e updated for version 7.0207
vimboss
parents: 685
diff changeset
2346
693
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
2347 "dip" in trailing empty lines left one empty line behind.
05dc93b9c61f updated for version 7.0208
vimboss
parents: 689
diff changeset
2348
694
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2349 The script ID was only remembered globally for each option. When a buffer- or
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2350 window-local option was set the same "last set" location was changed for all
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2351 buffers and windows. Now remember the script ID for each local option
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2352 separately.
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2353
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2354 GUI: The "Replace All" button didn't handle backslashes in the replacement in
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2355 the same way as "Replace". Escape backslashes so that they are taken
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2356 literally.
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2357
697
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
2358 When using Select mode from Insert mode and typing a key, causing lines to be
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
2359 deleted and a message displayed, delayed the effect of inserting the key.
f08390485cd3 updated for version 7.0210
vimboss
parents: 694
diff changeset
2360 Now overwrite the message without delay.
694
07d199fe02ed updated for version 7.0209
vimboss
parents: 693
diff changeset
2361
714
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2362 When 'whichwrap' includes "l" then "dl" and "yl" on a single letter line
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2363 worked differently. Now recognize all operators when using "l" at the end of
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2364 a line.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2365
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2366 GTK GUI: when the font selector returned a font name with a comma in it then
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2367 it would be handled like two font names. Now put a backslash before the
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2368 comma.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2369
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2370 MS-DOS, Win32: When 'encoding' defaults to "latin1" then the value for
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2371 'iskeyword' was still for CPxxx. And when 'nocompatible' was set 'isprint'
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2372 would also be the wrong value.
0f9f4761ad9c updated for version 7.0216
vimboss
parents: 713
diff changeset
2373
716
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
2374 When a command was defined not to take arguments and no '|' no warning message
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
2375 would be given for using a '|'. Also with ":loadkeymap".
8ae24f338cab updated for version 7.0217
vimboss
parents: 714
diff changeset
2376
717
2fa8cb05b861 updated for version 7.0218
vimboss
parents: 716
diff changeset
2377 Motif: When using a fontset and 'encoding' is "utf-8" and sizeof(wchar_t) !=
2fa8cb05b861 updated for version 7.0218
vimboss
parents: 716
diff changeset
2378 sizeof(XChar2b) then display was wrong. (Yukihiro Nakadaira)
2fa8cb05b861 updated for version 7.0218
vimboss
parents: 716
diff changeset
2379
734
5220ea46cb9a updated for version 7.0221
vimboss
parents: 725
diff changeset
2380 ":all" always set the current window to the first window, even when it
5220ea46cb9a updated for version 7.0221
vimboss
parents: 725
diff changeset
2381 contains a buffer that is not in the argument list (can't be closed because it
5220ea46cb9a updated for version 7.0221
vimboss
parents: 725
diff changeset
2382 is modified). Now go to the window that has the first item of the argument
5220ea46cb9a updated for version 7.0221
vimboss
parents: 725
diff changeset
2383 list.
5220ea46cb9a updated for version 7.0221
vimboss
parents: 725
diff changeset
2384
747
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2385 GUI: To avoid left-over pixels from bold text all characters after a character
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2386 with special attributes were redrawn. Now only do this for characters that
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2387 actually are bold. Speeds up displaying considerably.
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2388
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2389 When only highlighting changes and the text is scrolled at the same time
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2390 everything is redraw instead of using a scroll and updating the changed text.
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2391 E.g., when using ":match" to highlight a paren that the cursor landed on.
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2392 Added SOME_VALID: Redraw the whole window but also try to scroll to minimize
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2393 redrawing.
8fa930354536 updated for version 7.0222
vimboss
parents: 734
diff changeset
2394
777
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
2395 Win32: When using Korean IME making it active didn't work properly. (Moon,
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
2396 Yu-sung, 2005 March 21)
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
2397
782
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
2398 Ruby interface: when inserting/deleting lines display wasn't updated. (Ryan
d20041a02ee5 updated for version 7.0228
vimboss
parents: 777
diff changeset
2399 Paul)
777
f664cc974a7a updated for version 7.0227
vimboss
parents: 774
diff changeset
2400
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2401 --- fixes since Vim 7.0b ---
807
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2402
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2403 Getting the GCC version in configure didn't work with Solaris sed. First
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2404 strip any "darwin." and then get the version number.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2405
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2406 The "autoload" directory was missing from the self-installing executable for
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2407 MS-Windows.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2408
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2409 The MS-Windows install program would find "vimtutor.bat" in the install
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2410 directory. After changing to "c:" also change to "\" to avoid looking in the
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2411 install directory.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2412
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2413 To make the 16 bit DOS version compile exclude not used highlight
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2414 initializations and build a tiny instead of small version.
8d284e3d8112 updated for version 7.0b01
vimboss
parents: 800
diff changeset
2415
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2416 finddir() and findfile() accept a negative count and return a List then.
809
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2417
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2418 The Python indent file contained a few debugging statements, removed.
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2419
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2420 Expanding {} for a function name, resulting in a name starting with "s:" was
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2421 not handled correctly.
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2422
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2423 Spelling: renamed COMPOUNDMAX to COMPOUNDWORDMAX. Added several items to be
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2424 able to handle the new Hungarian dictionary.
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2425
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2426 Mac: Default to building for the current platform only, that is much faster
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2427 than building a universal binary. Also, using Perl/Python/etc. only works for
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2428 the current platform.
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2429
810
9f345c48220b updated for version 7.0c
vimboss
parents: 809
diff changeset
2430 The time on undo messages disappeared for someone. Using %T for strftime()
9f345c48220b updated for version 7.0c
vimboss
parents: 809
diff changeset
2431 apparently doesn't work everywhere. Use %H:%M:%S instead.
9f345c48220b updated for version 7.0c
vimboss
parents: 809
diff changeset
2432
9f345c48220b updated for version 7.0c
vimboss
parents: 809
diff changeset
2433 Typing BS at the "z=" prompt removed the prompt.
809
4f1b94b51e99 updated for version 7.0b02
vimboss
parents: 807
diff changeset
2434
825
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
2435 --- fixes and changes since Vim 7.0c ---
814
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2436
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2437 When jumping to another tab page the Vim window size was always set, even when
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2438 nothing in the layout changed.
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2439
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2440 Win32 GUI tab pages line wasn't always enabled. Do a proper check for the
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2441 compiler version.
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2442
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2443 Win32: When switching between tab pages the Vim window was moved when part of
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2444 it was outside of the screen. Now only do that in the direction of a size
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2445 change.
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2446
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2447 Win32: added menu to GUI tab pages line. (Yegappan Lakshmanan)
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2448
816
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2449 Mac: Added document icons. (Benji Fisher)
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2450
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2451 Insert mode completion: Using Enter to accept the current match causes
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2452 confusion. Use CTRL-Y instead. Also, use CTRL-E to go back to the typed
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2453 text.
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2454
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
2455 GUI: When there are left and right scrollbars, ":tabedit" kept them instead of
816
4a79d6d376f0 updated for version 7.0c02
vimboss
parents: 814
diff changeset
2456 using the one that isn't needed.
814
f40f1a8520ff updated for version 7.0c01
vimboss
parents: 810
diff changeset
2457
818
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2458 Using "gP" to replace al the text could leave the cursor below the last line,
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2459 causing ml_get errors.
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2460
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2461 When 'cursorline' is set don't use the highlighting when Visual mode is
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2462 active, otherwise it's difficult to see the selected area.
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2463
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2464 The matchparen plugin restricts the search to 100 lines, to avoid a long delay
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2465 when there are closed folds.
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2466
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2467 Sometimes using CTRL-X s to list spelling suggestions used text from another
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2468 line.
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2469
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2470 Win32: Set the default for 'isprint' back to the wrong default "@,~-255",
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2471 because many people use Windows-1252 while 'encoding' is "latin1".
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 816
diff changeset
2472
819
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2473 GTK: Added a workaround for gvim crashing when used over an untrusted ssh
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2474 link, caused by GTK doing something nasty. (Ed Catmur)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2475
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2476 Win32: The font used for the tab page labels is too big. Use the system menu
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2477 font. (George Reilly)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2478
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2479 Win32: Adjusting the window position and size to keep it on the screen didn't
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2480 work properly when the taskbar is on the left or top of the screen.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2481
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2482 The installman.sh and installml.sh scripts use ${10}, that didn't work with
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2483 old shells. And use "test -f" instead of "test -e".
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2484
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2485 Win32: When 'encoding' was set in the vimrc then a directory argument for diff
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2486 mode didn't work.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2487
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2488 GUI: at the inputlist() prompt the cursorshape was adjusted as if the windows
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2489 were still at their old position.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2490
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2491 The parenmatch plugin didn't remember the highlighting per window.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2492
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2493 Using ":bd" for a buffer that's the current window in another tab page caused
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2494 a crash.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2495
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2496 For a new tab page the 'scroll' option wasn't set to a good default.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2497
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2498 Using an end offset for a search "/pat/e" didn't work properly for multi-byte
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2499 text. (Yukihiro Nakadaira)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2500
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2501 ":s/\n/,/" doubled the text when used on the last line.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2502
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2503 When "search" is in 'foldopen' "[s" and "]s" now open folds.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2504
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2505 When using a numbered function "dict" can be omitted, but "self" didn't work
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2506 then. Always add FC_DICT to the function flags when it's part of a
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2507 dictionary.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2508
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2509 When "--remote-tab" executes locally it left an empty tab page.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2510
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2511 "gvim -u NONE", ":set cursorcolumn", "C" in the second line didn't update
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2512 text. Do update further lines even though the "$" is displayed.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2513
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2514 VMS: Support GTK better, also enable +clientserver. (Zoltan Arpadffy)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2515
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2516 When highlighting of statusline or tabline is changed there was no redraw to
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2517 show the effect.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2518
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2519 Mac: Added "CFBundleIdentifier" to infplist.xml.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2520
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2521 Added tabpage-local variables t:var.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2522
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2523 Win32: Added double-click in tab pages line creates new tab. (Yegappan
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2524 Lakshmanan)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2525
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2526 Motif: Added GUI tab pages line. (Yegappan Lakshmanan)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2527
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2528 Fixed crash when 'lines' was set to 1000 in a modeline.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2529
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2530 When init_spellfile() finds a writable directory in 'runtimepath' but it
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2531 doesn't contain a "spell" directory, create one.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2532
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2533 Win32: executable() also finds "xxd" in the directory where Vim was started,
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2534 but "!xxd" doesn't work. Append the Vim starting directory to $PATH.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2535
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2536 The tab page labels are shortened, directory names are reduced to a single
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2537 letter by default. Added the pathshorten() function to allow a user to do the
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2538 same.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2539
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2540 ":saveas" now resets 'readonly' if the file was successfully written.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2541
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2542 Set $MYVIMRC file to the first found .vimrc file.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2543 Set $MYGVIMRC file to the first found .gvimrc file.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2544 Added menu item "Startup Settings" that edits the $MYVIMRC file
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2545
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2546 Added matcharg().
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2547
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2548 Error message E745 appeared twice. Renamed one to E786.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2549
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2550 Fixed crash when using "au BufRead * Sexplore" and doing ":help". Was wiping
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2551 out a buffer that's still in a window.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2552
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2553 ":hardcopy" resulted in an error message when 'encoding' is "utf-8" and
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2554 'printencoding' is empty. Now it assumes latin1. (Mike Williams)
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2555
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2556 The check for the toolbar feature for Motif, depending on certain included
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2557 files, wasn't detailed enough, causing building to fail in gui_xmebw.c.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2558
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2559 Using CTRL-E in Insert mode completion after CTRL-P inserted the first match
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2560 instead of the original text.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2561
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2562 When displaying a UTF-8 character with a zero lower byte Vim might think the
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2563 previous character is double-wide.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2564
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2565 The "nbsp" item of 'listchars' didn't work when 'encoding' was utf-8.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2566
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2567 Motif: when Xm/xpm.h is missing gui_xmebw.c would not compile.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2568 HAVE_XM_UNHIGHLIGHTT_H was missing a T.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2569
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2570 Mac: Moved the .icns files into src/os_mac_rsrc, so that they can all be
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2571 copied at once. Adjusted the Info.plist file for three icons.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2572
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2573 When Visual mode is active while switching to another tabpage could get ml_get
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2574 errors.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2575
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2576 When 'list' is set, 'nowrap' the $ in the first column caused 'cursorcolumn'
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2577 to move to the right.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2578
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2579 When a line wraps, 'cursorcolumn' was never displayed past the end of the
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2580 line.
23f82b5d2814 updated for version 7.0c10
vimboss
parents: 818
diff changeset
2581
821
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2582 'autochdir' was only available when compiled with NetBeans and GUI. Now it's
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2583 a separate feature, also available in the "big" version.
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2584
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2585 Added CTRL-W gf: open file under cursor in new tab page.
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2586
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2587 When using the menu in the tab pages line, "New Tab" opens the new tab before
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2588 where the click was. Beyond the labels the new tab appears at the end instead
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2589 of after the current tab page.
a2b128f7d705 updated for version 7.0c11
vimboss
parents: 819
diff changeset
2590
823
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2591 Inside a mapping with an expression getchar() could not be used.
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2592
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2593 When vgetc is used recursively vgetc_busy protects it from being used
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2594 recursively. But after a ":normal" command the protection was reset.
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2595
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2596 ":s/a/b/n" didn't work when 'modifiable' was off.
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2597
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2598 When $VIMRUNTIME includes a multi-byte character then rgb.txt could not be
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2599 found. (Yukihiro Nakadaira)
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2600
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2601 ":mkspell" didn't work correctly for non-ASCII affix flags when conversion is
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2602 needed on the spell file.
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2603
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2604 glob('/dir/\$ABC/*') didn't work.
9ab23f1e137f updated for version 7.0c12
vimboss
parents: 821
diff changeset
2605
824
8dd456c1e283 updated for version 7.0c13
vimboss
parents: 823
diff changeset
2606 When using several tab pages and changing 'cmdheight' the display could become
8dd456c1e283 updated for version 7.0c13
vimboss
parents: 823
diff changeset
2607 messed up. Now store the value of 'cmdheight' separately for each tab page.
8dd456c1e283 updated for version 7.0c13
vimboss
parents: 823
diff changeset
2608
825
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
2609 The user of the Enter key while the popup menu is visible was still confusing.
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
2610 Now use Enter to select the match after using a cursor key.
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
2611
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
2612 Added "usetab" to 'switchbuf'.
6675076019ae updated for version 7.0d
vimboss
parents: 824
diff changeset
2613
826
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2614
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2615 --- fixes and changes since Vim 7.0d ---
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2616
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2617 Added CTRL-W T: move a window to a new tab page.
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2618
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2619 Using CTRL-X s in Insert mode to complete spelling suggestions and using BS
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2620 deleted characters before the bad word.
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2621
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2622 A few small fixes for the VMS makefile. (Zoltan Arpadffy)
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2623
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2624 With a window of 91 lines 45 cols, ":vsp" scrolled the window. Copy w_wrow
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2625 when splitting a window and skip setting the height when it's already at the
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2626 right value.
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2627
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2628 Using <silent> in a mapping with a shell command and the GUI caused redraw
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2629 to use wrong attributes.
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2630
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2631 Win32: Using MSVC 4.1 for install.exe resulted in the start menu items to be
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2632 created in the administrator directory instead of "All Users". Define the
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2633 CSIDL_ items if they are missing.
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2634
827
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2635 Motif: The GUI tabline did not use the space above the right scrollbar. Work
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2636 around a bug in the Motif library. (Yegappan Lakshmanan)
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2637
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2638 The extra files for XML Omni completion are now also installed.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2639 |xml-omni-datafile|
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2640
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2641 GTK GUI: when 'm' is missing from 'guioptions' during startup and pressing
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2642 <F10> GTK produced error messages. Now do create the menu but disable it just
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2643 after the first gui_mch_update().
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2644
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2645 ":mkspell" doesn't work well with the Hungarian dictionary from the Hunspell
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2646 project. Back to the Myspell dictionary.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2647
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2648 In help files hide the | used around tags.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2649
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2650 Renamed pycomplete to pythoncomplete.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2651
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2652 Added "tabpages" to 'sessionoptions'.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2653
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2654 When 'guitablabel' is set the effect wasn't visible right away.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2655
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2656 Fixed a few 'cindent' errors.
fd1b3406fd1c updated for version 7.0d02
vimboss
parents: 826
diff changeset
2657
828
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2658 When completing menu names, e.g., after ":emenu", don't sort the entries but
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2659 keep them in the original order.
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2660
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2661 Fixed a crash when editing a directory in diff mode. Don't trigger
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2662 autocommands when executing the diff command.
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2663
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2664 Getting a keystroke could get stuck if 'encoding' is a multi-byte encoding and
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2665 typing a special key.
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2666
01583c79d5f4 updated for version 7.0d03
vimboss
parents: 827
diff changeset
2667 When 'foldignore' is set the folds were not updated right away.
826
1cdd2661f34c updated for version 7.0d01
vimboss
parents: 825
diff changeset
2668
829
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2669 When a list is indexed with [a : b] and b was greater than the length an error
834
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2670 message was given. Now silently truncate the result.
829
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2671
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2672 When using BS during Insert mode completion go back to the original text, so
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2673 that CTRL-N selects the first matching entry.
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2674
834
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2675 Added the 'M' flag to 'cinoptions'.
829
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2676
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2677 Win32: Make the "gvim --help" window appear in the middle of the screen
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2678 instead of at an arbitrary position. (Randall W. Morris)
dc8197342755 updated for version 7.0d04
vimboss
parents: 828
diff changeset
2679
832
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
2680 Added gettabwinvar() and settabwinvar().
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
2681
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
2682 Command line completion: pressing <Tab> after ":e /usr/*" expands the whole
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
2683 tree, because it becomes ":e /usr/**". Don't add a star if there already is
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
2684 one.
c76f780d4e05 updated for version 7.0d05
vimboss
parents: 829
diff changeset
2685
834
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2686 Added grey10 to grey90 to all GUIs, so that they can all be used for
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2687 initializing highlighting. Use grey40 for CursorColumn and CursorLine when
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2688 'background' is "dark".
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2689
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2690 When reading a file and using iconv for conversion, an incomplete byte
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2691 sequence at the end caused problems. (Yukihiro Nakadaira)
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2692
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2693
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2694 --- fixes and changes since Vim 7.0e ---
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2695
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2696 Default color for MatchParen when 'background' is "dark" is now DarkCyan.
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2697
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2698 ":syn off" had to be used twice in a file that sets 'syntax' in a modeline.
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2699 (Michael Geddes)
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2700
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2701 When using ":vsp" or ":sp" the available space wasn't used equally between
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2702 windows. (Servatius Brandt)
5117153003bd updated for version 7.0e
vimboss
parents: 832
diff changeset
2703
835
8bebcabccc2c updated for version 7.0e01
vimboss
parents: 834
diff changeset
2704 Expanding <cWORD> on a trailing blank resulted in the first word in the line
8bebcabccc2c updated for version 7.0e01
vimboss
parents: 834
diff changeset
2705 if 'encoding' is a multi-byte encoding.
8bebcabccc2c updated for version 7.0e01
vimboss
parents: 834
diff changeset
2706
8bebcabccc2c updated for version 7.0e01
vimboss
parents: 834
diff changeset
2707 Spell checking: spellbadword() didn't see a missing capital in the first word
8bebcabccc2c updated for version 7.0e01
vimboss
parents: 834
diff changeset
2708 of a line. Popup menu now only suggest the capitalized word when appropriate.
8bebcabccc2c updated for version 7.0e01
vimboss
parents: 834
diff changeset
2709
842
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2710 When using whole line completion CTRL-L moves through the matches but it
836
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2711 didn't work when at the original text.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2712
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2713 When completion finds the longest match, don't go to the first match but stick
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2714 at the original text, so that CTRL-N selects the first one.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2715
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2716 Recognize "zsh-beta" like "zsh" for setting the 'shellpipe' default. (James
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2717 Vega)
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2718
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2719 When using ":map <expr>" and the expression results in something with a
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2720 special byte (NUL or CSI) then it didn't work properly. Now escape special
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2721 bytes.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2722
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2723 The default Visual highlighting for a color xterm with 8 colors was a magenta
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2724 background, which made magenta text disappear. Now use reverse in this
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2725 specific situation.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2726
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2727 After completing the longest match "." didn't insert the same text. Repeating
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2728 also didn't work correctly for multi-byte text.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2729
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2730 When using Insert mode completion and BS the whole word that was completed
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2731 would result in all possible matches. Now stop completion. Also fixes that
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2732 for spell completion the previous word was deleted.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2733
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2734 GTK: When 'encoding' is "latin1" and using non-ASCII characters in a file name
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2735 the tab page label was wrong and an error message would be given.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2736
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2737 The taglist() function could hang on a tags line with a non-ASCII character.
5a7843c57316 updated for version 7.0e02
vimboss
parents: 835
diff changeset
2738
837
6bb1fa855dc9 updated for version 7.0e03
vimboss
parents: 836
diff changeset
2739 Win32: When 'encoding' differs from the system encoding tab page labels with
6bb1fa855dc9 updated for version 7.0e03
vimboss
parents: 836
diff changeset
2740 non-ASCII characters looked wrong. (Yegappan Lakshmanan)
6bb1fa855dc9 updated for version 7.0e03
vimboss
parents: 836
diff changeset
2741
838
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2742 Motif: building failed when Xm/Notebook.h doesn't exist. Added a configure
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2743 check, disable GUI tabline when it's missing.
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2744
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2745 Mac: When compiled without multi-byte feature the clipboard didn't work.
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2746
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2747 It was possible to switch to another tab page when the cmdline window is open.
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2748
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2749 Completion could hang when 'lines' is 6 and a preview window was opened.
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2750
839
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2751 Added CTRL-W gF: open file under cursor in new tab page and jump to the line
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2752 number following the file name.
840
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2753 Added 'guitabtooltip'. Implemented for Win32 (Yegappan Lakshmanan).
839
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2754
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2755 Added "throw" to 'debug' option: throw an exception for error messages even
839
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2756 whey they would otherwise be ignored.
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2757
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2758 When 'keymap' is set and a line contains an invalid entry could get a "No
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2759 mapping found" warning instead of a proper error message.
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2760
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2761 Motif: default to using XpmAttributes instead of XpmAttributes_21.
1f3b1021f002 updated for version 7.0e05
vimboss
parents: 838
diff changeset
2762
840
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2763 A few more changes for 64 bit MS-Windows. (George Reilly)
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2764
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2765 Got ml_get errors when doing "o" and selecting in other window where there are
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
2766 less lines shorter than the cursor position in the other window. ins_mouse()
840
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2767 was using position in wrong window.
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2768
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2769 Win32 GUI: Crash when giving a lot of messages during startup. Allocate twice
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2770 as much memory for the dialog template.
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2771
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2772 Fixed a few leaks and wrong pointer use reported by coverity.
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2773
2c885fab04e3 updated for version 7.0e06
vimboss
parents: 839
diff changeset
2774 When showing menus the mode character was sometimes wrong.
838
8e5830943bff updated for version 7.0e04
vimboss
parents: 837
diff changeset
2775
842
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2776 Added feedkeys(). (Yakov Lerner)
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2777
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2778 Made matchlist() always return all submatches.
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2779
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2780 Moved triggering QuickFixCmdPost to before jumping to the first location.
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2781
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2782 Mac: Added the 'macatsui' option as a temporary work around for text drawing
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2783 problems.
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2784
a209672376fd updated for version 7.0f
vimboss
parents: 841
diff changeset
2785 Line completion on "/**" gave error messages when scanning an unloaded buffer.
841
c2cae213194d updated for version 7.0e07
vimboss
parents: 840
diff changeset
2786
843
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
2787 --- fixes and changes since Vim 7.0f ---
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
2788
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
2789 Win32: The height of the tab page labels is now adjusted to the font height.
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
2790 (Yegappan Lakshmanan)
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
2791
9f279ebda751 updated for version 7.0f01
vimboss
parents: 842
diff changeset
2792 Win32: selecting the tab label was off by one. (Yegappan Lakshmanan)
841
c2cae213194d updated for version 7.0e07
vimboss
parents: 840
diff changeset
2793
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2794 Added tooltips for Motif and GTK tab page labels. (Yegappan Lakshmanan)
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2795
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2796 When 'encoding' is "utf-8" then ":help spell" would report an illegal byte and
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2797 the file was not converted from latin1 to utf-8. Now retry with latin1 if
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2798 reading the file as utf-8 results in illegal bytes.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2799
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2800 Escape the argument of feedkeys() before putting it in the typeahead buffer.
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2801 (Yukihiro Nakadaira)
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2802
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2803 Added the v:char variable for evaluating 'formatexpr'. (Yukihiro Nakadaira)
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2804
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2805 With 8 colors Search highlighting combined with Statement highlighted text
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2806 made the text disappear.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2807
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2808 VMS: avoid warnings for redefining MAX and MIN. (Zoltan Arpadffy)
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2809
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2810 When 'virtualedit' includes "onemore", stopping Visual selection would still
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2811 move the cursor left.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2812
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2813 Prevent that using CTRL-R = in Insert mode can start Visual mode.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2814
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
2815 Fixed a crash that occurred when in Insert mode with completion active and a
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2816 mapping caused edit() to be called recursively.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2817
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2818 When using CTRL-O in Insert mode just after the last character while
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2819 'virtualedit' is "all", then typing CR moved the last character to the next
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2820 line. Call coladvance() before starting the new line.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2821
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2822 When using |:shell| ignore clicks on the tab page labels. Also when using the
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2823 command line window.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2824
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2825 When 'eventignore' is "all" then adding more to ignoring some events, e.g.,
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2826 for ":vimgrep", would actually trigger more events.
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2827
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2828 Win32: When a running Vim uses server name GVIM1 then "gvim --remote fname"
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2829 didn't find it. When looking for a server name that doesn't end in a digit
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2830 and it is not found then use another server with that name and a number (just
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2831 like on Unix).
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2832
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2833 When using "double" in 'spellsuggest' when the language doesn't support sound
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2834 folding resulted in too many suggestions.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2835
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
2836 Win32: Dropping a shortcut on the Vim icon didn't edit the referred file like
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2837 editing it in another way would. Use fname_expand() in buf_set_name() instead
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2838 of simply make the file name a full path.
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2839
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2840 Using feedkeys() could cause Vim to hang.
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2841
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2842 When closing another tab page from the tabline menu in Insert mode the tabline
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2843 was not updated right away.
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2844
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2845 The syntax menu didn't work in compatible mode.
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2846
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2847 After using ":tag id" twice with the same "id", ":ts" and then ":pop" a ":ts"
846
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2848 reported no matching tag. Clear the cached tag name.
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2849
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2850 In Insert mode the matchparen plugin highlighted the wrong paren when there is
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2851 a string just next to a paren.
db44f7b81373 updated for version 7.0f03
vimboss
parents: 844
diff changeset
2852
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
2853 GTK: After opening a new tab page the text was sometimes not drawn correctly.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
2854 Flush output and catch up with events when updating the tab page labels.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
2855
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2856 In the GUI, using CTRL-W q to close the last window of a tab page could cause
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2857 a crash.
851
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
2858
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
2859 GTK: The tab pages line menu was not converted from 'encoding' to utf-8.
e73f2978bd40 updated for version 7.0f04
vimboss
parents: 846
diff changeset
2860
854
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2861 Typing a multi-byte character or a special key at the hit-enter prompt did not
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2862 work.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2863
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2864 When 'virtualedit' contains "onemore" CTRL-O in Insert mode still moved the
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2865 cursor left when it was after the end of the line, even though it's allowed to
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2866 be there.
24b17b7badb1 updated for version 7.0f05
vimboss
parents: 851
diff changeset
2867
856
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2868 Added test for using tab pages.
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2869
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2870 towupper() and towlower() were not used, because of checking for
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2871 __STDC__ISO_10646__ instead of __STDC_ISO_10646__. (sertacyildiz)
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2872
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2873 For ":map <expr>" forbid changing the text, jumping to another buffer and
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2874 using ":normal" to avoid nasty side effects.
8cd729851562 updated for version 7.0g
vimboss
parents: 854
diff changeset
2875
857
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2876 --- fixes and changes since Vim 7.0g ---
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2877
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2878 Compilation error on HP-UX, use of "dlerr" must be inside a #ifdef.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2879 (Gary Johnson)
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2880
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2881 Report +reltime feature in ":version" output.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2882
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2883 The tar and zip plugins detect failure to get the contents of the archive and
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2884 edit the file as-is.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2885
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2886 When the result of 'guitablabel' is empty fall back to the default label.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2887
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2888 Fixed crash when using ":insert" in a while loop and missing "endwhile".
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2889
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2890 "gt" and other commands could move to another window when |textlock| active
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2891 and when the command line window was open.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2892
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2893 Spell checking a file with syntax highlighting and a bad word at the end of
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2894 the line is ignored could make "]s" hang.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2895
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2896 Mac: inputdialog() didn't work when compiled with big features.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2897
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2898 Interrupting ":vimgrep" while it is busy loading a file left a modified and
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2899 hidden buffer behind. Use enter_cleanup() and leave_cleanup() around
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2900 wipe_buffer().
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2901
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2902 When making 'keymap' empty the b:keymap_name variable wasn't deleted.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2903
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2904 Using CTRL-N that searches a long time, pressing space to interrupt the
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2905 searching and accept the first match, the popup menu was still displayed
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2906 briefly.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2907
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2908 When setting the Vim window height with -geometry the 'window' option could be
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2909 at a value that makes CTRL-F behave differently.
b933657f7c9d updated for version 7.0g01
vimboss
parents: 856
diff changeset
2910
860
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2911 When opening a quickfix window in two tabs they used different buffers,
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2912 causing redrawing problems later. Now use the same buffer for all quickfix
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2913 windows. (Yegappan Lakshmanan)
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2914
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2915 When 'mousefocus' is set moving the mouse to the text tab pages line would
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2916 move focus to the first window. Also, the mouse pointer would jump to the
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2917 active window.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2918
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2919 In a session file, when an empty buffer is wiped out, do this silently.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2920
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2921 When one window has the cursor on the last line and another window is resized
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2922 to make that window smaller, the cursor line could go below the displayed
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2923 lines. In win_new_height() subtract one from the available space.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2924 Also avoid that using "~" lines makes the window scroll down.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2925
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2926 Mac: When sourcing the "macmap.vim" script and then finding a .vimrc file the
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2927 'cpo' option isn't set properly, because it was already set and restored.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2928 Added the <special> argument to ":map", so that 'cpo' doesn't need to be
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2929 changed to be able to use <> notation. Also do this for ":menu" for
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2930 consistency.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2931
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2932 When using "/encoding=abc" in a spell word list, only "bc" was used.
2fe516aa3710 updated for version 7.0g02
vimboss
parents: 857
diff changeset
2933
865
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2934 When 'encoding' and 'printencoding' were both "utf-8" then ":hardcopy" didn't
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2935 work. (Mike Williams)
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2936
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2937 Mac: When building with "--disable-gui" the install directory would still be
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2938 "/Applications" and Vim.app would be installed. Now install in /usr/local as
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2939 usual for a console application.
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2940
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2941 GUI: when doing completion and there is one match and still searching for
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2942 another, the cursor was displayed at the end of the line instead of after the
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2943 match. Now show the cursor after the match while still searching for matches.
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2944
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2945 GUI: The mouse shape changed on the statusline even when 'mouse' was empty and
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
2946 they can't be dragged.
865
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2947
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2948 GTK2: Selecting a button in the confirm() dialog with Tab or cursor keys and
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2949 hitting Enter didn't select that button. Removed GTK 1 specific code. (Neil
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2950 Bird)
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2951
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2952 When evaluating 'balloonexpr' takes a long time it could be called
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2953 recursively, which could cause a crash.
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2954
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2955 exists() could not be used to detect whether ":2match" is supported. Added a
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2956 check for it specifically.
f41fa84cd738 updated for version 7.0g03
vimboss
parents: 860
diff changeset
2957
868
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2958 GTK1: Tab page labels didn't work. (Yegappan Lakshmanan)
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2959
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2960 Insert mode completion: When finding matches use 'ignorecase', but when adding
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2961 matches to the list don't use it, so that all words with different case are
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2962 added, "word", "Word" and "WORD".
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2963
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2964 When 'cursorline' and 'hlsearch' are set and the search pattern is "x\n"
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2965 the rest of the line was highlighted as a match.
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2966
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2967 Cursor moved while evaluating 'balloonexpr' that invokes ":isearch" and
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2968 redirects the output. Don't move the cursor to the command line if msg_silent
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2969 is set.
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2970
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2971 exists() ignored text after a function name and option name, which could
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2972 result in false positives.
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2973
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2974 exists() ignored characters after the recognized word, which can be wrong when
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2975 using a name with non-keyword characters. Specifically, these calls no longer
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2976 allow characters after the name: exists('*funcname') exists('*funcname(...')
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2977 exists('&option') exists(':cmd') exists('g:name') exists('g:name[n]')
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2978 exists('g:name.n')
95c5a7508d2d updated for version 7.0g04
vimboss
parents: 865
diff changeset
2979
873
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2980 Trigger the TabEnter autocommand only after entering the current window of the
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2981 tab page, otherwise the commands are executed with an invalid current window.
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2982
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2983 Win32: When using two monitors and Vim is on the second monitor, changing the
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2984 width of the Vim window could make it jump to the first monitor.
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2985
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2986 When scrolling back at the more prompt and the quitting a line of text would
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2987 be left behind when 'cmdheight' is 2 or more.
509230ed2036 updated for version 7.0g05
vimboss
parents: 868
diff changeset
2988
874
4bac29d27e2f updated for version 7.0
vimboss
parents: 873
diff changeset
2989 Fixed a few things for Insert mode completion, especially when typing BS,
4bac29d27e2f updated for version 7.0
vimboss
parents: 873
diff changeset
2990 CTRL-N or a printable character while still searching for matches.
4bac29d27e2f updated for version 7.0
vimboss
parents: 873
diff changeset
2991
844
d3bbb5dd3913 updated for version 7.0f02
vimboss
parents: 843
diff changeset
2992
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2993 ==============================================================================
2202
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
2994 VERSION 7.1 *version-7.1* *version7.1*
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2995
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2996 This section is about improvements made between version 7.0 and 7.1.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2997
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2998 This is a bug-fix release, there are no fancy new features.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
2999
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3000
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3001 Changed *changed-7.1*
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3002 -------
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3003
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3004 Added setting 'mouse' in vimrc_example.vim.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3005
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3006 When building with MZscheme also look for include files in the "plt"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3007 subdirectory. That's where they are for FreeBSD.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3008
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
3009 The Ruby interface module is now called "Vim" instead of "VIM". But "VIM" is
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
3010 an alias, so it's backwards compatible. (Tim Pope)
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
3011
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3012
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3013 Added *added-7.1*
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3014 -----
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3015
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3016 New syntax files:
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
3017 /var/log/messages (Yakov Lerner)
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3018 Autohotkey (Nikolai Weibull)
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3019 AutoIt v3 (Jared Breland)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3020 Bazaar commit file "bzr". (Dmitry Vasiliev)
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
3021 Cdrdao TOC (Nikolai Weibull)
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3022 Cmusrc (Nikolai Weibull)
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3023 Conary recipe (rPath Inc)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3024 Framescript (Nikolai Weibull)
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3025 FreeBasic (Mark Manning)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3026 Hamster (David Fishburn)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3027 IBasic (Mark Manning)
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3028 Initng (Elan Ruusamae)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3029 Ldapconf (Nikolai Weibull)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3030 Litestep (Nikolai Weibull)
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3031 Privoxy actions file (Doug Kearns)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3032 Streaming Descriptors "sd" (Puria Nafisi Azizi)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3033
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3034 New tutor files:
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
3035 Czech (Lubos Turek)
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3036 Hungarian (Arpad Horvath)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3037 Turkish (Serkan kkk)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3038 utf-8 version of Greek tutor.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3039 utf-8 version of Russian tutor.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3040 utf-8 version of Slowak tutor.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3041
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3042 New filetype plugins:
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3043 Bst (Tim Pope)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3044 Cobol (Tim Pope)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3045 Fvwm (Gautam Iyer)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3046 Hamster (David Fishburn)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3047 Django HTML template (Dave Hodder)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3048
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3049 New indent files:
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3050 Bst (Tim Pope)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3051 Cobol (Tim Pope)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3052 Hamster (David Fishburn)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3053 Django HTML template (Dave Hodder)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3054 Javascript
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3055 JSP (David Fishburn)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3056
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3057 New keymap files:
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3058 Bulgarian (Boyko Bantchev)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3059 Mongolian (Natsagdorj Shagdar)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3060 Thaana (Ibrahim Fayaz)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3061 Vietnamese (Samuel Thibault)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3062
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3063 Other new runtime files:
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3064 Ada support files. (Neil Bird, Martin Krischik)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3065 Slovenian menu translations (Mojca Miklavec)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3066 Mono C# compiler plugin (Jarek Sobiecki)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3067
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3068
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3069 Fixed *fixed-7.1*
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3070 -----
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3071
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3072 Could not build the Win32s version. Added a few structure definitions in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3073 src/gui_w32.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3074
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3075
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3076 Patch 7.0.001
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3077 Problem: ":set spellsuggest+=10" does not work. (Suresh Govindachar)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3078 Solution: Add P_COMMA to the 'spellsuggest' flags.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3079 Files: src/option.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3080
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3081 Patch 7.0.002
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3082 Problem: C omni completion has a problem with tags files with a path
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3083 containing "#" or "%".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3084 Solution: Escape these characters. (Sebastian Baberowski)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3085 Files: runtime/autoload/ccomplete.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3086
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3087 Patch 7.0.003
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3088 Problem: GUI: clicking in the lower part of a label in the tab pages line
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3089 while 'mousefocus' is set may warp the mouse pointer. (Robert
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3090 Webb)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3091 Solution: Check for a negative mouse position.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3092 Files: src/gui.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3093
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3094 Patch 7.0.004
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3095 Problem: Compiler warning for debug_saved used before set. (Todd Blumer)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3096 Solution: Remove the "else" for calling save_dbg_stuff().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3097 Files: src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3098
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3099 Patch 7.0.005 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3100 Problem: Win32: The installer doesn't remove the "autoload" and "spell"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3101 directories. (David Fishburn)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3102 Solution: Add the directories to the list to be removed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3103 Files: nsis/gvim.nsi
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3104
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3105 Patch 7.0.006
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3106 Problem: Mac: "make shadow" doesn't make a link for infplist.xml. (Axel
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3107 Kielhorn)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3108 Solution: Make the link.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3109 Files: src/Makefile
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3110
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3111 Patch 7.0.007
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3112 Problem: AIX: compiling fails for message.c. (Ruediger Hornig)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3113 Solution: Move the #if outside of memchr().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3114 Files: src/message.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3115
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3116 Patch 7.0.008
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3117 Problem: Can't call a function that uses both <SID> and {expr}. (Thomas)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3118 Solution: Check both the expanded and unexpanded name for <SID>.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3119 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3120
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3121 Patch 7.0.009
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3122 Problem: ml_get errors with both 'sidescroll' and 'spell' set.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3123 Solution: Use ml_get_buf() instead of ml_get(), get the line from the right
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3124 buffer, not the current one.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3125 Files: src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3126
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3127 Patch 7.0.010
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3128 Problem: The spellfile plugin required typing login name and password.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3129 Solution: Use "anonymous" and "vim7user" by default. No need to setup a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3130 .netrc file.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3131 Files: runtime/autoload/spellfile.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3132
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3133 Patch 7.0.011
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3134 Problem: Can't compile without the folding and with the eval feature.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3135 Solution: Add an #ifdef. (Vallimar)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3136 Files: src/option.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3137
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3138 Patch 7.0.012
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3139 Problem: Using the matchparen plugin, moving the cursor in Insert mode to a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3140 shorter line that ends in a brace, changes the preferred column
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3141 Solution: Use winsaveview()/winrestview() instead of getpos()/setpos().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3142 Files: runtime/plugin/matchparen.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3143
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3144 Patch 7.0.013
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3145 Problem: Insert mode completion: using CTRL-L to add an extra character
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3146 also deselects the current match, making it impossible to use
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3147 CTRL-L a second time.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3148 Solution: Keep the current match. Also make CTRL-L work at the original
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3149 text, using the first displayed match.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3150 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3151
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3152 Patch 7.0.014
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3153 Problem: Compiling gui_xmebw.c fails on Dec Alpha Tru64. (Rolfe)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3154 Solution: Disable some code for Motif 1.2 and older.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3155 Files: src/gui_xmebw.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3156
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3157 Patch 7.0.015
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3158 Problem: Athena: compilation problems with modern compiler.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3159 Solution: Avoid type casts for lvalue. (Alexey Froloff)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3160 Files: src/gui_at_fs.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3161
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3162 Patch 7.0.016
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3163 Problem: Printing doesn't work for "dec-mcs" encoding.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3164 Solution: Add "dec-mcs", "mac-roman" and "hp-roman8" to the list of
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3165 recognized 8-bit encodings. (Mike Williams)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3166 Files: src/mbyte.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3167
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3168 Patch 7.0.017 (after 7.0.014)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3169 Problem: Linking gui_xmebw.c fails on Dec Alpha Tru64. (Rolfe)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3170 Solution: Adjust defines for Motif 1.2 and older.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3171 Files: src/gui_xmebw.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3172
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3173 Patch 7.0.018
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3174 Problem: VMS: plugins are not loaded on startup.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3175 Solution: Remove "**" from the path. (Zoltan Arpadffy)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3176 Files: src/main.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3177
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3178 Patch 7.0.019
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3179 Problem: Repeating "VjA789" may cause a crash. (James Vega)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3180 Solution: Check the cursor column after moving it to another line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3181 Files: src/ops.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3182
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3183 Patch 7.0.020
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3184 Problem: Crash when using 'mousefocus'. (William Fulton)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3185 Solution: Make buffer for mouse coordinates 2 bytes longer. (Juergen Weigert)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3186 Files: src/gui.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3187
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3188 Patch 7.0.021
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3189 Problem: Crash when using "\\[" and "\\]" in 'errorformat'. (Marc Weber)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3190 Solution: Check for valid submatches after matching the pattern.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3191 Files: src/quickfix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3192
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3193 Patch 7.0.022
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3194 Problem: Using buffer.append() in Ruby may append the line to the wrong
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3195 buffer. (Alex Norman)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3196 Solution: Properly switch to the buffer to do the appending. Also for
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3197 buffer.delete() and setting a buffer line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3198 Files: src/if_ruby.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3199
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3200 Patch 7.0.023
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3201 Problem: Crash when doing spell completion in an empty line and pressing
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3202 CTRL-E.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3203 Solution: Check for a zero pointer. (James Vega)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3204 Also handle a situation without a matching pattern better, report
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3205 "No matches" instead of remaining in undefined CTRL-X mode. And
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3206 get out of CTRL-X mode when typing a letter.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3207 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3208
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3209 Patch 7.0.024
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3210 Problem: It is possible to set arbitrary "v:" variables.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3211 Solution: Disallow setting "v:" variables that are not predefined.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3212 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3213
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3214 Patch 7.0.025
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3215 Problem: Crash when removing an element of a:000. (Nikolai Weibull)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3216 Solution: Mark the a:000 list with VAR_FIXED.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3217 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3218
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3219 Patch 7.0.026
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3220 Problem: Using libcall() may show an old error.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3221 Solution: Invoke dlerror() to clear a previous error. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3222 Files: src/os_unix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3223
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3224 Patch 7.0.027 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3225 Problem: Win32: When compiled with SNIFF gvim may hang on exit.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3226 Solution: Translate and dispatch the WM_USER message. (Mathias Michaelis)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3227 Files: src/gui_w48.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3228
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3229 Patch 7.0.028 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3230 Problem: OS/2: Vim doesn't compile with gcc 3.2.1.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3231 Solution: Add argument to after_pathsep(), don't define vim_handle_signal(),
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3232 define HAVE_STDARG_H. (David Sanders)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3233 Files: src/os_unix.c, src/vim.h, src/os_os2_cfg.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3234
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3235 Patch 7.0.029
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3236 Problem: getchar() may not position the cursor after a space.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3237 Solution: Position the cursor explicitly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3238 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3239
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3240 Patch 7.0.030
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3241 Problem: The ":compiler" command can't be used in a FileChangedRO event.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3242 (Hari Krishna Dara)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3243 Solution: Add the CMDWIN flag to the ":compiler" command.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3244 Files: src/ex_cmds.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3245
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3246 Patch 7.0.031
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3247 Problem: When deleting a buffer the buffer-local mappings for Select mode
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3248 remain.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3249 Solution: Add the Select mode bit to MAP_ALL_MODES. (Edwin Steiner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3250 Files: src/vim.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3251
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3252 Patch 7.0.032 (extra, after 7.0.027)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3253 Problem: Missing semicolon.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3254 Solution: Add the semicolon.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3255 Files: src/gui_w48.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3256
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3257 Patch 7.0.033
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3258 Problem: When pasting text, with the menu or CTRL-V, autoindent is removed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3259 Solution: Use "x<BS>" to avoid indent to be removed. (Benji Fisher)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3260 Files: runtime/autoload/paste.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3261
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3262 Patch 7.0.034
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3263 Problem: After doing completion and typing more characters or using BS
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3264 repeating with "." didn't work properly. (Martin Stubenschrott)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3265 Solution: Don't put BS and other characters in the redo buffer right away,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3266 do this when finishing completion.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3267 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3268
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3269 Patch 7.0.035
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3270 Problem: Insert mode completion works when typed but not when replayed from
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3271 a register. (Hari Krishna Dara)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3272 Also: Mappings for Insert mode completion don't always work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3273 Solution: When finding a non-completion key in the input don't interrupt
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3274 completion when it wasn't typed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3275 Do use mappings when checking for typeahead while still finding
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3276 completions. Avoids that completion is interrupted too soon.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3277 Use "compl_pending" in a different way.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3278 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3279
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3280 Patch 7.0.036
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3281 Problem: Can't compile with small features and syntax highlighting or the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3282 diff feature.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3283 Solution: Define LINE_ATTR whenever syntax highlighting or the diff feature
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3284 is enabled.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3285 Files: src/screen.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3286
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3287 Patch 7.0.037
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3288 Problem: Crash when resizing the GUI window vertically when there is a line
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3289 that doesn't fit.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3290 Solution: Don't redraw while the screen data is invalid.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3291 Files: src/screen.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3292
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3293 Patch 7.0.038
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3294 Problem: When calling complete() from an Insert mode expression mapping
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3295 text could be inserted in an improper way.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3296 Solution: Make undo_allowed() global and use it in complete().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3297 Files: src/undo.c, src/proto/undo.pro, src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3298
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3299 Patch 7.0.039
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3300 Problem: Calling inputdialog() with a third argument in the console doesn't
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3301 work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3302 Solution: Make a separate function for input() and inputdialog(). (Yegappan
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3303 Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3304 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3305
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3306 Patch 7.0.040
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3307 Problem: When 'cmdheight' is larger than 1 using inputlist() or selecting
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3308 a spell suggestion with the mouse gets the wrong entry.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3309 Solution: Start listing the first alternative on the last line of the screen.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3310 Files: src/eval.c, src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3311
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3312 Patch 7.0.041
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3313 Problem: cursor([1, 1]) doesn't work. (Peter Hodge)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3314 Solution: Allow leaving out the third item of the list and use zero for the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3315 virtual column offset.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3316 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3317
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3318 Patch 7.0.042
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3319 Problem: When pasting a block of text in Insert mode Vim hangs or crashes.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3320 (Noam Halevy)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3321 Solution: Avoid that the cursor is positioned past the NUL of a line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3322 Files: src/ops.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3323
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3324 Patch 7.0.043
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3325 Problem: Using "%!" at the start of 'statusline' doesn't work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3326 Solution: Recognize the special item when the option is being set.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3327 Files: src/option.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3328
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3329 Patch 7.0.044
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3330 Problem: Perl: setting a buffer line in another buffer may result in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3331 changing the current buffer.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3332 Solution: Properly change to the buffer to be changed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3333 Files: src/if_perl.xs
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3334
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3335 Patch 7.0.045 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3336 Problem: Win32: Warnings when compiling OLE version with MSVC 2005.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3337 Solution: Move including vim.h to before windows.h. (Ilya Bobir)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3338 Files: src/if_ole.cpp
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3339
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3340 Patch 7.0.046
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3341 Problem: The matchparen plugin ignores parens in strings, but not in single
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3342 quotes, often marked with "character".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3343 Solution: Also ignore parens in syntax items matching "character".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3344 Files: runtime/plugin/matchparen.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3345
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3346 Patch 7.0.047
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3347 Problem: When running configure the exit status is wrong.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3348 Solution: Handle the exit status properly. (Matthew Woehlke)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3349 Files: configure, src/configure
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3350
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3351 Patch 7.0.048
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3352 Problem: Writing a compressed file fails when there are parens in the name.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3353 (Wang Jian)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3354 Solution: Put quotes around the temp file name.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3355 Files: runtime/autoload/gzip.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3356
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3357 Patch 7.0.049
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3358 Problem: Some TCL scripts are not recognized. (Steven Atkinson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3359 Solution: Check for "exec wish" in the file.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3360 Files: runtime/scripts.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3361
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3362 Patch 7.0.050
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3363 Problem: After using the netbeans interface close command a stale pointer
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3364 may be used.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3365 Solution: Clear the pointer to the closed buffer. (Xaview de Gaye)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3366 Files: src/netbeans.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3367
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3368 Patch 7.0.051 (after 7.0.44)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3369 Problem: The Perl interface doesn't compile or doesn't work properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3370 Solution: Remove the spaces before #ifdef and avoid an empty line above it.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3371 Files: src/if_perl.xs
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3372
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3373 Patch 7.0.052
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3374 Problem: The user may not be aware that the Vim server allows others more
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3375 functionality than desired.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3376 Solution: When running Vim as root don't become a Vim server without an
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3377 explicit --servername argument.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3378 Files: src/main.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3379
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3380 Patch 7.0.053
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3381 Problem: Shortening a directory name may fail when there are multi-byte
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3382 characters.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3383 Solution: Copy the correct bytes. (Titov Anatoly)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3384 Files: src/misc1.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3385
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3386 Patch 7.0.054
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3387 Problem: Mac: Using a menu name that only has a mnemonic or accelerator
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3388 causes a crash. (Elliot Shank)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3389 Solution: Check for an empty menu name. Also delete empty submenus that
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3390 were created before detecting the error.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3391 Files: src/menu.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3392
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3393 Patch 7.0.055
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3394 Problem: ":startinsert" in a CmdwinEnter autocommand doesn't take immediate
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3395 effect. (Bradley White)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3396 Solution: Put a NOP key in the typeahead buffer. Also avoid that using
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3397 CTRL-C to go back to the command line moves the cursor left.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3398 Files: src/edit.c, src/ex_getln.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3399
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3400 Patch 7.0.056
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3401 Problem: "#!something" gives an error message.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3402 Solution: Ignore this line, so that it can be used in an executable Vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3403 script.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3404 Files: src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3405
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3406 Patch 7.0.057 (extra, after 7.0.45)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3407 Problem: Win32: Compilation problem with Borland C 5.5.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3408 Solution: Include vim.h as before. (Mark S. Williams)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3409 Files: src/if_ole.cpp
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3410
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3411 Patch 7.0.058
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
3412 Problem: The gbk and gb18030 encodings are not recognized.
1125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3413 Solution: Add aliases to cp936. (Edward L. Fox)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3414 Files: src/mbyte.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3415
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3416 Patch 7.0.059
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3417 Problem: The Perl interface doesn't compile with ActiveState Perl 5.8.8.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3418 Solution: Remove the __attribute__() items. (Liu Yubao)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3419 Files: src/if_perl.xs
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3420
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3421 Patch 7.0.060 (after 7.0.51)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3422 Problem: Code for temporarily switching to another buffer is duplicated in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3423 quite a few places.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3424 Solution: Use aucmd_prepbuf() and aucmd_restbuf() also when FEAT_AUTOCMD is
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3425 not defined.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3426 Files: src/buffer.c, src/eval.c, src/fileio.c, src/if_ruby.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3427 src/if_perl.xs, src/quickfix.c, src/structs.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3428
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3429 Patch 7.0.061
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3430 Problem: Insert mode completion for Vim commands may crash if there is
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3431 nothing to complete.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3432 Solution: Instead of freeing the pattern make it empty, so that a "not
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3433 found" error is given. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3434 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3435
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3436 Patch 7.0.062
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3437 Problem: Mac: Crash when using the popup menu for spell correction. The
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3438 popup menu appears twice when letting go of the right mouse button
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3439 early.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3440 Solution: Don't show the popup menu on the release of the right mouse
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3441 button. Also check that a menu pointer is actually valid.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3442 Files: src/proto/menu.pro, src/menu.c, src/normal.c, src/term.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3443
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3444 Patch 7.0.063
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3445 Problem: Tiny chance for a memory leak. (coverity)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3446 Solution: Free pointer when next memory allocation fails.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3447 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3448
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3449 Patch 7.0.064
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3450 Problem: Using uninitialized variable. (Tony Mechelynck)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3451 Solution: When not used set "temp" to zero. Also avoid a warning for
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3452 "files" in ins_compl_dictionaries().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3453 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3454
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3455 Patch 7.0.065 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3456 Problem: Mac: left-right movement of the scrollwheel causes up-down
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3457 scrolling.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3458 Solution: Ignore mouse wheel events that are not up-down. (Nicolas Weber)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3459 Files: src/gui_mac.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3460
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3461 Patch 7.0.066
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3462 Problem: After the popup menu for Insert mode completion overlaps the tab
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3463 pages line it is not completely removed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3464 Solution: Redraw the tab pages line after removing the popup menu. (Ori
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3465 Avtalion)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3466 Files: src/popupmnu.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3467
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3468 Patch 7.0.067
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3469 Problem: Undo doesn't always work properly when using "scim" input method.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3470 Undo is split up when using preediting.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3471 Solution: Reset xim_has_preediting also when preedit_start_col is not
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3472 MAXCOL. Don't split undo when <Left> is used while preediting.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3473 (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3474 Files: src/edit.c, src/mbyte.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3475
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3476 Patch 7.0.068
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3477 Problem: When 'ignorecase' is set and using Insert mode completion,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3478 typing characters to change the list of matches, case is not
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3479 ignored. (Hugo Ahlenius)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3480 Solution: Store the 'ignorecase' flag with the matches where needed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3481 Files: src/edit.c, src/search.c, src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3482
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3483 Patch 7.0.069
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3484 Problem: Setting 'guitablabel' to %!expand(\%) causes Vim to free an
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3485 invalid pointer. (Kim Schulz)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3486 Solution: Don't try freeing a constant string pointer.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3487 Files: src/buffer.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3488
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3489 Patch 7.0.070
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3490 Problem: Compiler warnings for shadowed variables and uninitialized
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3491 variables.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3492 Solution: Rename variables such as "index", "msg" and "dup". Initialize
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3493 variables.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3494 Files: src/edit.c, src/eval.c, src/ex_cmds.c, src/ex_cmds2.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3495 src/ex_docmd.c, src/gui_beval.c, src/gui_gtk.c, src/gui_gtk_x11.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3496 src/hardcopy.c, src/if_cscope.c, src/main.c, src/mbyte.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3497 src/memline.c, src/netbeans.c, src/normal.c, src/option.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3498 src/os_unix.c, src/quickfix.c, src/regexp.c, src/screen.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3499 src/search.c, src/spell.c, src/ui.c, src/undo.c, src/window.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3500 src/version.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3501
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3502 Patch 7.0.071
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3503 Problem: Using an empty search pattern may cause a crash.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3504 Solution: Avoid using a NULL pointer.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3505 Files: src/search.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3506
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3507 Patch 7.0.072
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3508 Problem: When starting the GUI fails there is no way to adjust settings or
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3509 do something else.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3510 Solution: Add the GUIFailed autocommand event.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3511 Files: src/fileio.c, src/gui.c, src/vim.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3512
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3513 Patch 7.0.073
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3514 Problem: Insert mode completion: Typing <CR> sometimes selects the original
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3515 text instead of keeping what was typed. (Justin Constantino)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3516 Solution: Don't let <CR> select the original text if there is no popup menu.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3517 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3518
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3519 Patch 7.0.074 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3520 Problem: Win32: tooltips were not converted from 'encoding' to Unicode.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3521 Solution: Set the tooltip to use Unicode and do the conversion. Also
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3522 cleanup the code for the tab pages tooltips. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3523 Files: src/gui_w32.c, src/gui_w48.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3524
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3525 Patch 7.0.075
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3526 Problem: winsaveview() did not store the actual value of the desired cursor
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3527 column. This could move the cursor in the matchparen plugin.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3528 Solution: Call update_curswant() before using the value w_curswant.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3529 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3530
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3531 Patch 7.0.076 (after 7.0.010)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3532 Problem: Automatic downloading of spell files only works for ftp.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3533 Solution: Don't add login and password for non-ftp URLs. (Alexander Patrakov)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3534 Files: runtime/autoload/spellfile.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3535
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3536 Patch 7.0.077
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3537 Problem: ":unlet v:this_session" causes a crash. (Marius Roets)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3538 Solution: When trying to unlet a fixed variable give an error message.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3539 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3540
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3541 Patch 7.0.078
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3542 Problem: There are two error messages E46.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3543 Solution: Change the number for the sandbox message to E794.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3544 Files: src/globals.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3545
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3546 Patch 7.0.079
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3547 Problem: Russian tutor doesn't work when 'encoding' is "utf-8".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3548 Solution: Use tutor.ru.utf-8 as the master, and generate the other encodings
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3549 from it. Select the right tutor depending on 'encoding'. (Alexey
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3550 Froloff)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3551 Files: runtime/tutor/Makefile, runtime/tutor/tutor.vim,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3552 runtime/tutor/tutor.ru.utf-8
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3553
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3554 Patch 7.0.080
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3555 Problem: Generating auto/pathdef.c fails for CFLAGS with a backslash.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3556 Solution: Double backslashes in the string. (Alexey Froloff)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3557 Files: src/Makefile
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3558
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3559 Patch 7.0.081
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3560 Problem: Command line completion doesn't work for a shell command with an
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3561 absolute path.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3562 Solution: Don't use $PATH when there is an absolute path.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3563 Files: src/ex_getln.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3564
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3565 Patch 7.0.082
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3566 Problem: Calling a function that waits for input may cause List and
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3567 Dictionary arguments to be freed by the garbage collector.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3568 Solution: Keep a list of all arguments to internal functions.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3569 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3570
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3571 Patch 7.0.083
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3572 Problem: Clicking with the mouse on an item for inputlist() doesn't work
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3573 when 'compatible' is set and/or when 'cmdheight' is more than one.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3574 (Christian J. Robinson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3575 Solution: Also decrement "lines_left" when 'more' isn't set. Set
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3576 "cmdline_row" to zero to get all mouse events.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3577 Files: src/message.c, src/misc1.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3578
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3579 Patch 7.0.084
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3580 Problem: The garbage collector may do its work while some Lists or
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3581 Dictionaries are used internally, e.g., by ":echo" that runs into
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3582 the more-prompt or ":echo [garbagecollect()]".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3583 Solution: Only do garbage collection when waiting for a character at the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3584 toplevel. Let garbagecollect() set a flag that is handled at the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3585 toplevel before waiting for a character.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3586 Files: src/eval.c, src/getchar.c, src/globals.h, src/main.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3587
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3588 Patch 7.0.085
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3589 Problem: When doing "make test" the viminfo file is modified.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3590 Solution: Use another viminfo file after setting 'compatible.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3591 Files: src/testdir/test56.in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3592
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3593 Patch 7.0.086
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3594 Problem: getqflist() returns entries for pattern and text with the number
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3595 zero. Passing these to setqflist() results in the string "0".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3596 Solution: Use an empty string instead of the number zero.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3597 Files: src/quickfix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3598
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3599 Patch 7.0.087
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3600 Problem: After ":file fname" and ":saveas fname" the 'autochdir' option
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3601 does not take effect. (Yakov Lerner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3602 Commands for handling 'autochdir' are repeated many times.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3603 Solution: Add the DO_AUTOCHDIR macro and do_autochdir(). Use it for
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3604 ":file fname" and ":saveas fname".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3605 Files: src/proto/buffer.pro, src/buffer.c, src/ex_cmds.c, src/macros.h,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3606 src/netbeans.c, src/option.c, src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3607
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3608 Patch 7.0.088
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3609 Problem: When compiled with Perl the generated prototypes have "extern"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3610 unnecessarily added.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3611 Solution: Remove the "-pipe" argument from PERL_CFLAGS.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3612 Files: src/auto/configure, src/configure.in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3613
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3614 Patch 7.0.089
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3615 Problem: "ga" does not work properly for a non-Unicode multi-byte encoding.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3616 Solution: Only check for composing chars for utf-8. (Taro Muraoka)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3617 Files: src/ex_cmds.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3618
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3619 Patch 7.0.090
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3620 Problem: Cancelling the conform() dialog on the console with Esc requires
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3621 typing it twice. (Benji Fisher)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3622 Solution: When the start of an escape sequence is found use 'timeoutlen' or
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3623 'ttimeoutlen'.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3624 Files: src/misc1.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3625
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3626 Patch 7.0.091
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3627 Problem: Using winrestview() while 'showcmd' is set causes the cursor to be
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3628 displayed in the wrong position. (Yakov Lerner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3629 Solution: Set the window topline properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3630 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3631
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3632 Patch 7.0.092 (after 7.0.082 and 7.0.084)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3633 Problem: The list of internal function arguments is obsolete now that
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3634 garbage collection is only done at the toplevel.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3635 Solution: Remove the list of all arguments to internal functions.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3636 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3637
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3638 Patch 7.0.093
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3639 Problem: The matchparen plugin can't handle a 'matchpairs' value where a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3640 colon is matched.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3641 Solution: Change the split() that is used to change 'matchpairs' into a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3642 List.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3643 Files: runtime/plugin/matchparen.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3644
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3645 Patch 7.0.094
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3646 Problem: When a hidden buffer is made the current buffer and another file
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3647 edited later, the file message will still be given. Using
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3648 ":silent" also doesn't prevent the file message. (Marvin Renich)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3649 Solution: Reset the need_fileinfo flag when reading a file. Don't set
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3650 need_fileinfo when msg_silent is set.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3651 Files: src/buffer.c, src/fileio.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3652
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3653 Patch 7.0.095
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3654 Problem: The Greek tutor is not available in utf-8. "el" is used for the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3655 language, only "gr" for the country is recognized.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3656 Solution: Add the utf-8 Greek tutor. Use it for conversion to iso-8859-7
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3657 and cp737. (Lefteris Dimitroulakis)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3658 Files: runtime/tutor/Makefile, runtime/tutor/tutor.gr.utf-8,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3659 runtime/tutor/tutor.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3660
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3661 Patch 7.0.096
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3662 Problem: taglist() returns the filename relative to the tags file, while
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3663 the directory of the tags file is unknown. (Hari Krishna Dara)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3664 Solution: Expand the file name. (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3665 Files: src/tag.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3666
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3667 Patch 7.0.097
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3668 Problem: ":tabclose N" that closes another tab page does not remove the tab
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3669 pages line. Same problem when using the mouse.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3670 Solution: Adjust the tab pages line when needed in tabpage_close_other().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3671 Files: src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3672
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3673 Patch 7.0.098
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3674 Problem: Redirecting command output in a cmdline completion function
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3675 doesn't work. (Hari Krishna Dara)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3676 Solution: Enable redirection when redirection is started.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3677 Files: src/ex_docmd.c, src/ex_getln.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3678
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3679 Patch 7.0.099
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3680 Problem: GUI: When the popup menu is visible using the scrollbar messes up
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3681 the display.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3682 Solution: Disallow scrolling the current window. Redraw the popup menu
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3683 after scrolling another window.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3684 Files: src/gui.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3685
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3686 Patch 7.0.100
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3687 Problem: "zug" may report the wrong filename. (Lawrence Kesteloot)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3688 Solution: Call home_replace() to fill NameBuff[].
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3689 Files: src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3690
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3691 Patch 7.0.101
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3692 Problem: When the "~/.vim/spell" directory does not exist "zg" may create
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3693 a wrong directory. "zw" doesn't work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3694 Solution: Use the directory of the file name instead of NameBuff. For "zw"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3695 not only remove a good word but also add the word with "!".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3696 Files: src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3697
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3698 Patch 7.0.102
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3699 Problem: Redrawing cmdline is not correct when using SCIM.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3700 Solution: Don't call im_get_status(). (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3701 Files: src/ex_getln.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3702
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3703 Patch 7.0.103 (after 7.0.101)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3704 Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3705 Solution: Init variable.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3706 Files: src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3707
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3708 Patch 7.0.104
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3709 Problem: The CursorHoldI event only triggers once in Insert mode. It also
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3710 triggers after CTRL-V and other two-key commands.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3711 Solution: Set "did_cursorhold" before getting a second key. Reset
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3712 "did_cursorhold" after handling a command.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3713 Files: src/edit.c, src/fileio.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3714
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3715 Patch 7.0.105
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3716 Problem: When using incremental search the statusline ruler isn't updated.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3717 (Christoph Koegl)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3718 Solution: Update the statusline when it contains the ruler.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3719 Files: src/ex_getln.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3720
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3721 Patch 7.0.106
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3722 Problem: The spell popup menu uses ":amenu", triggering mappings. Other
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3723 PopupMenu autocommands are removed. (John Little)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3724 Solution: Use ":anoremenu" and use an autocmd group.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3725 Files: runtime/menu.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3726
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3727 Patch 7.0.107
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3728 Problem: Incremental search doesn't redraw the text tabline. (Ilya Bobir)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3729 Also happens in other situations with one window in a tab page.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3730 Solution: Redraw the tabline after clearing the screen.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3731 Files: src/screen.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3732
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3733 Patch 7.0.108 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3734 Problem: Amiga: Compilation problem.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3735 Solution: Have mch_mkdir() return a failure flag. (Willy Catteau)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3736 Files: src/os_amiga.c, src/proto/os_amiga.pro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3737
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3738 Patch 7.0.109
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3739 Problem: Lisp indenting is confused by escaped quotes in strings. (Dorai
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3740 Sitaram)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3741 Solution: Check for backslash inside strings. (Sergey Khorev)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3742 Files: src/misc1.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3743
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3744 Patch 7.0.110
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3745 Problem: Amiga: Compilation problems when not using libnix.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3746 Solution: Change a few #ifdefs. (Willy Catteau)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3747 Files: src/memfile.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3748
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3749 Patch 7.0.111
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3750 Problem: The gzip plugin can't handle filenames with single quotes.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3751 Solution: Add and use the shellescape() function. (partly by Alexey Froloff)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3752 Files: runtime/autoload/gzip.vim, runtime/doc/eval.txt, src/eval.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3753 src/mbyte.c, src/misc2.c, src/proto/misc2.pro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3754
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3755 Patch 7.0.112
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3756 Problem: Python interface does not work with Python 2.5.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3757 Solution: Change PyMem_DEL() to Py_DECREF(). (Sumner Hayes)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3758 Files: src/if_python.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3759
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3760 Patch 7.0.113
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3761 Problem: Using CTRL-L in Insert completion when there is no current match
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3762 may cause a crash. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3763 Solution: Check for compl_leader to be NULL
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3764 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3765
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3766 Patch 7.0.114
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3767 Problem: When aborting an insert with CTRL-C an extra undo point is
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3768 created in the GUI. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3769 Solution: Call gotchars() only when advancing.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3770 Files: src/getchar.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3771
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3772 Patch 7.0.115
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3773 Problem: When 'ignorecase' is set, Insert mode completion only adds "foo"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3774 and not "Foo" when both are found.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3775 A found match isn't displayed right away when 'completeopt' does
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3776 not have "menu" or "menuone".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3777 Solution: Do not ignore case when checking if a completion match already
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3778 exists. call ins_compl_check_keys() also when not using a popup
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3779 menu. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3780 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3781
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3782 Patch 7.0.116
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3783 Problem: 64 bit Windows version reports "32 bit" in the ":version" output.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3784 (M. Veerman)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3785 Solution: Change the text for Win64.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3786 Files: src/version.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3787
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3788 Patch 7.0.117
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3789 Problem: Using "extend" on a syntax item inside a region with "keepend", an
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3790 intermediate item may be truncated.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3791 When applying the "keepend" and there is an offset to the end
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3792 pattern the highlighting of a contained item isn't adjusted.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3793 Solution: Use the seen_keepend flag to remember when to apply the "keepend"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3794 flag. Adjust the keepend highlighting properly. (Ilya Bobir)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3795 Files: src/syntax.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3796
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3797 Patch 7.0.118
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3798 Problem: printf() does not do zero padding for strings.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3799 Solution: Do allow zero padding for strings.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3800 Files: src/message.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3801
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3802 Patch 7.0.119
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3803 Problem: When going back from Insert to Normal mode the CursorHold event
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3804 doesn't trigger. (Yakov Lerner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3805 Solution: Reset "did_cursorhold" when leaving Insert mode.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3806 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3807
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3808 Patch 7.0.120
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3809 Problem: Crash when using CTRL-R = at the command line and entering
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3810 "getreg('=')". (James Vega)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3811 Solution: Avoid recursiveness of evaluating the = register.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3812 Files: src/ops.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3813
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3814 Patch 7.0.121
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3815 Problem: GUI: Dragging the last status line doesn't work when there is a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3816 text tabline. (Markus Wolf)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3817 Solution: Take the text tabline into account when deciding to start modeless
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3818 selection.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3819 Files: src/gui.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3820
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3821 Patch 7.0.122
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3822 Problem: GUI: When clearing after a bold, double-wide character half a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3823 character may be drawn.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3824 Solution: Check for double-wide character and redraw it. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3825 Files: src/screen.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3826
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3827 Patch 7.0.123
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3828 Problem: On SCO Openserver configure selects the wrong terminal library.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3829 Solution: Put terminfo before the other libraries. (Roger Cornelius)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3830 Also fix a small problem compiling on Mac without Darwin.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3831 Files: src/configure.in, src/auto/configure
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3832
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3833 Patch 7.0.124
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3834 Problem: getwinvar() obtains a dictionary with window-local variables, but
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3835 it's always for the current window.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3836 Solution: Get the variables of the specified window. (Geoff Reedy)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3837 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3838
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3839 Patch 7.0.125
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3840 Problem: When "autoselect" is in the 'clipboard' option then the '< and '>
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3841 marks are set while Visual mode is still active.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3842 Solution: Don't set the '< and '> marks when yanking the selected area for
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3843 the clipboard.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3844 Files: src/normal.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3845
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3846 Patch 7.0.126
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3847 Problem: When 'formatexpr' uses setline() and later internal formatting is
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3848 used undo information is not correct. (Jiri Cerny, Benji Fisher)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3849 Solution: Set ins_need_undo after using 'formatexpr'.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3850 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3851
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3852 Patch 7.0.127
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3853 Problem: Crash when swap files has invalid timestamp.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3854 Solution: Check return value of ctime() for being NULL.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3855 Files: src/memline.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3856
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3857 Patch 7.0.128
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3858 Problem: GUI: when closing gvim is cancelled because there is a changed
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3859 buffer the screen isn't updated to show the changed buffer in the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3860 current window. (Krzysztof Kacprzak)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3861 Solution: Redraw when closing gvim is cancelled.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3862 Files: src/gui.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3863
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3864 Patch 7.0.129
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3865 Problem: GTK GUI: the GTK file dialog can't handle a relative path.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3866 Solution: Make the initial directory a full path before passing it to GTK.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3867 (James Vega) Also postpone adding the default file name until
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3868 after setting the directory.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3869 Files: src/gui_gtk.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3870
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3871 Patch 7.0.130 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3872 Problem: Win32: Trying to edit or write devices may cause Vim to get stuck.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3873 Solution: Add the 'opendevice' option, default off. Disallow
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3874 reading/writing from/to devices when it's off.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3875 Also detect more devices by the full name starting with "\\.\".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3876 Files: runtime/doc/options.txt, src/fileio.c, src/option.c, src/option.h,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3877 src/os_win32.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3878
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3879 Patch 7.0.131
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3880 Problem: Win32: "vim -r" does not list all the swap files.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3881 Solution: Also check for swap files starting with a dot.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3882 Files: src/memline.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3883
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3884 Patch 7.0.132 (after 7.0.130)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3885 Problem: Win32: Crash when Vim reads from stdin.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3886 Solution: Only use mch_nodetype() when there is a file name.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3887 Files: src/fileio.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3888
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3889 Patch 7.0.133
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3890 Problem: When searching included files messages are added to the history.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3891 Solution: Set msg_hist_off for messages about scanning included files.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3892 Set msg_silent to avoid message about wrapping around.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3893 Files: src/edit.c, src/globals.h, src/message.c, src/search.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3894
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3895 Patch 7.0.134
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3896 Problem: Crash when comparing a recursively looped List or Dictionary.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3897 Solution: Limit recursiveness for comparing to 1000.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3898 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3899
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3900 Patch 7.0.135
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3901 Problem: Crash when garbage collecting list or dict with loop.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3902 Solution: Don't use DEL_REFCOUNT but don't recurse into Lists and
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3903 Dictionaries when freeing them in the garbage collector.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3904 Also add allocated Dictionaries to the list of Dictionaries to
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3905 avoid leaking memory.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3906 Files: src/eval.c, src/proto/eval.pro, src/tag.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3907
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3908 Patch 7.0.136
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3909 Problem: Using "O" while matching parens are highlighted may not remove the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3910 highlighting. (Ilya Bobir)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3911 Solution: Also trigger CursorMoved when a line is inserted under the cursor.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3912 Files: src/misc1.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3913
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3914 Patch 7.0.137
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3915 Problem: Configure check for big features is wrong.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3916 Solution: Change "==" to "=". (Martti Kuparinen)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3917 Files: src/auto/configure, src/configure.in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3918
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3919 Patch 7.0.138 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3920 Problem: Mac: modifiers don't work with function keys.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3921 Solution: Use GetEventParameter() to obtain modifiers. (Nicolas Weber)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3922 Files: src/gui_mac.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3923
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3924 Patch 7.0.139
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3925 Problem: Using CTRL-PageUp or CTRL-PageDown in Insert mode to go to another
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3926 tab page does not prepare for undo properly. (Stefano Zacchiroli)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3927 Solution: Call start_arrow() before switching tab page.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3928 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3929
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3930 Patch 7.0.140 (after 7.0.134)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3931 Problem: Comparing recursively looped List or Dictionary doesn't work well.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3932 Solution: Detect comparing a List or Dictionary with itself.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3933 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3934
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3935 Patch 7.0.141
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3936 Problem: When pasting a while line on the command line an extra CR is added
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3937 literally.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3938 Solution: Don't add the trailing CR when pasting with the mouse.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3939 Files: src/ex_getln.c, src/proto/ops.pro, src/ops.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3940
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3941 Patch 7.0.142
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3942 Problem: Using the middle mouse button in Select mode to paste text results
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3943 in an extra "y". (Kriton Kyrimis)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3944 Solution: Let the middle mouse button replace the selected text with the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3945 contents of the clipboard.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3946 Files: src/normal.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3947
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3948 Patch 7.0.143
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3949 Problem: Setting 'scroll' to its default value was not handled correctly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3950 Solution: Compare the right field to PV_SCROLL.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3951 Files: src/option.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3952
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3953 Patch 7.0.144
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3954 Problem: May compare two unrelated pointers when matching a pattern against
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3955 a string. (Dominique Pelle)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3956 Solution: Avoid calling reg_getline() when REG_MULTI is false.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3957 Files: src/regexp.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3958
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3959 Patch 7.0.145 (after 7.0.142)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3960 Problem: Compiler warning.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3961 Solution: Add type cast.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3962 Files: src/normal.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3963
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3964 Patch 7.0.146
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3965 Problem: When 'switchbuf' is set to "usetab" and the current tab has only a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3966 quickfix window, jumping to an error always opens a new window.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3967 Also, when the buffer is open in another tab page it's not found.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3968 Solution: Check for the "split" value of 'switchbuf' properly. Search in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3969 other tab pages for the desired buffer. (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3970 Files: src/buffer.c, src/quickfix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3971
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3972 Patch 7.0.147
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3973 Problem: When creating a session file and there are several tab pages and
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3974 some windows have a local directory a short file name may be used
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3975 when it's not valid. (Marius Roets)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3976 A session with multiple tab pages may result in "No Name" buffers.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3977 (Bill McCarthy)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3978 Solution: Don't enter tab pages when going through the list, only use a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3979 pointer to the first window in each tab page.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3980 Use "tabedit" instead of "tabnew | edit" when possible.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3981 Files: src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3982
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3983 Patch 7.0.148
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3984 Problem: When doing "call a.xyz()" and "xyz" does not exist in dictionary
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3985 "a" there is no error message. (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3986 Solution: Add the error message.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3987 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3988
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3989 Patch 7.0.149
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3990 Problem: When resizing a window that shows "~" lines the text sometimes
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3991 jumps down.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3992 Solution: Remove code that uses "~" lines in some situations. Fix the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3993 computation of the screen line of the cursor. Also set w_skipcol
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3994 to handle very long lines.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3995 Files: src/misc1.c, src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3996
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3997 Patch 7.0.150
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3998 Problem: When resizing the Vim window scrollbinding doesn't work. (Yakov
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
3999 Lerner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4000 Solution: Do scrollbinding in set_shellsize().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4001 Files: src/term.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4002
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4003 Patch 7.0.151
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4004 Problem: Buttons in file dialog are not according to Gnome guidelines.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4005 Solution: Swap Cancel and Open buttons. (Stefano Zacchiroli)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4006 Files: src/gui_gtk.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4007
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4008 Patch 7.0.152
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4009 Problem: Crash when using lesstif 2.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4010 Solution: Fill in the extension field. (Ben Hutchings)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4011 Files: src/gui_xmebw.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4012
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4013 Patch 7.0.153
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4014 Problem: When using cscope and opening the temp file fails Vim crashes.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4015 (Kaya Bekiroglu)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4016 Solution: Check for NULL pointer returned from mch_open().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4017 Files: src/if_cscope.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4018
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4019 Patch 7.0.154
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4020 Problem: When 'foldnextmax' is negative Vim can hang. (James Vega)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4021 Solution: Avoid the fold level becoming negative.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4022 Files: src/fold.c, src/syntax.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4023
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4024 Patch 7.0.155
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4025 Problem: When getchar() returns a mouse button click there is no way to get
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4026 the mouse coordinates.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4027 Solution: Add v:mouse_win, v:mouse_lnum and v:mouse_col.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4028 Files: runtime/doc/eval.txt, src/eval.c, src/vim.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4029
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4030 Patch 7.0.156 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4031 Problem: Vim doesn't compile for Amiga OS 4.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4032 Solution: Various changes for Amiga OS4. (Peter Bengtsson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4033 Files: src/feature.h, src/mbyte.c, src/memfile.c, src/memline.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4034 src/os_amiga.c, src/os_amiga.h, src/pty.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4035
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4036 Patch 7.0.157
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4037 Problem: When a function is used recursively the profiling information is
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4038 invalid. (Mikolaj Machowski)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4039 Solution: Put the start time on the stack instead of in the function.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4040 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4041
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4042 Patch 7.0.158
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4043 Problem: In a C file with ":set foldmethod=syntax", typing {<CR> on the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4044 last line results in the cursor being in a closed fold. (Gautam
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4045 Iyer)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4046 Solution: Open fold after inserting a new line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4047 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4048
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4049 Patch 7.0.159
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4050 Problem: When there is an I/O error in the swap file the cause of the error
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4051 cannot be seen.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4052 Solution: Use PERROR() instead of EMSG() where possible.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4053 Files: src/memfile.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4054
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4055 Patch 7.0.160
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4056 Problem: ":@a" echoes the command, Vi doesn't do that.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4057 Solution: Set the silent flag in the typeahead buffer to avoid echoing the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4058 command.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4059 Files: src/ex_docmd.c, src/normal.c, src/ops.c, src/proto/ops.pro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4060
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4061 Patch 7.0.161
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4062 Problem: Win32: Tab pages line popup menu isn't using the right encoding.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4063 (Yongwei Wu)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4064 Solution: Convert the text when necessary. Also fixes the Find/Replace
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4065 dialog title. (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4066 Files: src/gui_w48.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4067
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4068 Patch 7.0.162
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4069 Problem: "vim -o a b" when file "a" triggers the ATTENTION dialog,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4070 selecting "Quit" exits Vim instead of editing "b" only.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4071 When file "b" triggers the ATTENTION dialog selecting "Quit" or
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4072 "Abort" results in editing file "a" in that window.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4073 Solution: When selecting "Abort" exit Vim. When selecting "Quit" close the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4074 window. Also avoid hit-enter prompt when selecting Abort.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4075 Files: src/buffer.c, src/main.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4076
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4077 Patch 7.0.163
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4078 Problem: Can't retrieve the position of a sign after it was set.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4079 Solution: Add the netbeans interface getAnno command. (Xavier de Gaye)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4080 Files: runtime/doc/netbeans.txt, src/netbeans.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4081
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4082 Patch 7.0.164
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4083 Problem: ":redir @+" doesn't work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4084 Solution: Accept "@+" just like "@*". (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4085 Files: src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4086
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4087 Patch 7.0.165
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4088 Problem: Using CTRL-L at the search prompt adds a "/" and other characters
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4089 without escaping, causing the pattern not to match.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4090 Solution: Escape special characters with a backslash.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4091 Files: src/ex_getln.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4092
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4093 Patch 7.0.166
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4094 Problem: Crash in cscope code when connection could not be opened.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4095 (Kaya Bekiroglu)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4096 Solution: Check for the file descriptor to be NULL.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4097 Files: src/if_cscope.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4098
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4099 Patch 7.0.167
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4100 Problem: ":function" redefining a dict function doesn't work properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4101 (Richard Emberson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4102 Solution: Allow a function name to be a number when it's a function
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4103 reference.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4104 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4105
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4106 Patch 7.0.168
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4107 Problem: Using uninitialized memory and memory leak. (Dominique Pelle)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4108 Solution: Use alloc_clear() instead of alloc() for w_lines. Free
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4109 b_ml.ml_stack after recovery.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4110 Files: src/memline.c, src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4111
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4112 Patch 7.0.169
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4113 Problem: With a Visual block selection, with the cursor in the left upper
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4114 corner, pressing "I" doesn't remove the highlighting. (Guopeng
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4115 Wen)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4116 Solution: When checking if redrawing is needed also check if Visual
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4117 selection is still active.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4118 Files: src/screen.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4119
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4120 Patch 7.0.170 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4121 Problem: Win32: Using "gvim --remote-tab foo" when gvim is minimized while
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4122 it previously was maximized, un-maximizing doesn't work properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4123 And the labels are not displayed properly when 'encoding' is
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4124 utf-8.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4125 Solution: When minimized check for SW_SHOWMINIMIZED. When updating the tab
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4126 pages line use TCM_SETITEMW instead of TCM_INSERTITEMW. (Liu
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4127 Yubao)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4128 Files: src/gui_w48.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4129
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4130 Patch 7.0.171 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4131 Problem: VMS: A file name with multiple paths is written in the wrong file.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4132 Solution: Get the actually used file name. (Zoltan Arpadffy)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4133 Also add info to the :version command about compilation.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4134 Files: src/Make_vms.mms, src/buffer.c, src/os_unix.c, src/version.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4135
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4136 Patch 7.0.172
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4137 Problem: Crash when recovering and quitting at the "press-enter" prompt.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4138 Solution: Check for "msg_list" to be NULL. (Liu Yubao)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4139 Files: src/ex_eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4140
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4141 Patch 7.0.173
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4142 Problem: ":call f().TT()" doesn't work. (Richard Emberson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4143 Solution: When a function returns a Dictionary or another composite continue
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4144 evaluating what follows.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4145 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4146
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4147 Patch 7.0.174
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4148 Problem: ":mksession" doesn't restore window layout correctly in tab pages
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4149 other than the current one. (Zhibin He)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4150 Solution: Use the correct topframe for producing the window layout commands.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4151 Files: src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4152
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4153 Patch 7.0.175
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4154 Problem: The result of tr() is missing the terminating NUL. (Ingo Karkat)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4155 Solution: Add the NUL.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4156 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4157
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4158 Patch 7.0.176
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4159 Problem: ":emenu" isn't executed directly, causing the encryption key
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4160 prompt to fail. (Life Jazzer)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4161 Solution: Fix wrong #ifdef.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4162 Files: src/menu.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4163
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4164 Patch 7.0.177
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4165 Problem: When the press-enter prompt gets a character from a non-remappable
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4166 mapping, it's put back in the typeahead buffer as remappable,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4167 which may cause an endless loop.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4168 Solution: Restore the non-remappable flag and the silent flag when putting a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4169 char back in the typeahead buffer.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4170 Files: src/getchar.c, src/message.c, src/normal.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4171
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4172 Patch 7.0.178
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4173 Problem: When 'enc' is "utf-8" and 'ignorecase' is set the result of ":echo
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4174 ("\xe4" == "\xe4")" varies.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4175 Solution: In mb_strnicmp() avoid looking past NUL bytes.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4176 Files: src/mbyte.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4177
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4178 Patch 7.0.179
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4179 Problem: Using ":recover" or "vim -r" without a swapfile crashes Vim.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4180 Solution: Check for "buf" to be unequal NULL. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4181 Files: src/memline.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4182
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4183 Patch 7.0.180 (extra, after 7.0.171)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4184 Problem: VMS: build failed. Problem with swapfiles.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4185 Solution: Add "compiled_arch". Always expand path and pass it to
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4186 buf_modname(). (Zoltan Arpadffy)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4187 Files: src/globals.h, src/memline.c, src/os_unix.c, runtime/menu.vim
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4188
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4189 Patch 7.0.181
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4190 Problem: When reloading a file that starts with an empty line, the reloaded
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4191 buffer has an extra empty line at the end. (Motty Lentzitzky)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4192 Solution: Delete all lines, don't use bufempty().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4193 Files: src/fileio.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4194
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4195 Patch 7.0.182
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4196 Problem: When using a mix of undo and "g-" it may no longer be possible to
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4197 go to every point in the undo tree. (Andy Wokula)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4198 Solution: Correctly update pointers in the undo tree.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4199 Files: src/undo.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4200
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4201 Patch 7.0.183
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4202 Problem: Crash in ":let" when redirecting to a variable that's being
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4203 displayed. (Thomas Link)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4204 Solution: When redirecting to a variable only do the assignment when
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4205 stopping redirection to avoid that setting the variable causes a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4206 freed string to be accessed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4207 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4208
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4209 Patch 7.0.184
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4210 Problem: When the cscope program is called "mlcscope" the Cscope interface
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4211 doesn't work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4212 Solution: Accept "\S*cscope:" instead of "cscope:". (Frodak D. Baksik)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4213 Files: src/if_cscope.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4214
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4215 Patch 7.0.185
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4216 Problem: Multi-byte characters in a message are displayed with attributes
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4217 from what comes before it.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4218 Solution: Don't use the attributes for a multi-byte character. Do use
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4219 attributes for special characters. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4220 Files: src/message.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4221
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4222 Patch 7.0.186
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4223 Problem: Get an ml_get error when 'encoding' is "utf-8" and searching for
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4224 "/\_s*/e" in an empty buffer. (Andrew Maykov)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4225 Solution: Don't try getting the line just below the last line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4226 Files: src/search.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4227
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4228 Patch 7.0.187
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4229 Problem: Can't source a remote script properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4230 Solution: Add the SourceCmd event. (Charles Campbell)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4231 Files: runtime/doc/autocmd.txt, src/ex_cmds2.c, src/fileio.c, src/vim.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4232
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4233 Patch 7.0.188 (after 7.0.186)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4234 Problem: Warning for wrong pointer type.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4235 Solution: Add a type cast.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4236 Files: src/search.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4237
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4238 Patch 7.0.189
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4239 Problem: Translated message about finding matches is truncated. (Yukihiro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4240 Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4241 Solution: Enlarge the buffer. Also use vim_snprintf().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4242 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4243
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4244 Patch 7.0.190
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4245 Problem: "syntax spell default" results in an error message.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4246 Solution: Change 4 to 7 for STRNICMP(). (Raul Nunez de Arenas Coronado)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4247 Files: src/syntax.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4248
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4249 Patch 7.0.191
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4250 Problem: The items used by getqflist() and setqflist() don't match.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4251 Solution: Support the "bufnum" item for setqflist(). (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4252 Files: runtime/doc/eval.txt, src/quickfix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4253
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4254 Patch 7.0.192
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4255 Problem: When 'swapfile' is switched off in an empty file it is possible
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4256 that not all blocks are loaded into memory, causing ml_get errors
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4257 later.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4258 Solution: Rename "dont_release" to "mf_dont_release" and also use it to
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4259 avoid using the cached line and locked block.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4260 Files: src/globals.h, src/memfile.c, src/memline.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4261
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4262 Patch 7.0.193
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4263 Problem: Using --remote or --remote-tab with an argument that matches
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4264 'wildignore' causes a crash.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4265 Solution: Check the argument count before using ARGLIST[0].
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4266 Files: src/ex_cmds.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4267
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4268 Patch 7.0.194
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4269 Problem: Once an ml_get error is given redrawing part of the screen may
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4270 cause it again, resulting in an endless loop.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4271 Solution: Don't give the error message for a recursive call.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4272 Files: src/memline.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4273
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4274 Patch 7.0.195
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4275 Problem: When a buffer is modified and 'autowriteall' is set, ":quit"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4276 results in an endless loop when there is a conversion error while
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4277 writing. (Nikolai Weibull)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4278 Solution: Make autowrite() return FAIL if the buffer is still changed after
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4279 writing it.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4280 /* put the cursor on the last char, for 'tw' formatting */
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4281 Files: src/ex_cmds2.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4282
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4283 Patch 7.0.196
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4284 Problem: When using ":vert ball" the computation of the mouse pointer
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4285 position may be off by one column. (Stefan Karlsson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4286 Solution: Recompute the frame width when moving the vertical separator from
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4287 one window to another.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4288 Files: src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4289
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4290 Patch 7.0.197 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4291 Problem: Win32: Compiling with EXITFREE doesn't work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4292 Solution: Adjust a few #ifdefs. (Alexei Alexandrof)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4293 Files: src/misc2.c, src/os_mswin.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4294
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4295 Patch 7.0.198 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4296 Problem: Win32: Compiler warnings. No need to generate gvim.exe.mnf.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4297 Solution: Add type casts. Use "*" for processorArchitecture. (George Reilly)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4298 Files: src/Make_mvc.mak, src/eval.c, src/gvim.exe.mnf, src/misc2.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4299
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4300 Patch 7.0.199
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4301 Problem: When using multi-byte characters the combination of completion and
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4302 formatting may result in a wrong cursor position.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4303 Solution: Don't decrement the cursor column, use dec_cursor(). (Yukihiro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4304 Nakadaira) Also check for the column to be zero.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4305 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4306
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4307 Patch 7.0.200
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4308 Problem: Memory leaks when out of memory.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4309 Solution: Free the memory.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4310 Files: src/edit.c, src/diff.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4311
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4312 Patch 7.0.201
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4313 Problem: Message for ":diffput" about buffer not being in diff mode may be
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4314 wrong.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4315 Solution: Check for buffer in diff mode but not modifiable.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4316 Files: src/diff.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4317
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4318 Patch 7.0.202
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4319 Problem: Problems on Tandem systems while compiling and at runtime.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4320 Solution: Recognize root uid is 65535. Check select() return value for it
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4321 not being supported. Avoid wrong function prototypes. Mention
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4322 use of -lfloss. (Matthew Woehlke)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4323 Files: src/Makefile, src/ex_cmds.c, src/fileio.c, src/main.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4324 src/osdef1.h.in, src/osdef2.h.in, src/os_unix.c, src/pty.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4325 src/vim.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4326
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4327 Patch 7.0.203
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4328 Problem: 0x80 characters in a register are not handled correctly for the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4329 "@" command.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4330 Solution: Escape CSI and 0x80 characters. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4331 Files: src/ops.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4332
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4333 Patch 7.0.204
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4334 Problem: Cscope: Parsing matches for listing isn't done properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4335 Solution: Check for line number being found. (Yu Zhao)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4336 Files: src/if_cscope.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4337
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4338 Patch 7.0.205 (after 7.0.203)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4339 Problem: Can't compile.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4340 Solution: Always include the vim_strsave_escape_csi function.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4341 Files: src/getchar.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4342
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4343 Patch 7.0.206 (after 7.0.058)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4344 Problem: Some characters of the "gb18030" encoding are not handled
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4345 properly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4346 Solution: Do not use "cp936" as an alias for "gb18030" encoding. Instead
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4347 initialize 'encoding' to "cp936".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4348 Files: src/mbyte.c, src/option.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4349
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4350 Patch 7.0.207
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4351 Problem: After patch 2.0.203 CSI and K_SPECIAL characters are escaped when
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4352 recorded and then again when the register is executed.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4353 Solution: Remove escaping before putting the recorded characters in a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4354 register. (Yukihiro Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4355 Files: src/getchar.c, src/ops.c, src/proto/getchar.pro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4356
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4357 Patch 7.0.208 (after 7.0.171 and 7.0.180)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4358 Problem: VMS: changes to path handling cause more trouble than they solve.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4359 Solution: Revert changes.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4360 Files: src/buffer.c, src/memline.c, src/os_unix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4361
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4362 Patch 7.0.209
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4363 Problem: When replacing a line through Python the cursor may end up beyond
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4364 the end of the line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4365 Solution: Check the cursor column after replacing the line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4366 Files: src/if_python.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4367
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4368 Patch 7.0.210
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4369 Problem: ":cbuffer" and ":lbuffer" always fail when the buffer is modified.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4370 (Gary Johnson)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4371 Solution: Support adding a !. (Yegappan Lakshmanan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4372 Files: runtime/doc/quickfix.txt, src/ex_cmds.h
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4373
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4374 Patch 7.0.211
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4375 Problem: With ":set cindent noai bs=0" using CTRL-U in Insert mode will
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4376 delete auto-indent. After ":set ai" it doesn't.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4377 Solution: Also check 'cindent' being set. (Ryan Lortie)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4378 Files: src/edit.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4379
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4380 Patch 7.0.212
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4381 Problem: The GUI can't be terminated with SIGTERM. (Mark Logan)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4382 Solution: Use the signal protection in the GUI as in the console, allow
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4383 signals when waiting for 100 msec or longer.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4384 Files: src/ui.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4385
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4386 Patch 7.0.213
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4387 Problem: When 'spellfile' has two regions that use the same sound folding
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4388 using "z=" will cause memory to be freed twice. (Mark Woodward)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4389 Solution: Clear the hashtable properly so that the items are only freed once.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4390 Files: src/spell.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4391
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4392 Patch 7.0.214
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4393 Problem: When using <f-args> in a user command it's not possible to have an
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4394 argument end in '\ '.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4395 Solution: Change the handling of backslashes. (Yakov Lerner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4396 Files: runtime/doc/map.txt, src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4397
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4398 Patch 7.0.215 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4399 Problem: Mac: Scrollbar size isn't set. Context menu has disabled useless
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4400 Help entry. Call to MoreMasterPointers() is ignored.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4401 Solution: Call SetControlViewSize() in gui_mch_set_scrollbar_thumb(). Use
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4402 kCMHelpItemRemoveHelp for ContextualMenuSelect(). Remove call to
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4403 MoreMasterPointers(). (Nicolas Weber)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4404 Files: src/gui_mac.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4405
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4406 Patch 7.0.216
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4407 Problem: ":tab wincmd ]" does not open a tab page. (Tony Mechelynck)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4408 Solution: Copy the cmdmod.tab value to postponed_split_tab and use it.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4409 Files: src/globals.h, src/ex_docmd.c, src/if_cscope.c, src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4410
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4411 Patch 7.0.217
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4412 Problem: This hangs when pressing "n": ":%s/\n/,\r/gc". (Ori Avtalion)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4413 Solution: Set "skip_match" to advance to the next line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4414 Files: src/ex_cmds.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4415
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4416 Patch 7.0.218
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4417 Problem: "%B" in 'statusline' always shows zero in Insert mode. (DervishD)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4418 Solution: Remove the exception for Insert mode, check the column for being
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4419 valid instead.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4420 Files: src/buffer.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4421
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4422 Patch 7.0.219
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4423 Problem: When using the 'editexisting.vim' script and a file is being
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4424 edited in another tab page the window is split. The "+123"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4425 argument is not used.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4426 Solution: Make the tab page with the file the current tab page. Set
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4427 v:swapcommand when starting up to the first "+123" or "-c" command
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4428 line argument.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4429 Files: runtime/macros/editexisting.vim, src/main.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4430
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4431 Patch 7.0.220
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4432 Problem: Crash when using winnr('#') in a new tab page. (Andy Wokula)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4433 Solution: Check for not finding the window.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4434 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4435
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4436 Patch 7.0.221
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4437 Problem: finddir() uses 'path' by default, where "." means relative to the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4438 current file. But it works relative to the current directory.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4439 (Tye Zdrojewski)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4440 Solution: Add the current buffer name to find_file_in_path_option() for the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4441 relative file name.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4442 Files: runtime/doc/eval.txt, src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4443
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4444 Patch 7.0.222
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4445 Problem: Perl indenting using 'cindent' works almost right.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4446 Solution: Recognize '#' to start a comment. (Alex Manoussakis) Added '#'
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4447 flag in 'cinoptions'.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4448 Files: runtime/doc/indent.txt, src/misc1.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4449
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4450 Patch 7.0.223
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4451 Problem: Unprintable characters in completion text mess up the popup menu.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4452 (Gombault Damien)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4453 Solution: Use strtrans() to make the text printable.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4454 Files: src/charset.c, src/popupmnu.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4455
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4456 Patch 7.0.224
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4457 Problem: When expanding "##" spaces are escaped twice. (Pavol Juhas)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4458 Solution: Don't escape the spaces that separate arguments.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4459 Files: src/eval.c, src/ex_docmd.c, src/proto/ex_docmd.pro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4460
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4461 Patch 7.0.225
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4462 Problem: When using setline() in an InsertEnter autocommand and doing "A"
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4463 the cursor ends up on the last byte in the line. (Yukihiro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4464 Nakadaira)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4465 Solution: Only adjust the column when using setline() for the cursor line.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4466 Move it back to the head byte if necessary.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4467 Files: src/eval.c, src/misc2.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4468
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4469 Patch 7.0.226
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4470 Problem: Display flickering when updating signs through the netbeans
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4471 interface. (Xavier de Gaye)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4472 Solution: Remove the redraw_later(CLEAR) call.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4473 Files: src/netbeans.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4474
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4475 Patch 7.0.227
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4476 Problem: Crash when closing a window in the GUI. (Charles Campbell)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4477 Solution: Don't call out_flush() from win_free().
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4478 Files: src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4479
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4480 Patch 7.0.228
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4481 Problem: Cygwin: problem with symlink to DOS style path.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4482 Solution: Invoke cygwin_conv_to_posix_path(). (Luca Masini)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4483 Files: src/os_unix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4484
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4485 Patch 7.0.229
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4486 Problem: When 'pastetoggle' starts with Esc then pressing Esc in Insert
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4487 mode will not time out. (Jeffery Small)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4488 Solution: Use KL_PART_KEY instead of KL_PART_MAP, so that 'ttimeout' applies
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4489 to the 'pastetoggle' key.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4490 Files: src/getchar.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4491
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4492 Patch 7.0.230
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4493 Problem: After using ":lcd" a script doesn't know how to restore the
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4494 current directory.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4495 Solution: Add the haslocaldir() function. (Bob Hiestand)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4496 Files: runtime/doc/usr_41.txt, runtime/doc/eval.txt, src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4497
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4498 Patch 7.0.231
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4499 Problem: When recovering from a swap file the page size is likely to be
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4500 different from the minimum. The block used for the first page
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4501 then has a buffer of the wrong size, causing a crash when it's
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4502 reused later. (Zephaniah Hull)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4503 Solution: Reallocate the buffer when the page size changes. Also check that
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4504 the page size is at least the minimum value.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4505 Files: src/memline.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4506
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4507 Patch 7.0.232 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4508 Problem: Mac: doesn't support GUI tab page labels.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4509 Solution: Add GUI tab page labels. (Nicolas Weber)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4510 Files: src/feature.h, src/gui.c, src/gui.h, src/gui_mac.c,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4511 src/proto/gui_mac.pro
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4512
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4513 Patch 7.0.233 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4514 Problem: Mac: code formatted badly.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4515 Solution: Fix code formatting
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4516 Files: src/gui_mac.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4517
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4518 Patch 7.0.234
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4519 Problem: It's possible to use feedkeys() from a modeline. That is a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4520 security issue, can be used for a trojan horse.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4521 Solution: Disallow using feedkeys() in the sandbox.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4522 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4523
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4524 Patch 7.0.235
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4525 Problem: It is possible to use writefile() in the sandbox.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4526 Solution: Add a few more checks for the sandbox.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4527 Files: src/eval.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4528
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4529 Patch 7.0.236
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4530 Problem: Linux 2.4 uses sysinfo() with a mem_unit field, which is not
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4531 backwards compatible.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4532 Solution: Add an autoconf check for sysinfo.mem_unit. Let mch_total_mem()
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4533 return Kbyte to avoid overflow.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4534 Files: src/auto/configure, src/configure.in, src/config.h.in,
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4535 src/option.c, src/os_unix.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4536
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4537 Patch 7.0.237
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4538 Problem: For root it is recommended to not use 'modeline', but in
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4539 not-compatible mode the default is on.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4540 Solution: Let 'modeline' default to off for root.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4541 Files: runtime/doc/options.txt, src/option.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4542
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4543 Patch 7.0.238
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4544 Problem: Crash when ":match" pattern runs into 'maxmempattern'. (Yakov
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4545 Lerner)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4546 Solution: Don't free the regexp program of match_hl.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4547 Files: src/screen.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4548
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4549 Patch 7.0.239
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4550 Problem: When using local directories and tab pages ":mksession" uses a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4551 short file name when it shouldn't. Window-local options from a
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4552 modeline may be applied to the wrong window. (Teemu Likonen)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4553 Solution: Add the did_lcd flag, use the full path when it's set. Don't use
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4554 window-local options from the modeline when using the current
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4555 window for another buffer in ":doautoall".
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4556 Files: src/fileio.c, src/ex_docmd.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4557
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4558 Patch 7.0.240
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4559 Problem: Crash when splitting a window in the GUI. (opposite of 7.0.227)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4560 Solution: Don't call out_flush() from win_alloc(). Also avoid this for
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4561 win_delete(). Also block autocommands while the window structure
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4562 is invalid.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4563 Files: src/window.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4564
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4565 Patch 7.0.241
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4566 Problem: ":windo throw 'foo'" loops forever. (Andy Wokula)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4567 Solution: Detect that win_goto() doesn't work.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4568 Files: src/ex_cmds2.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4569
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4570 Patch 7.0.242 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4571 Problem: Win32: Using "-register" in a Vim that does not support OLE causes
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4572 a crash.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4573 Solution: Don't use EMSG() but mch_errmsg(). Check p_go for being NULL.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4574 (partly by Michael Wookey)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4575 Files: src/gui_w32.c
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4576
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4577 Patch 7.0.243 (extra)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4578 Problem: Win32: When GvimExt is built with MSVC 2005 or later, the "Edit
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4579 with vim" context menu doesn't appear in the Windows Explorer.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4580 Solution: Embed the linker manifest file into the resources of GvimExt.dll.
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4581 (Mathias Michaelis)
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4582 Files: src/GvimExt/Makefile
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4583
96cd8222a819 updated for version 7.1a
vimboss
parents: 874
diff changeset
4584
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4585 Fixes after Vim 7.1a BETA:
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4586
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4587 The extra archive had CVS directories included below "farsi" and
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4588 "runtime/icons". CVS was missing the farsi icon files.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4589
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4590 Fix compiling with Gnome 2.18, undefine bind_textdomain_codeset. (Daniel
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4591 Drake)
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4592
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4593 Mac: "make install" didn't copy rgb.txt.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4594
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4595 When editing a compressed file while there are folds caused "ml_get" errors
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4596 and some lines could be missing. When decompressing failed option values were
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4597 not restored.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4598
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4599
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4600 Patch 7.1a.001
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4601 Problem: Crash when downloading a spell file. (Szabolcs Horvat)
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4602 Solution: Avoid that did_set_spelllang() is used recursively when a new
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4603 window is opened for the download.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4604 Also avoid wiping out the wrong buffer.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4605 Files: runtime/autoload/spellfile.vim, src/buffer.c, src/ex_cmds.c,
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4606 src/spell.c
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4607
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4608 Patch 7.1a.002 (extra)
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4609 Problem: Compilation error with MingW.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4610 Solution: Check for LPTOOLTIPTEXT to be defined.
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4611 Files: src/gui_w32.c
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4612
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
4613
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4614 Fixes after Vim 7.1b BETA:
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4615
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4616 Made the Mzscheme interface build both with old and new versions of Mzscheme,
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4617 using an #ifdef. (Sergey Khorev)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4618 Mzscheme interface didn't link, missing function. Changed order of libraries
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4619 in the configure script.
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4620
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4621 Ruby interface didn't compile on Mac. Changed #ifdef. (Kevin Ballard)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4622
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4623 Patch 7.1b.001 (extra)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4624 Problem: Random text in a source file. No idea how it got there.
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4625 Solution: Delete the text.
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4626 Files: src/gui_w32.c
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4627
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4628 Patch 7.1b.002
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4629 Problem: When 'maxmem' is large there can be an overflow in computations.
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4630 (Thomas Wiegner)
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4631 Solution: Use the same mechanism as in mch_total_mem(): first reduce the
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4632 multiplier as much as possible.
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4633 Files: src/memfile.c
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
4634
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4635 ==============================================================================
2202
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
4636 VERSION 7.2 *version-7.2* *version7.2*
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4637
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4638 This section is about improvements made between version 7.1 and 7.2.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4639
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4640 This is mostly a bug-fix release. The main new feature is floating point
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4641 support. |Float|
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4642
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4643
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4644 Changed *changed-7.2*
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4645 -------
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4646
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4647 Changed the command line buffer name from "command-line" to "[Command Line]".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4648
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4649 Removed optional ! for ":caddexpr", ":cgetexpr", ":cgetfile", ":laddexpr",
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4650 ":lgetexpr" and ":lgetfile". They are not needed. (Yegappan Lakshmanan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4651
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4652 An offset for syntax matches worked on bytes instead of characters. That is
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4653 inconsistent and can easily be done wrong. Use character offsets now.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4654 (Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4655
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4656 The FileChangedShellPost event was also given when a file didn't change.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4657 (John Little)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4658
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4659 When the current line is long (doesn't fit) the popup menu can't be seen.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4660 Display it below the screen line instead of below the text line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4661 (Francois Ingelrest)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4662
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4663 Switched to autoconf version 2.62.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4664
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4665 Moved including fcntl.h to vim.h and removed it from all .c files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4666
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4667 Introduce macro STRMOVE(d, s), like STRCPY() for overlapping strings.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4668 Use it instead of mch_memmove(p, p + x, STRLEN(p + x) + 1).
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4669
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4670 Removed the bulgarian.vim keymap file, two more standard ones replace it.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4671 (Boyko Bantchev)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4672
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4673 Increased the maximum number of tag matches for command line completion from
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4674 200 to 300.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4675
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4676 Renamed help file sql.txt to ft_sql.txt and ada.txt to ft_ada.txt.
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4677
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4678
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4679 Added *added-7.2*
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4680 -----
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4681
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4682 New syntax files:
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4683 CUDA (Timothy B. Terriberry)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4684 Cdrdao config (Nikolai Weibull)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4685 Coco/R (Ashish Shukla)
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4686 Denyhosts config (Nikolai Weibull)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4687 Dtrace script (Nicolas Weber)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4688 Git output, commit, config, rebase, send-email (Tim Pope)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4689 HASTE and HastePreProc (M. Tranchero)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4690 Haml (Tim Pope)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4691 Host conf (Nikolai Weibull)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4692 Linden script (Timo Frenay)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4693 MS messages (Kevin Locke)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4694 PDF (Tim Pope)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4695 ProMeLa (Maurizio Tranchero)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4696 Reva Foth (Ron Aaron)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4697 Sass (Tim Pope)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4698 Symbian meta-makefile, MMP (Ron Aaron)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4699 VOS CM macro (Andrew McGill)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4700 XBL (Doug Kearns)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4701
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4702 New tutor files:
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4703 Made UTF-8 versions of all the tutor files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4704 Greek renamed from ".gr" to ".el" (Greek vs Greece).
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4705 Esperanto (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4706 Croatian (Paul B. Mahol)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4707
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4708 New filetype plugins:
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4709 Cdrdao config (Nikolai Weibull)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4710 Debian control files (Debian Vim maintainers)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4711 Denyhosts (Nikolai Weibull)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4712 Dos .ini file (Nikolai Weibull)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4713 Dtrace script (Nicolas Weber)
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4714 FnameScript (Nikolai Weibull)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4715 Git, Git config, Git commit, Git rebase, Git send-email (Tim Pope)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4716 Haml (Tim Pope)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4717 Host conf (Nikolai Weibull)
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4718 Host access (Nikolai Weibull)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4719 Logtalk (Paulo Moura)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4720 MS messages (Kevin Locke)
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4721 NSIS script (Nikolai Weibull)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4722 PDF (Tim Pope)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4723 Reva Forth (Ron Aaron)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4724 Sass (Tim Pope)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4725
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4726 New indent files:
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4727 DTD (Nikolai Weibull)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4728 Dtrace script (Nicolas Weber)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4729 Erlang (Csaba Hoch)
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4730 FrameScript (Nikolai Weibull)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4731 Git config (Tim Pope)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4732 Haml (Tim Pope)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4733 Logtalk (Paulo Moura)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4734 Sass (Tim Pope)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4735 Tiny Fugue (Christian J. Robinson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4736
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4737 New compiler plugins:
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4738 RSpec (Tim Pope)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4739
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4740 New keymap files:
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4741 Croatian (Paul B. Mahol)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4742 Russian Dvorak (Serhiy Boiko)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4743 Ukrainian Dvorak (Serhiy Boiko)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
4744 Removed plain Bulgarian, "bds" and phonetic are sufficient.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4745
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4746 Other new runtime files:
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4747 Esperanto menu and message translations. (Dominique Pelle)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
4748 Finnish menu and message translations. (Flammie Pirinen)
2072
4a1bcdd9ea55 Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2033
diff changeset
4749 Brazilian Portuguese message translations. (Eduardo Dobay)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4750
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4751 Added floating point support. |Float|
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4752
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4753 Added argument to mode() to return a bit more detail about the current mode.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4754 (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4755
2033
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
4756 Added support for BSD console mouse: |sysmouse|. (Paul B. Mahol)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4757
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4758 Added the "newtab" value for the 'switchbuf' option. (partly by Yegappan
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4759 Lakshmanan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4760
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4761 Improved error messages for the netbeans interface. (Philippe Fremy)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4762
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4763 Added support for using xterm mouse codes for screen. (Micah Cowan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4764
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4765 Added support for cross compiling:
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4766 Adjusted configure.in and added INSTALLcross.txt. (Marc Haisenko) Fixed
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4767 mistakes in configure.in after that.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4768 Don't use /usr/local/include and /usr/local/lib in configure. (Philip
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4769 Prindeville)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4770 For cross compiling the Cygwin version on Unix, change VIM.TLB to vim.tlb in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4771 src/vim.rc. (Tsuneo Nakagawa)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4772
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4773 Added v:searchforward variable: What direction we're searching in. (Yakov
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4774 Lerner)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4775
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4776
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4777 Fixed *fixed-7.2*
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4778 -----
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4779
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4780 Patch 7.1.001
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4781 Problem: Still can't build with Gnome libraries.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4782 Solution: Fix typo in bind_textdomain_codeset. (Mike Kelly)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4783 Files: src/gui_gtk.c, src/gui_gtk_x11.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4784
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4785 Patch 7.1.002
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4786 Problem: Oracle Pro*C/C++ files are not detected.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4787 Solution: Add the missing star. (Micah J. Cowan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4788 Files: runtime/filetype.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4789
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4790 Patch 7.1.003 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4791 Problem: The "Tear off this menu" message appears in the message history
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4792 when using a menu. (Yongwei Wu)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4793 Solution: Disable message history when displaying the menu tip.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4794 Files: src/gui_w32.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4795
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4796 Patch 7.1.004
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4797 Problem: Crash when doing ":next directory". (Raphael Finkel)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4798 Solution: Do not use "buf", it may be invalid after autocommands.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4799 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4800
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4801 Patch 7.1.005
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4802 Problem: "cit" used on <foo></foo> deletes <foo>. Should not delete
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4803 anything and start insertion, like "ci'" does on "". (Michal
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4804 Bozon)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4805 Solution: Handle an empty object specifically. Made it work consistent for
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4806 various text objects.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4807 Files: src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4808
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4809 Patch 7.1.006
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4810 Problem: Resetting 'modified' in a StdinReadPost autocommand doesn't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4811 Solution: Set 'modified' before the autocommands instead of after it.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4812 Files: src/buffer.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4813
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4814 Patch 7.1.007 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4815 Problem: Mac: Context menu doesn't work on Intel Macs.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4816 Scrollbars are not dimmed when Vim is not the active application.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4817 Solution: Remove the test whether context menus are supported. They are
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4818 always there in OS/X. Handle the dimming. (Nicolas Weber)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4819 Files: src/gui_mac.c, src/gui.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4820
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4821 Patch 7.1.008
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4822 Problem: getfsize() returns a negative number for very big files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4823 Solution: Check for overflow and return -2.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4824 Files: runtime/doc/eval.txt, src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4825
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4826 Patch 7.1.009
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4827 Problem: In diff mode, displaying the difference between a tab and spaces
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4828 is not highlighted correctly.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4829 Solution: Only change highlighting at the end of displaying a tab.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4830 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4831
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4832 Patch 7.1.010
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4833 Problem: The Gnome session file doesn't restore tab pages.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4834 Solution: Add SSOP_TABPAGES to the session flags. (Matias D'Ambrosio)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4835 Files: src/gui_gtk_x11.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4836
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4837 Patch 7.1.011
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4838 Problem: Possible buffer overflow when $VIMRUNTIME is very long. (Victor
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4839 Stinner)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4840 Solution: Use vim_snprintf().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4841 Files: src/main.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4842
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4843 Patch 7.1.012
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4844 Problem: ":let &shiftwidth = 'asdf'" doesn't produce an error message.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4845 Solution: Check for a string argument. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4846 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4847
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4848 Patch 7.1.013
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4849 Problem: ":syn include" only loads the first file, while it is documented
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4850 as doing the equivalent of ":runtime!".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4851 Solution: Change the argument to source_runtime(). (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4852 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4853
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4854 Patch 7.1.014
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4855 Problem: Crash when doing C indenting. (Chris Monson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4856 Solution: Obtain the current line again after invoking cin_islabel().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4857 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4858
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4859 Patch 7.1.015
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4860 Problem: MzScheme interface: current-library-collection-paths produces no
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4861 list. Interface doesn't build on a Mac.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4862 Solution: Use a list instead of a pair. (Bernhard Fisseni) Use "-framework"
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4863 argument for MZSCHEME_LIBS in configure.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4864 Files: src/configure.in, src/if_mzsch.c, src/auto/configure
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4865
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4866 Patch 7.1.016 (after patch 7.1.012)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4867 Problem: Error message about setting 'diff' to a string.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4868 Solution: Don't pass an empty string to set_option_value() when setting
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4869 'diff'.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4870 Files: src/quickfix.c, src/popupmnu.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4871
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4872 Patch 7.1.017
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4873 Problem: ":confirm w" does give a prompt when 'readonly' is set, but not
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4874 when the file permissions are read-only. (Michael Schaap)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4875 Solution: Provide a dialog in both situations. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4876 Files: src/ex_cmds.c, src/fileio.c, src/proto/fileio.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4877
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4878 Patch 7.1.018
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4879 Problem: When 'virtualedit' is set a "p" of a block just past the end of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4880 the line inserts before the cursor. (Engelke)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4881 Solution: Check for the cursor being just after the line (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4882 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4883
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4884 Patch 7.1.019
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4885 Problem: ":py" asks for an argument, ":py asd" then gives the error that
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4886 ":py" isn't implemented. Should already happen for ":py".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4887 Solution: Compare with ex_script_ni. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4888 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4889
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4890 Patch 7.1.020
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4891 Problem: Reading from uninitialized memory when using a dialog. (Dominique
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4892 Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4893 Solution: In msg_show_console_dialog() append a NUL after every appended
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4894 character.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4895 Files: src/message.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4896
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4897 Patch 7.1.021 (after 7.1.015)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4898 Problem: Mzscheme interface doesn't compile on Win32.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4899 Solution: Fix the problem that 7.1.015 fixed in a better way. (Sergey Khorev)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4900 Files: src/if_mzsch.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4901
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4902 Patch 7.1.022
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4903 Problem: When setting 'keymap' twice the b:keymap_name variable isn't set.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4904 (Milan Berta)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4905 Solution: Don't unlet b:keymap_name for ":loadkeymap". (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4906 Files: src/digraph.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4907
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4908 Patch 7.1.023
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4909 Problem: "dw" in a line with one character deletes the line. Vi and nvi
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4910 don't do this. (Kjell Arne Rekaa)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4911 Solution: Check for one-character words especially.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4912 Files: src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4913
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4914 Patch 7.1.024
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4915 Problem: Using a pointer that has become invalid. (Chris Monson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4916 Solution: Obtain the line pointer again after we looked at another line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4917 Files: src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4918
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4919 Patch 7.1.025
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4920 Problem: search() and searchpos() don't use match under cursor at start of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4921 line when using 'bc' flags. (Viktor Kojouharov)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4922 Solution: Don't go to the previous line when the 'c' flag is present.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4923 Also fix that "j" doesn't move the cursor to the right column.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4924 Files: src/eval.c, src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4925
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4926 Patch 7.1.026
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4927 Problem: "[p" doesn't work in Visual mode. (David Brown)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4928 Solution: Use checkclearop() instead of checkclearopq().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4929 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4930
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4931 Patch 7.1.027
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4932 Problem: On Sun systems opening /dev/fd/N doesn't work, and they are used
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4933 by process substitutions.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4934 Solution: Allow opening specific character special files for Sun systems.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4935 (Gary Johnson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4936 Files: src/fileio.c, src/os_unix.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4937
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4938 Patch 7.1.028
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4939 Problem: Can't use last search pattern for ":sort". (Brian McKee)
2072
4a1bcdd9ea55 Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2033
diff changeset
4940 Solution: When the pattern is empty use the last search pattern. (Martin
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4941 Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4942 Files: runtime/doc/change.txt, src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4943
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4944 Patch 7.1.029 (after 7.1.019)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4945 Problem: Can't compile when all interfaces are used. (Taylor Venable)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4946 Solution: Only check for ex_script_ni when it's defined.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4947 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4948
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4949 Patch 7.1.030
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4950 Problem: The "vimtutor" shell script checks for "vim6" but not for "vim7".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4951 (Christian Robinson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4952 Solution: Check for more versions, but prefer using "vim".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4953 Files: src/vimtutor
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4954
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4955 Patch 7.1.031
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4956 Problem: virtcol([123, '$']) doesn't work. (Michael Schaap)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4957 Solution: When '$' is used for the column number get the last column.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4958 Files: runtime/doc/eval.txt, src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4959
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4960 Patch 7.1.032
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4961 Problem: Potential crash when editing a command line. (Chris Monson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4962 Solution: Check the position to avoid access before the start of an array.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4963 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4964
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4965 Patch 7.1.033
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4966 Problem: A buffer is marked modified when it was first deleted and then
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4967 added again using a ":next" command. (John Mullin)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4968 Solution: When checking if a buffer is modified use the BF_NEVERLOADED flag.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4969 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4970
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4971 Patch 7.1.034
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4972 Problem: Win64: A few compiler warnings. Problems with optimizer.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4973 Solution: Use int instead of size_t. Disable the optimizer in one function.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4974 (George V. Reilly)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4975 Files: src/eval.c, src/spell.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4976
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4977 Patch 7.1.035
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4978 Problem: After ":s/./&/#" all listed lines have a line number. (Yakov
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4979 Lerner)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4980 Solution: Reset the line number flag when not using the "&" flag.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4981 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4982
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4983 Patch 7.1.036
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4984 Problem: Completing ":echohl" argument should include "None". (Ori
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4985 Avtalion) ":match" should have "none" too.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4986 Solution: Add flags to use expand_highlight(). Also fix that when disabling
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4987 FEAT_CMDL_COMPL compilation fails. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4988 Files: src/eval.c, src/ex_docmd.c, src/ex_getln.c, src/proto/syntax.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4989 src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4990
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4991 Patch 7.1.037
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4992 Problem: strcpy() used for overlapping strings. (Chris Monson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4993 Solution: Use mch_memmove() instead.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4994 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4995
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4996 Patch 7.1.038
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4997 Problem: When 'expandtab' is set then a Tab copied for 'copyindent' is
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4998 expanded to spaces, even when 'preserveindent' is set. (Alexei
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
4999 Alexandrov)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5000 Solution: Remove the check for 'expandtab'. Also fix that ">>" doesn't obey
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5001 'preserveindent'. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5002 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5003
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5004 Patch 7.1.039
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5005 Problem: A tag in a help file that starts with "help-tags" and contains a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5006 percent sign may make Vim crash. (Ulf Harnhammar)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5007 Solution: Use puts() instead of fprintf().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5008 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5009
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5010 Patch 7.1.040
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5011 Problem: ":match" only supports three matches.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5012 Solution: Add functions clearmatches(), getmatches(), matchadd(),
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5013 matchdelete() and setmatches(). Changed the data structures for
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5014 this. A small bug in syntax.c is fixed, so newly created
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5015 highlight groups can have their name resolved correctly from their
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5016 ID. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5017 Files: runtime/doc/eval.txt, runtime/doc/pattern.txt,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5018 runtime/doc/usr_41.txt, src/eval.c, src/ex_docmd.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5019 src/proto/window.pro, src/screen.c, src/structs.h, src/syntax.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5020 src/testdir/Makefile, src/testdir/test63.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5021 src/testdir/test63.ok, src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5022
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5023 Patch 7.1.041 (extra, after 7.1.040)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5024 Problem: Some changes for patch 7.1.040 are in extra files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5025 Solution: Update the extra files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5026 Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5027 src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5028
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5029 Patch 7.1.042 (after 7.1.040)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5030 Problem: Internal error when using matchadd(). (David Larson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5031 Solution: Check the third argument to be present before using the fourth
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5032 argument. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5033 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5034
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5035 Patch 7.1.043
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5036 Problem: In Ex mode using CTRL-D twice may cause a crash. Cursor isn't
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5037 positioned properly after CTRL-D.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5038 Solution: Set prev_char properly. Position the cursor correctly. (Antony
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5039 Scriven)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5040 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5041
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5042 Patch 7.1.044
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5043 Problem: In Insert mode 0 CTRL-T deletes all indent, it should add indent.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5044 (Gautam Iyer)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5045 Solution: Check for CTRL-D typed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5046 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5047
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5048 Patch 7.1.045
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5049 Problem: Unnecessary screen redrawing. (Jjgod Jiang)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5050 Solution: Reset "must_redraw" after clearing the screen.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5051 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5052
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5053 Patch 7.1.046
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5054 Problem: ":s" command removes combining characters. (Ron Aaron)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5055 Solution: Copy composing characters individually. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5056 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5057
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5058 Patch 7.1.047
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5059 Problem: vim_regcomp() called with invalid argument. (Xiaozhou Liu)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5060 Solution: Change TRUE to RE_MAGIC + RE_STRING.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5061 Files: src/ex_eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5062
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5063 Patch 7.1.048
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5064 Problem: The matchparen plugin doesn't update the match when scrolling with
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5065 the mouse wheel. (Ilya Bobir)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5066 Solution: Set the match highlighting for text that can be scrolled into the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5067 viewable area without moving the cursor. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5068 Files: runtime/plugin/matchparen.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5069
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5070 Patch 7.1.049
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5071 Problem: Cannot compile GTK2 version with Hangul input feature.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5072 Solution: Don't define FEAT_XFONTSET when using GTK2.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5073 Files: src/feature.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5074
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5075 Patch 7.1.050
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5076 Problem: Possible crash when using C++ indenting. (Chris Monson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5077 Solution: Keep the line pointer to the line to compare with. Avoid going
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5078 past the end of line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5079 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5080
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5081 Patch 7.1.051
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5082 Problem: Accessing uninitialized memory when finding spell suggestions.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5083 Solution: Don't try swapping characters at the end of a word.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5084 Files: src/spell.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5085
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5086 Patch 7.1.052
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5087 Problem: When creating a new match not all fields are initialized, which
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5088 may lead to unpredictable results.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5089 Solution: Initialise rmm_ic and rmm_maxcol.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5090 Files: src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5091
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5092 Patch 7.1.053
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5093 Problem: Accessing uninitialized memory when giving a message.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5094 Solution: Check going the length before checking for a NUL byte.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5095 Files: src/message.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5096
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5097 Patch 7.1.054
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5098 Problem: Accessing uninitialized memory when displaying the fold column.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5099 Solution: Add a NUL to the extra array. (Dominique Pelle). Also do this in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5100 a couple of other situations.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5101 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5102
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5103 Patch 7.1.055
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5104 Problem: Using strcpy() with arguments that overlap.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5105 Solution: Use mch_memmove() instead.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5106 Files: src/buffer.c, src/charset.c, src/eval.c, src/ex_getln.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5107 src/misc1.c, src/regexp.c, src/termlib.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5108
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5109 Patch 7.1.056
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5110 Problem: More prompt does not behave correctly after scrolling back.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5111 (Randall W. Morris)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5112 Solution: Avoid lines_left becomes negative. (Chris Lubinski) Don't check
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5113 mp_last when deciding to show the more prompt. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5114 Files: src/message.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5115
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5116 Patch 7.1.057
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5117 Problem: Problem with CursorHoldI when using "r" in Visual mode (Max
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5118 Dyckhoff)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5119 Solution: Ignore CursorHold(I) when getting a second character for a Normal
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5120 mode command. Also abort the "r" command in Visual when a special
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5121 key is typed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5122 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5123
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5124 Patch 7.1.058
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5125 Problem: When 'rightleft' is set the completion menu is positioned wrong.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5126 (Baha-Eddine MOKADEM)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5127 Solution: Fix the completion menu. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5128 Files: src/popupmnu.c, src/proto/search.pro, src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5129
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5130 Patch 7.1.059
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5131 Problem: When in Ex mode and doing "g/^/vi" and then pressing CTRL-C Vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5132 hangs and beeps. (Antony Scriven)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5133 Solution: Clear "got_int" in the main loop to avoid the hang. When typing
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5134 CTRL-C twice in a row abort the ":g" command. This is Vi
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5135 compatible.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5136 Files: src/main.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5137
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5138 Patch 7.1.060
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5139 Problem: Splitting quickfix window messes up window layout. (Marius
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5140 Gedminas)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5141 Solution: Compute the window size in a smarter way. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5142 Files: src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5143
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5144 Patch 7.1.061
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5145 Problem: Win32: When 'encoding' is "latin1" 'ignorecase' doesn't work for
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5146 characters with umlaut. (Joachim Hofmann)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5147 Solution: Do not use islower()/isupper()/tolower()/toupper() but our own
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5148 functions. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5149 Files: src/mbyte.c, src/regexp.c, src/vim.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5150
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5151 Patch 7.1.062 (after 7.1.038)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5152 Problem: Indents of C comments can be wrong. (John Mullin)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5153 Solution: Adjust ind_len. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5154 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5155
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5156 Patch 7.1.063 (after 7.1.040)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
5157 Problem: Warning for uninitialized variable.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5158 Solution: Initialise it to NULL.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5159 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5160
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5161 Patch 7.1.064
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5162 Problem: On Interix some files appear not to exist.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5163 Solution: Remove the top bit from st_mode. (Ligesh)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5164 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5165
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5166 Patch 7.1.065 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5167 Problem: Win32: Compilation problem for newer version of w32api.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5168 Solution: Only define __IID_DEFINED__ when needed. (Chris Sutcliffe)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5169 Files: src/Make_ming.mak, src/iid_ole.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5170
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5171 Patch 7.1.066
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5172 Problem: When 'bomb' is set or reset the file should be considered
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5173 modified. (Tony Mechelynck)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5174 Solution: Handle like 'endofline'. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5175 Files: src/buffer.c, src/fileio.c, src/option.c, src/structs.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5176
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5177 Patch 7.1.067
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5178 Problem: 'thesaurus' doesn't work when 'infercase' is set. (Mohsin)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5179 Solution: Don't copy the characters being completed but check the case and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5180 apply it to the suggested word. Also fix that the first word in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5181 the thesaurus line is not used. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5182 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5183
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5184 Patch 7.1.068
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5185 Problem: When 'equalalways' is set and splitting a window, it's possible
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5186 that another small window gets bigger.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5187 Solution: Only equalize window sizes when after a split the windows are
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5188 smaller than another window. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5189 Files: runtime/doc/options.txt, runtime/doc/windows.txt, src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5190
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5191 Patch 7.1.069
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5192 Problem: GTK GUI: When using confirm() without a default button there still
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5193 is a default choice.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5194 Solution: Ignore Enter and Space when there is no default button. (Chris
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5195 Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5196 Files: src/gui_gtk.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5197
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5198 Patch 7.1.070 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5199 Problem: Win32 GUI: When using confirm() without a default button there
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5200 still is a default choice.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5201 Solution: Set focus on something else than a button. (Chris Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5202 Files: src/gui_w32.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5203
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5204 Patch 7.1.071 (after 7.1.040)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5205 Problem: Regexp patterns are not tested.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5206 Solution: Add a basic test, to be expanded later.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5207 Also add (commented-out) support for valgrind.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5208 Files: src/testdir/Makefile, src/testdir/test64.in, src/testdir/test64.ok
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5209
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5210 Patch 7.1.072 (extra, after 7.1.041 and 7.1.071)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5211 Problem: Some changes for patch 7.1.071 are in extra files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5212 Solution: Update the extra files. Also fix a few warnings from the DOS test
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5213 makefile.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5214 Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5215 src/testdir/Make_os2.mak, src/testdir/Make_vms.mms
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5216
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5217 Patch 7.1.073 (after 7.1.062)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5218 Problem: Wrong cursor position and crash when 'preserveindent' is set.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5219 (Charles Campbell)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5220 Solution: Handle the situation that we start without indent. (Chris
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5221 Lubinski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5222 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5223
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5224 Patch 7.1.074
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
5225 Problem: Crash when calling string() on a recursively nested List.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5226 Solution: Check result value for being NULL. (Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5227 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5228
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5229 Patch 7.1.075
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5230 Problem: ":let v:statusmsg" reads memory already freed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5231 Solution: Don't set v:statusmsg when listing it.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5232 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5233
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5234 Patch 7.1.076
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5235 Problem: Another strcpy() with overlapping arguments.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5236 Solution: Use mch_memmove(). (Dominique Pelle) And another one.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5237 Files: src/ex_docmd.c, src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5238
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5239 Patch 7.1.077
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5240 Problem: Using "can_spell" without initializing it. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5241 Solution: Set a default for get_syntax_attr().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5242 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5243
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5244 Patch 7.1.078
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5245 Problem: Dropping a file name on gvim that contains a CSI byte doesn't work
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5246 when editing the command line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5247 Solution: Escape the CSI byte when inserting in the input buffer. (Yukihiro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5248 Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5249 Files: src/gui.c, src/ui.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5250
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5251 Patch 7.1.079
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5252 Problem: When the locale is "C" and 'encoding' is "latin1" then the "@"
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5253 character in 'isfname', 'isprint', etc. doesn't pick up accented
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5254 characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5255 Solution: Instead of isalpha() use MB_ISLOWER() and MB_ISUPPER().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5256 Files: src/charset.c, src/macros.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5257
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5258 Patch 7.1.080 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5259 Problem: Compiler warnings for using "const char *" for "char *".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5260 Solution: Add type casts. (Chris Sutcliffe)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5261 Files: src/GvimExt/gvimext.cpp
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5262
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5263 Patch 7.1.081
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5264 Problem: Command line completion for a shell command: "cat </tmp/file<Tab>"
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5265 doesn't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5266 Solution: Start the file name at any character that can't be in a file name.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5267 (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5268 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5269
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5270 Patch 7.1.082
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5271 Problem: After a ":split" the matchparen highlighting isn't there.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5272 Solution: Install a WinEnter autocommand. Also fixes that after
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5273 ":NoMatchParen" only the current window is updated. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5274 Files: runtime/doc/pi_paren.txt, runtime/plugin/matchparen.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5275
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5276 Patch 7.1.083 (after 7.1.081)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5277 Problem: Command line completion doesn't work with wildcards.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5278 Solution: Add vim_isfilec_or_wc() and use it. (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5279 Files: src/charset.c, src/proto/charset.pro, src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5280
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5281 Patch 7.1.084
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5282 Problem: Using the "-nb" argument twice causes netbeans not to get
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5283 fileOpened events.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5284 Solution: Change "&" to "&&". (Xavier de Gaye)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5285 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5286
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5287 Patch 7.1.085
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5288 Problem: ":e fold.c" then ":sp fold.c" results in folds of original window
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5289 to disappear. (Akita Noek)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5290 Solution: Invoke foldUpdateAll() for all windows of the changed buffer.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5291 (Martin Toft)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5292 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5293
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5294 Patch 7.1.086
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5295 Problem: Crash when using specific Python syntax highlighting. (Quirk)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5296 Solution: Check for a negative index, coming from a keyword match at the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5297 start of a line from a saved state.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5298 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5299
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5300 Patch 7.1.087
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5301 Problem: Reading past ":cscope find" command. Writing past end of a buffer.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5302 Solution: Check length of the argument before using the pattern. Use
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5303 vim_strncpy(). (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5304 Files: if_cscope.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5305
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5306 Patch 7.1.088 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5307 Problem: The coordinates used by ":winpos" differ from what getwinposx()
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5308 and getwinposy() return.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5309 Solution: Use MoveWindowStructure() instead of MoveWindow(). (Michael Henry)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5310 Files: src/gui_mac.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5311
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5312 Patch 7.1.089
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5313 Problem: ":let loaded_getscriptPlugin" doesn't clear to eol, result is
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5314 "#1in".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5315 Solution: Clear to the end of the screen after displaying the first variable
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5316 value.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5317 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5318
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5319 Patch 7.1.090
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5320 Problem: Compiler warning on Mac OS X 10.5.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5321 Solution: Don't redeclare sigaltstack(). (Hisashi T Fujinaka)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5322 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5323
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5324 Patch 7.1.091 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5325 Problem: Win32: Can't embed Vim inside another application.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5326 Solution: Add the --windowid argument. (Nageshwar)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5327 Files: runtime/doc/gui_w32.txt, runtime/doc/starting.txt,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5328 runtime/doc/vi_diff.txt, src/globals.h, src/gui_w32.c, src/main.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5329
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5330 Patch 7.1.092 (extra, after 7.1.088)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5331 Problem: Wrong arguments for MoveWindowStructure().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5332 Solution: Remove "TRUE". (Michael Henry)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5333 Files: src/gui_mac.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5334
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5335 Patch 7.1.093
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5336 Problem: Reading past end of a screen line when determining cell width.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5337 (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5338 Solution: Add an argument to mb_off2cells() for the maximum offset.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5339 Files: src/globals.h, src/gui.c, src/mbyte.c, src/proto/mbyte.pro,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5340 src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5341
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5342 Patch 7.1.094
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5343 Problem: When checking if syntax highlighting is present, looking in the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5344 current buffer instead of the specified one.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5345 Solution: Use "buf" instead of "curbuf".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5346 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5347
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5348 Patch 7.1.095
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5349 Problem: The FocusLost and FocusGained autocommands are triggered
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5350 asynchronously in the GUI. This may cause arbitrary problems.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5351 Solution: Put the focus event in the input buffer and handle it when ready
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5352 for it.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5353 Files: src/eval.c, src/getchar.c, src/gui.c, src/gui_gtk_x11.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5354 src/keymap.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5355
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5356 Patch 7.1.096
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5357 Problem: Reading past end of a string when resizing Vim. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5358 Solution: Check the string pointer before getting the char it points to.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5359 Files: src/message.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5360
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5361 Patch 7.1.097
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5362 Problem: ":setlocal stl=%!1+1" does not work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5363 Solution: Adjust check for pointer. (Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5364 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5365
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5366 Patch 7.1.098
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5367 Problem: ":call s:var()" doesn't work if "s:var" is a Funcref. (Andy Wokula)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5368 Solution: Before converting "s:" into a script ID, check if it is a Funcref.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5369 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5370
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5371 Patch 7.1.099
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5372 Problem: When the 'keymap' and 'paste' options have a non-default value,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5373 ":mkexrc" and ":mksession" do not correctly set the options.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5374 Solution: Set the options with side effects before other options.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5375 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5376
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5377 Patch 7.1.100
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5378 Problem: Win32: Executing cscope doesn't always work properly.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5379 Solution: Use another way to invoke cscope. (Mike Williams)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5380 Files: src/if_cscope.c, src/if_cscope.h, src/main.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5381 src/proto/if_cscope.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5382
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5383 Patch 7.1.101
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5384 Problem: Ruby: The Buffer.line= method does not work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5385 Solution: Add the "self" argument to set_current_line(). (Jonathan Hankins)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5386 Files: src/if_ruby.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5387
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5388 Patch 7.1.102
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5389 Problem: Perl interface doesn't compile with new version of Perl.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5390 Solution: Add two variables to the dynamic library loading. (Suresh
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5391 Govindachar)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5392 Files: src/if_perl.xs
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5393
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5394 Patch 7.1.103
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5395 Problem: Using "dw" with the cursor past the end of the last line (using
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5396 CTRL-\ CTRL-O from Insert mode) deletes a character. (Tim Chase)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5397 Solution: Don't move the cursor back when the movement failed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5398 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5399
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5400 Patch 7.1.104 (after 7.1.095)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5401 Problem: When 'lazyredraw' is set a focus event causes redraw to be
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5402 postponed until a key is pressed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5403 Solution: Instead of not returning from vgetc() when a focus event is
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5404 encountered return K_IGNORE. Add plain_vgetc() for when the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5405 caller doesn't want to get K_IGNORE.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5406 Files: src/digraph.c, src/edit.c, src/ex_cmds.c, src/ex_getln.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5407 src/getchar.c, src/normal.c, src/proto/getchar.pro, src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5408
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5409 Patch 7.1.105
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5410 Problem: Internal error when using "0 ? {'a': 1} : {}". (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5411 Solution: When parsing a dictionary value without using the value, don't try
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5412 obtaining the key name.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5413 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5414
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5415 Patch 7.1.106
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5416 Problem: ":messages" doesn't quit listing on ":".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5417 Solution: Break the loop when "got_int" is set.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5418 Files: src/message.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5419
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5420 Patch 7.1.107
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5421 Problem: When doing a block selection and using "s" to change the text,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5422 while triggering auto-indenting, causes the wrong text to be
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5423 repeated in other lines. (Adri Verhoef)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5424 Solution: Compute the change of indent and compensate for that.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5425 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5426
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5427 Patch 7.1.108 (after 7.1.100)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5428 Problem: Win32: Compilation problems in Cscope code. (Jeff Lanzarotta)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5429 Solution: Use (long) instead of (intptr_t) when it's not defined.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5430 Files: src/if_cscope.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5431
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5432 Patch 7.1.109
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5433 Problem: GTK: when there are many tab pages, clicking on the arrow left of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5434 the labels moves to the next tab page on the right. (Simeon Bird)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5435 Solution: Check the X coordinate of the click and pass -1 as value for the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5436 left arrow.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5437 Files: src/gui_gtk_x11.c, src/term.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5438
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5439 Patch 7.1.110 (after 7.1.102)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5440 Problem: Win32: Still compilation problems with Perl.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5441 Solution: Change the #ifdefs. (Suresh Govindachar)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5442 Files: src/if_perl.xs
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5443
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5444 Patch 7.1.111
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5445 Problem: When using ":vimgrep" with the "j" flag folds from another buffer
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5446 may be displayed. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5447 Solution: When not jumping to another buffer update the folds.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5448 Files: src/quickfix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5449
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5450 Patch 7.1.112
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5451 Problem: Using input() with a wrong argument may crash Vim. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5452 Solution: Init the input() return value to NULL.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5453 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5454
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5455 Patch 7.1.113
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5456 Problem: Using map() to go over an empty list causes memory to be freed
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5457 twice. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5458 Solution: Don't clear the typeval in restore_vimvar().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5459 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5460
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5461 Patch 7.1.114
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5462 Problem: Memory leak in getmatches().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5463 Solution: Don't increment the refcount twice.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5464 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5465
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5466 Patch 7.1.115 (after 7.1.105)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5467 Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5468 Solution: Init variable to NULL.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5469 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5470
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5471 Patch 7.1.116
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5472 Problem: Cannot display Unicode characters above 0x10000.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5473 Solution: Remove the replacement with a question mark when UNICODE16 is not
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5474 defined. (partly by Nicolas Weber)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5475 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5476
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5477 Patch 7.1.117
2072
4a1bcdd9ea55 Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2033
diff changeset
5478 Problem: Can't check whether Vim was compiled with Gnome. (Tony Mechelynck)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5479 Solution: Add gui_gnome to the has() list.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5480 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5481
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5482 Patch 7.1.118 (after 7.1.107)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5483 Problem: Compiler warning for Visual C compiler.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5484 Solution: Add typecast. (Mike Williams)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5485 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5486
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5487 Patch 7.1.119
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5488 Problem: Crash when 'cmdheight' set to very large value. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5489 Solution: Limit 'cmdheight' to 'lines' minus one. Store right value of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5490 'cmdheight' when running out of room.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5491 Files: src/option.c, src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5492
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5493 Patch 7.1.120
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5494 Problem: Can't properly check memory leaks while running tests.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5495 Solution: Add an argument to garbagecollect(). Delete functions and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5496 variables in the test scripts.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5497 Files: runtime/doc/eval.txt src/eval.c, src/globals.h, src/main.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5498 src/testdir/Makefile, src/testdir/test14.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5499 src/testdir/test26.in, src/testdir/test34.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5500 src/testdir/test45.in, src/testdir/test47.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5501 src/testdir/test49.in, src/testdir/test55.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5502 src/testdir/test56.in, src/testdir/test58.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5503 src/testdir/test59.in, src/testdir/test60.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5504 src/testdir/test60.vim, src/testdir/test62.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5505 src/testdir/test63.in, src/testdir/test64.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5506
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5507 Patch 7.1.121
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5508 Problem: Using ":cd %:h" when editing a file in the current directory
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5509 results in an error message for using an empty string.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5510 Solution: When "%:h" results in an empty string use ".".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5511 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5512
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5513 Patch 7.1.122
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5514 Problem: Mac: building Vim.app fails. Using wrong architecture.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5515 Solution: Use line continuation for the gui_bundle dependency. Detect the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5516 system architecture with "uname -a".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5517 Files: src/main.aap
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5518
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5519 Patch 7.1.123
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5520 Problem: Win32: ":edit foo ~ foo" expands "~".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5521 Solution: Change the call to expand_env().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5522 Files: src/ex_docmd.c, src/misc1.c, src/proto/misc1.pro, src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5523
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5524 Patch 7.1.124 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5525 Problem: Mac: When dropping a file on Vim.app that is already in the buffer
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5526 list (from .viminfo) results in editing an empty, unnamed buffer.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5527 (Axel Kielhorn) Also: warning for unused variable.
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
5528 Solution: Move to the buffer of the first argument. Delete unused variable.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5529 Files: src/gui_mac.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5530
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5531 Patch 7.1.125
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5532 Problem: The TermResponse autocommand event is not always triggered. (Aron
2409
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2394
diff changeset
5533 Griffis)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5534 Solution: When unblocking autocommands check if v:termresponse changed and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5535 trigger the event then.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5536 Files: src/buffer.c, src/diff.c, src/ex_getln.c, src/fileio.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5537 src/globals.h, src/misc2.c, src/proto/fileio.pro, src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5538
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5539 Patch 7.1.126 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5540 Problem: ":vimgrep */*" fails when a BufRead autocommand changes directory.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5541 (Bernhard Kuhn)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5542 Solution: Change back to the original directory after loading a file.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5543 Also: use shorten_fname1() to avoid duplicating code.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5544 Files: src/buffer.c, src/ex_docmd.c, src/fileio.c, src/gui_gtk.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5545 src/gui_w48.c, src/proto/ex_docmd.pro, src/proto/fileio.pro,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5546 src/quickfix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5547
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5548 Patch 7.1.127
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5549 Problem: Memory leak when doing cmdline completion. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5550 Solution: Free "orig" argument of ExpandOne() when it's not used.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5551 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5552
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5553 Patch 7.1.128 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5554 Problem: Build problems with new version of Cygwin.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5555 Solution: Remove -D__IID_DEFINED__, like with MingW. (Guopeng Wen)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5556 Files: src/Make_cyg.mak
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5557
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5558 Patch 7.1.129 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5559 Problem: Win32: Can't get the user name when it is longer than 15
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5560 characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5561 Solution: Use UNLEN instead of MAX_COMPUTERNAME_LENGTH. (Alexei Alexandrov)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5562 Files: src/os_win32.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5563
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5564 Patch 7.1.130
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5565 Problem: Crash with specific order of undo and redo. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5566 Solution: Clear and adjust pointers properly. Add u_check() for debugging.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5567 Files: src/undo.c, src/structs.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5568
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5569 Patch 7.1.131
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5570 Problem: ":mksession" always adds ":setlocal autoread". (Christian J.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5571 Robinson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5572 Solution: Skip boolean global/local option using global value.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5573 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5574
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5575 Patch 7.1.132
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5576 Problem: getpos("'>") may return a negative column number for a Linewise
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5577 selection. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5578 Solution: Don't add one to MAXCOL.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5579 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5580
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5581 Patch 7.1.133 (after 7.1.126)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5582 Problem: shorten_fname1() linked when it's not needed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5583 Solution: Add #ifdef.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5584 Files: src/fileio.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5585
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5586 Patch 7.1.134 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5587 Problem: Win32: Can't build with VC8
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5588 Solution: Detect the MSVC version instead of using NMAKE_VER.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5589 (Mike Williams)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5590 Files: src/Make_mvc.mak
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5591
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5592 Patch 7.1.135
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5593 Problem: Win32: When editing a file c:\tmp\foo and c:\tmp\\foo we have two
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5594 buffers for the same file. (Suresh Govindachar)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5595 Solution: Invoke FullName_save() when a path contains "//" or "\\".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5596 Files: src/buffer.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5597
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5598 Patch 7.1.136
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5599 Problem: Memory leak when using Ruby syntax highlighting. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5600 Solution: Free the contained-in list.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5601 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5602
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5603 Patch 7.1.137
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5604 Problem: Build failure when using EXITFREE. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5605 Solution: Add an #ifdef around using clip_exclude_prog.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5606 Files: src/misc2.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5607
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5608 Patch 7.1.138
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5609 Problem: The Perl Msg() function doesn't stop when "q" is typed at the more
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5610 prompt. (Hari Krishna Dara)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5611 Solution: Check got_int.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5612 Files: src/if_perl.xs
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5613
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5614 Patch 7.1.139
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5615 Problem: When using marker folding and ending Insert mode with CTRL-C the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5616 current fold is truncated. (Fred Kater)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5617 Solution: Ignore got_int while updating folds.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5618 Files: src/fold.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5619
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5620 Patch 7.1.140
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5621 Problem: v:count is set only after typing a non-digit, that makes it
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5622 difficult to make a nice mapping.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5623 Solution: Set v:count while still typing the count.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5624 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5625
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5626 Patch 7.1.141
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5627 Problem: GTK: -geom argument doesn't support a negative offset.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5628 Solution: Compute position from the right/lower corner.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5629 Files: src/gui_gtk_x11.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5630
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5631 Patch 7.1.142
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5632 Problem: ":redir @A>" doesn't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5633 Solution: Ignore the extra ">" also when appending. (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5634 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5635
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5636 Patch 7.1.143
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5637 Problem: Uninitialized memory read when diffing three files. (Dominique
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5638 Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5639 Solution: Remove "+ !notset" so that we don't use fields that were not
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5640 computed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5641 Files: src/diff.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5642
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5643 Patch 7.1.144
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5644 Problem: After ":diffup" cursor can be in the wrong position.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5645 Solution: Force recomputing the cursor position.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5646 Files: src/diff.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5647
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5648 Patch 7.1.145
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5649 Problem: Insert mode completion: When using the popup menu, after
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5650 completing a word and typing a non-word character Vim is still
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5651 completing the same word, following CTRL-N doesn't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5652 Insert mode Completion: When using CTRL-X O and there is only
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5653 "struct." before the cursor, typing one char to reduce the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5654 matches, then BS completion stops.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5655 Solution: When typing a character that is not part of the item being
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5656 completed, stop complete mode. For whole line completion also
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5657 accept a space. For file name completion stop at a path
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5658 separator.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5659 For omni completion stay in completion mode even if completing
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5660 with empty string.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5661 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5662
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5663 Patch 7.1.146 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5664 Problem: VMS: Files with a very rare record organization (VFC) cannot be
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5665 properly written by Vim.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5666 On older VAX systems mms runs into a syntax error.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5667 Solution: Check for this special situation. Do not wrap a comment, make it
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5668 one long line. (Zoltan Arpadffy)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5669 Files: src/fileio.c, src/Make_vms.mms
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5670
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5671 Patch 7.1.147 (after 7.1.127)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5672 Problem: Freeing memory already freed when completing user name. (Meino
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5673 Cramer)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5674 Solution: Use a flag to remember if "orig" needs to be freed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5675 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5676
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5677 Patch 7.1.148
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5678 Problem: Some types are not found by configure.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5679 Solution: Test for the sys/types.h header file. (Sean Boudreau)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5680 Files: src/configure.in, src/auto/configure
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5681
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5682 Patch 7.1.149
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5683 Problem: GTK GUI: When the completion popup menu is used scrolling another
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5684 window by the scrollbar is OK, but using the scroll wheel it
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5685 behaves line <Enter>.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5686 Solution: Ignore K_MOUSEDOWN and K_MOUSEUP. Fix redrawing the popup menu.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5687 Files: src/edit.c, src/gui.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5688
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5689 Patch 7.1.150
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5690 Problem: When 'clipboard' has "unnamed" using "p" in Visual mode doesn't
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5691 work correctly. (Jianrong Yu)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5692 Solution: When 'clipboard' has "unnamed" also obtain the selection when
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5693 getting the default register.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5694 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5695
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5696 Patch 7.1.151
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5697 Problem: Using whole line completion with 'ignorecase' and 'infercase' set
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5698 and the line is empty get an lalloc(0) error.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5699 Solution: Don't try changing case for an empty match. (Matthew Wozniski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5700 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5701
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5702 Patch 7.1.152
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5703 Problem: Display problem when 'hls' and 'cursorcolumn' are set and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5704 searching for "$". (John Mullin) Also when scrolling
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5705 horizontally when 'wrap' is off.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5706 Solution: Keep track of the column where highlighting was set. Check the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5707 column offset when skipping characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5708 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5709
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5710 Patch 7.1.153
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5711 Problem: Compiler warnings on SGI. Undefined XpmAllocColor (Charles
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5712 Campbell)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5713 Solution: Add type casts. Init st_dev and st_ino separately. Don't use
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5714 type casts for vim_snprintf() when HAVE_STDARG_H is defined.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5715 Define XpmAllocColor when needed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5716 Files: src/eval.c, src/ex_cmds.c, src/fileio.c, src/misc2.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5717 src/gui_xmebw.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5718
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5719 Patch 7.1.154
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5720 Problem: Compiler warning for signed/unsigned compare.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5721 Solution: Add type cast.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5722 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5723
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5724 Patch 7.1.155
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5725 Problem: Crash when 'undolevels' is 0 and repeating "udd". (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5726 Solution: When there is only one branch use u_freeheader() to delete it.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5727 Files: src/undo.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5728
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5729 Patch 7.1.156
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5730 Problem: Overlapping arguments for strcpy() when expanding command line
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5731 variables.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5732 Solution: Use mch_memmove() instead of STRCPY(). Also fix a few typos.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5733 (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5734 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5735
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5736 Patch 7.1.157
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5737 Problem: In Ex mode, :" gives an error at end-of-file. (Michael Hordijk)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5738 Solution: Only give an error for an empty line, not for a comment.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5739 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5740
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5741 Patch 7.1.158 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5742 Problem: Win32 console: When 'encoding' is "utf-8" and typing Alt-y the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5743 result is wrong. Win32 GUI: Alt-y results in "u" when 'encoding'
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5744 is "cp1250" (Lukas Cerman)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5745 Solution: For utf-8 don't set the 7th bit in a byte, convert to the correct
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5746 byte sequence. For cp1250, when conversion to 'encoding' results
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5747 in the 7th bit not set, set the 7th bit after conversion.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5748 Files: src/os_win32.c, src/gui_w48.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5749
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5750 Patch 7.1.159
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5751 Problem: strcpy() has overlapping arguments.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5752 Solution: Use mch_memmove() instead. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5753 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5754
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5755 Patch 7.1.160
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5756 Problem: When a focus autocommand is defined, getting or losing focus
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5757 causes the hit-enter prompt to be redrawn. (Bjorn Winckler)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5758 Solution: Overwrite the last line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5759 Files: src/message.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5760
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5761 Patch 7.1.161
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5762 Problem: Compilation errors with tiny features and EXITFREE.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5763 Solution: Add #ifdefs. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5764 Files: src/edit.c, src/misc2.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5765
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5766 Patch 7.1.162
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5767 Problem: Crash when using a modifier before "while" or "for". (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5768 Solution: Skip modifiers when checking for a loop command.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5769 Files: src/proto/ex_docmd.pro, src/ex_docmd.c, src/ex_eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5770
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5771 Patch 7.1.163
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5772 Problem: Warning for the unknown option 'bufsecret'.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5773 Solution: Remove the lines .vim that use this option. (Andy Wokula)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5774 Files: runtime/menu.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5775
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5776 Patch 7.1.164
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5777 Problem: Reading past end of regexp pattern. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5778 Solution: Use utf_ptr2len().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5779 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5780
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5781 Patch 7.1.165
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5782 Problem: Crash related to getting X window ID. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5783 Solution: Don't trust the window ID that we got in the past, check it every
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5784 time.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5785 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5786
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5787 Patch 7.1.166
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5788 Problem: Memory leak for using "gp" in Visual mode.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5789 Solution: Free memory in put_register(). (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5790 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5791
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5792 Patch 7.1.167
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5793 Problem: Xxd crashes when using "xxd -b -c 110". (Debian bug 452789)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5794 Solution: Allocate more memory. Fix check for maximum number of columns.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5795 Files: src/xxd/xxd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5796
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5797 Patch 7.1.168 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5798 Problem: Win32 GUI: Since patch 7.1.095, when the Vim window does not have
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5799 focus, clicking in it doesn't position the cursor. (Juergen
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5800 Kraemer)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5801 Solution: Don't reset s_button_pending just after receiving focus.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5802 Files: src/gui_w48.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5803
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5804 Patch 7.1.169
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5805 Problem: Using uninitialized variable when system() fails. (Dominique
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5806 Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5807 Solution: Let system() return an empty string when it fails.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5808 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5809
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5810 Patch 7.1.170
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5811 Problem: Valgrind warning for overlapping arguments for strcpy().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5812 Solution: Use mch_memmove() instead. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5813 Files: src/getchar.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5814
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5815 Patch 7.1.171
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5816 Problem: Reading one byte before allocated memory.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5817 Solution: Check index not to become negative. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5818 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5819
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5820 Patch 7.1.172
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5821 Problem: When 'buftype' is "acwrite" Vim still checks if the file or
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5822 directory exists before overwriting.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5823 Solution: Don't check for overwriting when the buffer name is not a file
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5824 name.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5825 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5826
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5827 Patch 7.1.173
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5828 Problem: Accessing freed memory. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5829 Solution: Don't call reg_getline() to check if a line is the first in the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5830 file.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5831 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5832
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5833 Patch 7.1.174
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5834 Problem: Writing NUL past end of a buffer.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5835 Solution: Copy one byte less when using strncat(). (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5836 Files: src/ex_cmds.c, src/ex_docmd.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5837
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5838 Patch 7.1.175
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5839 Problem: <BS> doesn't work with some combination of 'sts', 'linebreak' and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5840 'backspace'. (Francois Ingelrest)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5841 Solution: When adding white space results in not moving back delete one
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5842 character.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5843 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5844
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5845 Patch 7.1.176
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5846 Problem: Building with Aap fails when the "compiledby" argument contains
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5847 '<' or '>' characters. (Alex Yeh)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5848 Solution: Change how quoting is done in the Aap recipe.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5849 Files: src/main.aap
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5850
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5851 Patch 7.1.177
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5852 Problem: Freeing memory twice when in debug mode while reading a script.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5853 Solution: Ignore script input while in debug mode.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5854 Files: src/ex_cmds2.c, src/getchar.c, src/globals.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5855
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5856 Patch 7.1.178
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5857 Problem: "%" doesn't work on "/* comment *//* comment */".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5858 Solution: Don't handle the "//" in "*//*" as a C++ comment. (Markus
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5859 Heidelberg)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5860 Files: src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5861
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5862 Patch 7.1.179
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5863 Problem: Need to check for TCL 8.5.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5864 Solution: Adjust configure script. (Alexey Froloff)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5865 Files: src/configure.in, src/auto/configure
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5866
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5867 Patch 7.1.180
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5868 Problem: Regexp patterns not tested sufficiently.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5869 Solution: Add more checks to the regexp test.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5870 Files: src/testdir/test64.in, src/testdir/test64.ok
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5871
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5872 Patch 7.1.181
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5873 Problem: Accessing uninitialized memory in Farsi mode. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5874 Solution: Only invoke lrF_sub() when there is something to do.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5875 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5876
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5877 Patch 7.1.182
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5878 Problem: When using tab pages and an argument list the session file may
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5879 contain wrong "next" commands. (Alexander Bluem)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5880 Solution: Use "argu" commands and only when needed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5881 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5882
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5883 Patch 7.1.183
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5884 Problem: "Internal error" for ":echo matchstr('a', 'a\%[\&]')" (Mitanu
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5885 Paul)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5886 Solution: Inside "\%[]" detect \&, \| and \) as an error.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5887 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5888
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5889 Patch 7.1.184
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5890 Problem: Crash when deleting backwards over a line break in Insert mode.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5891 Solution: Don't advance the cursor when it's already on the NUL after a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5892 line. (Matthew Wozniski)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5893 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5894
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5895 Patch 7.1.185
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5896 Problem: Using "gR" with a multi-byte encoding and typing a CR pushes
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5897 characters onto the replace stack incorrectly, resulting in BS
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5898 putting back the wrong characters. (Paul B. Mahol)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5899 Solution: Push multi-byte characters onto the replace stack in reverse byte
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5900 order. Add replace_push_mb().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5901 Files: src/edit.c, src/misc1.c, src/proto/edit.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5902
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5903 Patch 7.1.186
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5904 Problem: "expand('<afile>')" returns a bogus value after changing
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5905 directory. (Dave Fishburn)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5906 Solution: Copy "autocmd_fname" to allocated memory and expand to full
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5907 filename. Shorten the path when expanding <afile>.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5908 Files: src/ex_docmd.c, src/fileio.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5909
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5910 Patch 7.1.187
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5911 Problem: Win32 GUI: Custom completion using system() no longer works
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5912 after patch 7.1.104. (Erik Falor)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5913 Solution: Loop when safe_vgetc() returns K_IGNORE.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5914 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5915
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5916 Patch 7.1.188
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5917 Problem: When 'showmode' is off the message for changing a readonly file is
2033
de5a43c5eedc Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents: 1702
diff changeset
5918 given in the second column instead of the first. (Payl B. Mahol)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5919 Solution: Put the W10 message in the first column.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5920 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5921
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5922 Patch 7.1.189 (after 7.1.104)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5923 Problem: Patch 7.1.104 was incomplete.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5924 Solution: Also call plain_vgetc() in ask_yesno().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5925 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5926
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5927 Patch 7.1.190
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5928 Problem: Cursor after end-of-line: "iA sentence.<Esc>)"
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5929 Solution: Move cursor back and make motion inclusive.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5930 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5931
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5932 Patch 7.1.191
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5933 Problem: Win32 GUI: after patch 7.1.168 there is still a problem when
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5934 clicking in a scrollbar. (Juergen Jottkaerr)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5935 Solution: Don't check the input buffer when dragging the scrollbar.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5936 Files: src/gui.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5937
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5938 Patch 7.1.192
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5939 Problem: With Visual block selection, "s" and typing something, CTRL-C
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5940 doesn't stop Vim from repeating the replacement in other lines,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5941 like happens for "I".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5942 Solution: Check for "got_int" to be set.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5943 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5944
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5945 Patch 7.1.193
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5946 Problem: Some Vim 5.x digraphs are missing in Vim 7, even though the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5947 character pairs are not used. (Philippe de Muyter)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5948 Solution: Add those Vim 5.x digraphs that don't conflict with others.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5949 Files: src/digraph.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5950
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5951 Patch 7.1.194
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5952 Problem: ":echo glob('~/{}')" results in /home/user//.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5953 Solution: Don't add a slash if there already is one.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5954 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5955
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5956 Patch 7.1.195
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5957 Problem: '0 mark doesn't work for "~/foo ~ foo".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5958 Solution: Don't expand the whole file name, only "~/".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5959 Files: src/mark.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5960
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5961 Patch 7.1.196 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5962 Problem: Win32 GUI: "\n" in a tooltip doesn't cause a line break. (Erik
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5963 Falor)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5964 Solution: Use the TTM_SETMAXTIPWIDTH message.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5965 Files: src/gui_w32.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5966
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5967 Patch 7.1.197
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5968 Problem: Mac: "make install" doesn't work when prefix defined.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5969 Solution: Pass different arguments to "make installruntime". (Jjgod Jiang)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5970 Files: src/Makefile
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5971
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5972 Patch 7.1.198
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5973 Problem: Hang when using ":s/\n//gn". (Burak Gorkemli)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5974 Solution: Set "skip_match".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5975 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5976
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5977 Patch 7.1.199
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5978 Problem: Can't do command line completion for a specific file name
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5979 extension.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5980 Solution: When the pattern ends in "$" don't add a star for completion and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5981 remove the "$" before matching with file names.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5982 Files: runtime/doc/cmdline.txt, src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5983
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5984 Patch 7.1.200 (after 7.1.177 and 7.1.182)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5985 Problem: Compiler warnings for uninitialized variables.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5986 Solution: Init variables.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5987 Files: src/ex_cmds2.c, src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5988
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5989 Patch 7.1.201
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5990 Problem: When reading stdin 'fenc' and 'ff are not set.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5991 Solution: Set the options after reading stdin. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5992 Files: src/fileio.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5993
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5994 Patch 7.1.202
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5995 Problem: Incomplete utf-8 byte sequence is not checked for validity.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5996 Solution: Check the bytes that are present for being valid. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5997 Files: src/mbyte.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5998
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
5999 Patch 7.1.203
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6000 Problem: When 'virtualedit' is "onemore" then "99|" works but ":normal 99|"
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6001 doesn't. (Andy Wokula)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6002 Solution: Check for "onemore" flag in check_cursor_col().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6003 Files: src/misc2.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6004
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6005 Patch 7.1.204 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6006 Problem: Win32: Using the example at 'balloonexpr' the balloon disappears
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6007 after four seconds and then comes back again. Also moves the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6008 mouse pointer a little bit. (Yongwei Wu)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6009 Solution: Set the autopop time to 30 seconds (the max value). (Sergey
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6010 Khorev) Move the mouse two pixels forward and one back to end up
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6011 in the same position (really!).
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6012 Files: src/gui_w32.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6013
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6014 Patch 7.1.205
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6015 Problem: Can't get the operator in an ":omap".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6016 Solution: Add the "v:operator" variable. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6017 Files: runtime/doc/eval.txt, src/eval.c, src/normal.c, src/vim.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6018
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6019 Patch 7.1.206
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6020 Problem: Compiler warnings when using MODIFIED_BY.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6021 Solution: Add type casts. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6022 Files: src/version.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6023
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6024 Patch 7.1.207
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6025 Problem: Netbeans: "remove" cannot delete one line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6026 Solution: Remove partial lines and whole lines properly. Avoid a memory
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6027 leak. (Xavier de Gaye)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6028 Files: src/netbeans.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6029
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6030 Patch 7.1.208
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6031 Problem: On Alpha get an unaligned access error.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6032 Solution: Store the dictitem pointer before using it. (Matthew Luckie)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6033 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6034
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6035 Patch 7.1.209
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6036 Problem: GTK: When using the netrw plugin and doing ":gui" Vim hangs.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6037 Solution: Stop getting a selection after three seconds. This is a hack.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6038 Files: src/gui_gtk_x11.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6039
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6040 Patch 7.1.210
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6041 Problem: Listing mapping for 0xdb fails when 'encoding' is utf-8. (Tony
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6042 Mechelynck)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6043 Solution: Recognize K_SPECIAL KS_EXTRA KE_CSI as a CSI byte.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6044 Files: src/mbyte.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6045
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6046 Patch 7.1.211
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6047 Problem: The matchparen plugin may take an unexpected amount of time, so
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6048 that it looks like Vim hangs.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6049 Solution: Add a timeout to searchpair(), searchpairpos(), search() and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6050 searchpos(). Use half a second timeout in the plugin.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6051 Files: runtime/doc/eval.txt, runtime/plugin/matchparen.vim, src/edit.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6052 src/eval.c, src/ex_cmds2.c, src/ex_docmd.c, src/normal.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6053 src/proto/eval.pro, src/proto/ex_cmds2.pro, src/proto/search.pro,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6054 src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6055
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6056 Patch 7.1.212
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6057 Problem: Accessing a byte before a line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6058 Solution: Check that the column is 1 or more. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6059 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6060
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6061 Patch 7.1.213
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6062 Problem: A ":tabedit" command that results in the "swap file exists" dialog
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6063 and selecting "abort" doesn't close the new tab. (Al Budden)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6064 Solution: Pass "old_curwin" to do_exedit().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6065 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6066
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6067 Patch 7.1.214
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6068 Problem: ":1s/g\n\zs1//" deletes characters from the first line. (A Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6069 Solution: Start replacing in the line where the match starts.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6070 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6071
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6072 Patch 7.1.215
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6073 Problem: It is difficult to figure out what syntax items are nested at a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6074 certain position.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6075 Solution: Add the synstack() function.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6076 Files: runtime/doc/eval.txt, src/eval.c, src/proto/syntax.pro,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6077 src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6078
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6079 Patch 7.1.216
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6080 Problem: Variants of --remote-tab are not mentioned for "vim --help".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6081 Solution: Display optional -wait and -silent.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6082 Files: src/main.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6083
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6084 Patch 7.1.217
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6085 Problem: The "help-tags" tag may be missing from runtime/doc/tags when it
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6086 was generated during "make install".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6087 Solution: Add the "++t" argument to ":helptags" to force adding the tag.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6088 Files: runtime/doc/Makefile, runtime/doc/various.txt, src/ex_cmds.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6089 src/ex_cmds.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6090
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6091 Patch 7.1.218
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6092 Problem: A syntax region without a "keepend", containing a region with
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6093 "extend" could be truncated at the end of the containing region.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6094 Solution: Do not call syn_update_ends() when there are no keepend items.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6095 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6096
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6097 Patch 7.1.219 (after 7.1.215)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6098 Problem: synstack() returns situation after the current character, can't
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6099 see the state for a one-character region.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6100 Solution: Don't update ending states in the requested column.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6101 Files: runtime/doc/eval.txt, src/eval.c, src/hardcopy.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6102 src/proto/syntax.pro, src/screen.c, src/spell.c, src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6103
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6104 Patch 7.1.220
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6105 Problem: When a ")" or word movement command moves the cursor back from the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6106 end of the line it may end up on the trail byte of a multi-byte
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6107 character. It's also moved back when it isn't needed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6108 Solution: Add the adjust_cursor() function.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6109 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6110
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6111 Patch 7.1.221
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6112 Problem: When inserting a "(", triggering the matchparen plugin, the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6113 following highlighting may be messed up.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6114 Solution: Before triggering the CursorMovedI autocommands update the display
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6115 to update the stored syntax stacks for the change.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6116 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6117
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6118 Patch 7.1.222 (after 7.1.217)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6119 Problem: Wildcards in argument of ":helptags" are not expanded. (Marcel
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6120 Svitalsky)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6121 Solution: Expand wildcards in the directory name.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6122 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6123
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6124 Patch 7.1.223
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6125 Problem: glob() doesn't work properly when 'shell' is "sh" or "bash" and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6126 the expanded name contains spaces, '~', single quotes and other
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6127 special characters. (Adri Verhoef, Charles Campbell)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6128 Solution: For Posix shells define a vimglob() function to list the matches
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6129 instead of using "echo" directly.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6130 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6131
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6132 Patch 7.1.224
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6133 Problem: When using "vim -F -o file1 file2" only one window is
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6134 right-to-left. Same for "-H". (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6135 Solution: use set_option_value() to set 'rightleft'.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6136 Files: src/main.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6137
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6138 Patch 7.1.225
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6139 Problem: Using uninitialized value when XGetWMNormalHints() fails.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6140 Solution: Check the return value. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6141 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6142
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6143 Patch 7.1.226
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6144 Problem: Command line completion doesn't work when a file name contains a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6145 '&' character.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6146 Solution: Accept all characters in a file name, except ones that end a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6147 command or white space.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6148 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6149
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6150 Patch 7.1.227
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6151 Problem: Hang in syntax HL when moving over a ")". (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6152 Solution: Avoid storing a syntax state in the wrong position in the list of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6153 remembered states.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6154 Files: src/syntax.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6155
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6156 Patch 7.1.228
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6157 Problem: When 'foldmethod' is "indent" and a fold is created with ">>" it
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6158 can't be closed with "zc". (Daniel Shahaf)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6159 Solution: Reset the "small" flag of a fold when adding a line to it.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6160 Files: src/fold.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6161
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6162 Patch 7.1.229
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6163 Problem: A fold is closed when it shouldn't when 'foldmethod' is "indent"
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6164 and backspacing a non-white character so that the indent increases.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6165 Solution: Keep the fold open after backspacing a character.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6166 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6167
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6168 Patch 7.1.230
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6169 Problem: Memory leak when executing SourceCmd autocommands.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6170 Solution: Free the memory. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6171 Files: src/ex_cmds2.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6172
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6173 Patch 7.1.231
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6174 Problem: When shifting lines the change is acted upon multiple times.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6175 Solution: Don't have shift_line() call changed_bytes.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6176 Files: src/edit.c, src/ops.c, src/proto/edit.pro, src/proto/ops.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6177
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6178 Patch 7.1.232 (after 7.1.207 and 7.1.211)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6179 Problem: Compiler warnings with MSVC.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6180 Solution: Add type casts. (Mike Williams)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6181 Files: src/ex_cmds2.c, src/netbeans.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6182
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6183 Patch 7.1.233
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6184 Problem: Crash when doing Insert mode completion for a user defined
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6185 command. (Yegappan Lakshmanan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6186 Solution: Don't use the non-existing command line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6187 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6188
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6189 Patch 7.1.234
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6190 Problem: When diff'ing three files the third one isn't displayed correctly.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6191 (Gary Johnson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6192 Solution: Compute the size of diff blocks correctly when merging blocks.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6193 Compute filler lines correctly when scrolling.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6194 Files: src/diff.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6195
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6196 Patch 7.1.235
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6197 Problem: Pattern matching is slow when using a lot of simple patterns.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6198 Solution: Avoid allocating memory by not freeing it when it's not so much.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6199 (Alexei Alexandrov)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6200 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6201
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6202 Patch 7.1.236
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6203 Problem: When using 'incsearch' and 'hlsearch' a complicated pattern may
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6204 make Vim hang until CTRL-C is pressed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6205 Solution: Add the 'redrawtime' option.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6206 Files: runtime/doc/options.txt, src/ex_cmds.c, src/ex_docmd.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6207 src/ex_getln.c, src/gui.c, src/misc1.c, src/normal.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6208 src/option.c, src/quickfix.c, src/regexp.c, src/proto/regexp.pro,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6209 src/proto/search.pro, src/search.c, src/screen.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6210 src/option.h, src/spell.c, src/structs.h, src/syntax.c, src/tag.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6211 src/vim.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6212
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6213 Patch 7.1.237
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6214 Problem: Compiler warning on an Alpha processor in Motif code.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6215 Solution: Change a typecast. (Adri Verhoef)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6216 Files: src/gui_motif.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6217
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6218 Patch 7.1.238
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6219 Problem: Using the 'c' flag with searchpair() may cause it to fail. Using
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6220 the 'r' flag doesn't work when 'wrapscan' is set. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6221 Solution: Only use the 'c' flag for the first search, not for repeating.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6222 When using 'r' imply 'W'. (Antony Scriven)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6223 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6224
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6225 Patch 7.1.239 (after 7.1.233)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6226 Problem: Compiler warning for sprintf() argument.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6227 Solution: Add a typecast. (Nico Weber)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6228 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6229
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6230 Patch 7.1.240
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6231 Problem: When "gUe" turns a German sharp s into SS the operation stops
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6232 before the end of the word. Latin2 has the same sharp s but it's
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6233 not changed to SS there.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6234 Solution: Make sure all the characters are operated upon. Detect the sharp
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6235 s in latin2. Also fixes that changing case of a multi-byte
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6236 character that changes the byte count doesn't always work.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6237 Files: src/ops.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6238
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6239 Patch 7.1.241
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6240 Problem: Focus change events not always ignored. (Erik Falor)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6241 Solution: Ignore K_IGNORE in Insert mode in a few more places.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6242 Files: src/edit.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6243
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6244 Patch 7.1.242 (after 7.1.005)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6245 Problem: "cib" doesn't work properly on "(x)". (Tim Pope)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6246 Solution: Use ltoreq() instead of lt(). Also fix "ciT" on "<a>x</a>".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6247 Files: src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6248
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6249 Patch 7.1.243 (after 7.1.240)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6250 Problem: "U" doesn't work on all text in Visual mode. (Adri Verhoef)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6251 Solution: Loop over all the lines to be changed. Add tests for this.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6252 Files: src/ops.c, src/testdir/test39.in, src/testdir/test39.ok
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6253
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6254 Patch 7.1.244
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6255 Problem: GUI may have part of the command line cut off.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6256 Solution: Don't round the number of lines up, always round down.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6257 (Tony Houghton, Scott Dillard)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6258 Files: src/gui.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6259
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6260 Patch 7.1.245
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6261 Problem: Pressing CTRL-\ three times causes Vim to quit. (Ranganath Rao).
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6262 Also for f CTRL-\ CTRL-\.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6263 Solution: When going to cooked mode in mch_delay() set a flag to ignore
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6264 SIGQUIT.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6265 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6266
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6267 Patch 7.1.246
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6268 Problem: Configure hangs when the man pager is something strange. (lorien)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6269 Solution: Set MANPAGER and PAGER to "cat". (Micah Cowan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6270 Files: src/auto/configure, src/configure.in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6271
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6272 Patch 7.1.247
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6273 Problem: When using Netbeans backspacing in Insert mode skips a character
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6274 now and then. (Ankit Jain)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6275 Solution: Avoid calling netbeans_removed(), it frees the line pointer.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6276 (partly by Dominique Pelle).
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6277 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6278
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6279 Patch 7.1.248
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6280 Problem: Can't set the '" mark. Can't know if setpos() was successful.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6281 Solution: Allow setting the '" mark with setpos(). Have setpos() return a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6282 value indicating success/failure.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6283 Files: runtime/doc/eval.txt, src/eval.c, src/mark.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6284
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6285 Patch 7.1.249
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6286 Problem: After "U" the cursor can be past end of line. (Adri Verhoef)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6287 Solution: Adjust the cursor position in u_undoline().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6288 Files: src/undo.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6289
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6290 Patch 7.1.250
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6291 Problem: ":setglobal fenc=anything" gives an error message in a buffer
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6292 where 'modifiable' is off. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6293 Solution: Don't give an error if 'modifiable' doesn't matter.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6294 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6295
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6296 Patch 7.1.251
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6297 Problem: Using freed memory when spell checking enabled.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6298 Solution: Obtain the current line again after calling spell_move_to().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6299 (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6300 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6301
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6302 Patch 7.1.252 (after 7.1.243)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6303 Problem: Test 39 fails when the environment has a utf-8 locale. (Dominique
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6304 Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6305 Solution: Force 'encoding' to be latin1.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6306 Files: src/testdir/test39.in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6307
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6308 Patch 7.1.253
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6309 Problem: ":sort" doesn't work in a one line file. (Patrick Texier)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6310 Solution: Don't sort if there is only one line. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6311 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6312
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6313 Patch 7.1.254
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6314 Problem: Tests 49 and 55 fail when the locale is French.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6315 Solution: Using C messages for test 49. Filter the error message in test 55
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6316 such that it works when the number is halfway the message.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6317 Files: src/testdir/test49.in, src/testdir/test55.in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6318
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6319 Patch 7.1.255
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6320 Problem: Vim doesn't support utf-32. (Yongwei Wu)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6321 Solution: Add aliases for utf-32, it's the same as ucs-4.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6322 Files: src/mbyte.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6323
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6324 Patch 7.1.256
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6325 Problem: findfile() also returns directories.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6326 Solution: Cleanup the code for finding files and directories in a list of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6327 directories. Remove the ugly global ff_search_ctx.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6328 Files: src/eval.c, src/misc2.c, src/vim.h, src/tag.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6329
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6330 Patch 7.1.257
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6331 Problem: Configure can't always find the Tcl header files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6332 Solution: Also look in /usr/local/include/tcl$tclver and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6333 /usr/include/tcl$tclver (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6334 Files: src/auto/configure, src/configure.in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6335
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6336 Patch 7.1.258
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6337 Problem: Crash when doing "d/\n/e" and 'virtualedit' is "all". (Andy Wokula)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6338 Solution: Avoid that the column becomes negative. Also fixes other problems
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6339 with the end of a pattern match is in column zero. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6340 Files: src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6341
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6342 Patch 7.1.259
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6343 Problem: Cursor is in the wrong position when 'rightleft' is set,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6344 'encoding' is "utf-8" and on an illegal byte. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6345 Solution: Only put the cursor in the first column when actually on a
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6346 double-wide character. (Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6347 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6348
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6349 Patch 7.1.260
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6350 Problem: Cursor positioning problem after ^@ wrapping halfway when
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6351 'encoding' is utf-8.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6352 Solution: Only count a position for printable characters. (partly by
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6353 Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6354 Files: src/charset.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6355
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6356 Patch 7.1.261
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6357 Problem: When a 2 byte BOM is detected Vim uses UCS-2, which doesn't work
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6358 for UTF-16 text. (Tony Mechelynck)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6359 Solution: Default to UTF-16.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6360 Files: src/fileio.c, src/testdir/test42.ok
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6361
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6362 Patch 7.1.262
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6363 Problem: Can't get the process ID of Vim.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6364 Solution: Implement getpid().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6365 Files: src/eval.c, runtime/doc/eval.txt
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6366
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6367 Patch 7.1.263
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6368 Problem: The filetype can consist of two dot separated names. This works
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6369 for syntax and ftplugin, but not for indent. (Brett Stahlman)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6370 Solution: Use split() and loop over each dot separated name.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6371 Files: runtime/indent.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6372
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6373 Patch 7.1.264
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6374 Problem: Crash when indenting lines. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6375 Solution: Set the cursor column when changing the cursor line.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6376 Files: src/ops.c, src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6377
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6378 Patch 7.1.265
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6379 Problem: When 'isfname' contains a space, cmdline completion can hang.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6380 (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6381 Solution: Reset the "len" variable.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6382 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6383
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6384 Patch 7.1.266
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6385 Problem: When the version string returned by the terminal contains
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6386 unexpected characters, it is used as typed input. (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6387 Solution: Assume the escape sequence ends in a letter.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6388 Files: src/term.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6389
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6390 Patch 7.1.267
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6391 Problem: When changing folds cursor may be positioned in the wrong place.
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6392 Solution: Call changed_window_setting_win() instead of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6393 changed_window_setting().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6394 Files: src/fold.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6395
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6396 Patch 7.1.268
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6397 Problem: Always shows "+" at end of screen line with: ":set
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6398 listchars=eol:$,extends:+ nowrap list cursorline" (Gary Johnson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6399 Solution: Check for lcs_eol_one instead of lcs_eol.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6400 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6401
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6402 Patch 7.1.269
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6403 Problem: The matchparen plugin has an arbitrary limit for the number of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6404 lines to look for a match.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6405 Solution: Rely on the searchpair() timeout.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6406 Files: runtime/plugin/matchparen.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6407
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6408 Patch 7.1.270
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6409 Problem: ":?foo?" matches in current line since patch 7.1.025. (A.Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6410 Solution: Remove the SEARCH_START flag.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6411 Files: src/ex_docmd.c, src/search.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6412
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6413 Patch 7.1.271
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6414 Problem: In a Vim build without autocommands, checking a file that was
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6415 changed externally causes the current buffer to be changed
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6416 unexpectedly. (Karsten Hopp)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6417 Solution: Store "curbuf" instead of "buf".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6418 Files: src/fileio.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6419
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6420 Patch 7.1.272
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6421 Problem: The special buffer name [Location List] is not used for a buffer
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6422 displayed in another tab page.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6423 Solution: Use FOR_ALL_TAB_WINDOWS instead of FOR_ALL_WINDOWS. (Hiroaki
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6424 Nishihara)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6425 Files: src/buffer.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6426
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6427 Patch 7.1.273
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6428 Problem: When profiling on Linux Vim exits early. (Liu Yubao)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6429 Solution: When profiling don't exit on SIGPROF.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6430 Files: src/Makefile, src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6431
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6432 Patch 7.1.274 (after 7.1.272)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6433 Problem: Compiler warning for optimized build.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6434 Solution: Init win to NULL.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6435 Files: src/buffer.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6436
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6437 Patch 7.1.275 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6438 Problem: Mac: ATSUI and 'antialias' don't work properly together.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6439 Solution: Fix this and the input method. (Jjgod Jiang)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6440 Files: src/vim.h, src/gui_mac.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6441
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6442 Patch 7.1.276
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6443 Problem: "gw" uses 'formatexpr', even though the docs say it doesn't.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6444 Solution: Don't use 'formatexpr' for "gw".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6445 Files: src/vim.h, src/edit.c, src/ops.c, src/proto/ops.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6446
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6447 Patch 7.1.277
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6448 Problem: Default for 'paragraphs' misses some items (Colin Watson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6449 Solution: Add TP, HP, Pp, Lp and It to 'paragraphs'. (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6450 Files: runtime/doc/options.txt, src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6451
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6452 Patch 7.1.278 (extra, after 7.1.275)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6453 Problem: Build failure when USE_CARBONKEYHANDLER is not defined.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6454 Solution: Remove #ifdef.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6455 Files: src/gui_mac.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6456
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6457 Patch 7.1.279
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6458 Problem: When using cscope temporary files are left behind.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6459 Solution: Send the quit command to cscope and give it two seconds to exit
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6460 nicely before killing it. (partly by Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6461 Files: src/if_cscope.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6462
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6463 Patch 7.1.280 (after 7.1.275)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6464 Problem: Mac: build problems when not using multibyte feature. (Nicholas
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6465 Stallard)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6466 Solution: Don't define USE_IM_CONTROL when not using multibyte.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6467 Files: src/vim.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6468
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6469 Patch 7.1.281 (after 7.1.279)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6470 Problem: sa.sa_mask is not initialized. Cscope may not exit.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6471 Solution: Use sigemptyset(). Use SIGKILL instead of SIGTERM. (Dominique
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6472 Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6473 Files: src/if_cscope.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6474
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6475 Patch 7.1.282 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6476 Problem: Win64: Edit with Vim context menu isn't installed correctly.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6477 Compiler warnings and a few other things.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6478 Solution: Add [ and ] to entry of class name. Use UINT_PTR instead of UINT.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6479 And a fixes for the other things. (George V. Reilly)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6480 Files: src/GvimExt/Makefile, src/dosinst.c, src/if_ole.cpp, src/if_ole.h,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6481 src/if_ole.idl, src/INSTALLpc.txt, src/Make_mvc.mak,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6482 src/os_win32.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6483
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6484 Patch 7.1.283
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6485 Problem: Non-extra part for 7.1.282.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6486 Solution: Various changes.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6487 Files: src/ex_docmd.c, src/globals.h, src/if_cscope.c, src/main.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6488 src/mark.c, src/netbeans.c, src/popupmnu.c, src/vim.h,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6489 src/window.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6490
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6491 Patch 7.1.284
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6492 Problem: Compiler warnings for functions without prototype.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6493 Solution: Add the function prototypes. (Patrick Texier)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6494 Files: src/eval.c, src/quickfix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6495
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6496 Patch 7.1.285 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6497 Problem: Mac: dialog hotkeys don't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6498 Solution: Add hotkey support. (Dan Sandler)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6499 Files: src/gui_mac.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6500
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6501 Patch 7.1.286 (after 7.1.103)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6502 Problem: "w" at the end of the buffer moves the cursor past the end of the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6503 line. (Markus Heidelberg)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6504 Solution: Move the cursor back from the NUL when it was moved forward.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6505 Files: src/normal.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6506
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6507 Patch 7.1.287
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6508 Problem: Crash when reversing a list after using it. (Andy Wokula)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6509 Solution: Update the pointer to the last used element. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6510 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6511
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6512 Patch 7.1.288 (after 7.1.281)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6513 Problem: Cscope still leaves behind temp files when using gvim.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6514 Solution: When getting the ECHILD error loop for a while until cscope exits.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6515 (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6516 Files: if_cscope.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6517
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6518 Patch 7.1.289
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6519 Problem: When EXITFREE is defined and 'acd' is set freed memory is used.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6520 (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6521 Solution: Reset p_acd before freeing all buffers.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6522 Files: src/misc2.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6523
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6524 Patch 7.1.290
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6525 Problem: Reading bytes that were not written when spell checking and a line
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6526 has a very large indent.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6527 Solution: Don't copy the start of the next line when it only contains
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6528 spaces. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6529 Files: src/spell.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6530
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6531 Patch 7.1.291 (after 7.1.288)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6532 Problem: Compiler warning.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6533 Solution: Change 50 to 50L.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6534 Files: src/if_cscope.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6535
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6536 Patch 7.1.292
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6537 Problem: When using a pattern with "\@<=" the submatches can be wrong.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6538 (Brett Stahlman)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6539 Solution: Save the submatches when attempting a look-behind match.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6540 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6541
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6542 Patch 7.1.293
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6543 Problem: Spell checking considers super- and subscript characters as word
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6544 characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6545 Solution: Recognize the Unicode super and subscript characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6546 Files: src/spell.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6547
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6548 Patch 7.1.294
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6549 Problem: Leaking memory when executing a shell command.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6550 Solution: Free memory when not able to save for undo. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6551 Files: src/ex_cmds.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6552
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6553 Patch 7.1.295
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6554 Problem: Vimtutor only works with vim, not gvim.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6555 Solution: Add the -g flag to vimtutor. (Dominique Pelle) Add gvimtutor.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6556 Files: src/Makefile, src/gvimtutor, src/vimtutor, runtime/doc/vimtutor.1
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6557
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6558 Patch 7.1.296
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6559 Problem: SELinux is not supported.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6560 Solution: Detect the selinux library and use mch_copy_sec(). (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6561 Files: src/auto/configure, src/config.h.in, src/configure.in,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6562 src/fileio.c, src/memfile.c, src/os_unix.c, src/proto/os_unix.pro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6563
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6564 Patch 7.1.297
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6565 Problem: When using the search/replace dialog the parenmatch highlighting
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6566 can be wrong. (Tim Duncan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6567 Solution: In the GUI redraw function invoke the CursorMoved autocmd.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6568 Files: src/gui.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6569
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6570 Patch 7.1.298 (after 7.1.295)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6571 Problem: src/gvimtutor is not distributed.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6572 Solution: Add it to the list of distributed files.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6573 Files: Filelist
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6574
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6575 Patch 7.1.299
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6576 Problem: Filetype detection doesn't work properly for file names ending in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6577 a part that is ignored and contain a space or other special
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6578 characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6579 Solution: Escape the special characters using the new fnameescape function.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6580 Files: runtime/doc/eval.txt, runtime/filetype.vim, src/eval.c,
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6581 src/ex_getln.c, src/proto/ex_getln.pro, src/vim.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6582
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6583 Patch 7.1.300
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6584 Problem: Value of asmsyntax argument isn't checked for valid characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6585 Solution: Only accepts letters and digits.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6586 Files: runtime/filetype.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6587
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6588 Patch 7.1.301
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6589 Problem: When the "File/Save" menu is used in Insert mode, a tab page label
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6590 is not updated to remove the "+".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6591 Solution: Call draw_tabline() from showruler(). (Bjorn Winckler)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6592 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6593
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6594 Patch 7.1.302 (after 7.1.299)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6595 Problem: Compilation error on MS-Windows.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6596 Solution: Don't use xp_shell when it's not defined.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6597 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6598
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6599 Patch 7.1.303 (after 7.1.302)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6600 Problem: Compilation error on MS-Windows, again.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6601 Solution: Declare p.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6602 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6603
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6604 Patch 7.1.304
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6605 Problem: Shortpath_for_invalid_fname() does not work correctly and is
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6606 unnecessary complex.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6607 Solution: Clean up shortpath_for_invalid_fname(). (mostly by Yegappan
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6608 Lakshmanan)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6609 Files: src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6610
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6611 Patch 7.1.305
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6612 Problem: Editing a compressed file with special characters in the name
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6613 doesn't work properly.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6614 Solution: Escape special characters.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6615 Files: runtime/autoload/gzip.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6616
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6617 Patch 7.1.306
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6618 Problem: Some Unicode characters are handled like word characters while
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6619 they are symbols.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6620 Solution: Adjust the table for Unicode classification.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6621 Files: src/mbyte.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6622
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6623 Patch 7.1.307
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6624 Problem: Many warnings when compiling with Python 2.5.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6625 Solution: Use ssize_t instead of int for some types. (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6626 Files: src/if_python.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6627
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6628 Patch 7.1.308
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6629 Problem: When in readonly mode ":options" produces an error.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6630 Solution: Reset 'readonly'. (Gary Johnson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6631 Files: runtime/optwin.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6632
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6633 Patch 7.1.309
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6634 Problem: Installing and testing with a shadow directory doesn't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6635 (James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6636 Solution: Add "po" to the list of directories to link. Also link the Vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6637 scripts in testdir. And a few more small fixes.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6638 Files: src/Makefile
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6639
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6640 Patch 7.1.310
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6641 Problem: Incomplete utf-8 byte sequence at end of the file is not detected.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6642 Accessing memory that wasn't written.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6643 Solution: Check the last bytes in the buffer for being a valid utf-8
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6644 character. (mostly by Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6645 Also fix that the reported line number of the error was wrong.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6646 Files: src/fileio.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6647
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6648 Patch 7.1.311
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6649 Problem: Compiler warning for missing sentinel in X code.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6650 Solution: Change 0 to NULL. (Markus Heidelberg)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6651 Files: src/mbyte.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6652
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6653 Patch 7.1.312
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6654 Problem: The .po files have mistakes in error numbers.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6655 Solution: Search for these mistakes in the check script. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6656 Files: src/po/check.vim
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6657
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6658 Patch 7.1.313
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6659 Problem: When the netbeans interface setModified call is used the status
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6660 lines and window title are not updated.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6661 Solution: Redraw the status lines and title. (Philippe Fremy)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6662 Files: src/netbeans.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6663
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6664 Patch 7.1.314
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6665 Problem: The value of 'pastetoggle' is written to the session file without
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6666 any escaping. (Randall Hansen)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6667 Solution: Use put_escstr(). (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6668 Files: src/option.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6669
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6670 Patch 7.1.315
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6671 Problem: Crash with specific search pattern using look-behind match.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6672 (Andreas Politz)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6673 Solution: Also save the value of "need_clear_subexpr".
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6674 Files: src/regexp.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6675
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6676 Patch 7.1.316
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6677 Problem: When 'cscopetag' is set ":tag" gives an error message instead of
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6678 going to the next tag in the tag stack.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6679 Solution: Don't call do_cstag() when there is no argument. (Mark Goldman)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6680 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6681
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6682 Patch 7.1.317
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6683 Problem: Compiler warnings in Motif calls.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6684 Solution: Change zero to NULL. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6685 Files: src/gui_motif.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6686
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6687 Patch 7.1.318
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6688 Problem: Memory leak when closing xsmp connection. Crash on exit when
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6689 using Lesstif.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6690 Solution: Don't close the X display to work around a Lesstif bug. Free
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6691 clientid. Also fix a leak for Motif and Athena. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6692 Files: src/gui_x11.c, src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6693
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6694 Patch 7.1.319
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6695 Problem: When a register has an illegal utf-8 sequence, pasting it on the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6696 command line causes an illegal memory access.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6697 Solution: Use mb_cptr2char_adv(). (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6698 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6699
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6700 Patch 7.1.320 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6701 Problem: Win64: Warnings while compiling Python interface.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6702 Solution: Use PyInt in more places. Also update version message for the
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6703 console. (George Reilly)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6704 Files: src/if_python.c, src/version.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6705
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6706 Patch 7.1.321 (extra)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6707 Problem: Win32 / Win64: Install file is outdated.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6708 Solution: Update the text for recent compiler. (George Reilly)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6709 Files: src/INSTALLpc.txt
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6710
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6711 Patch 7.1.322
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6712 Problem: Can't get start of Visual area in an <expr> mapping.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6713 Solution: Add the 'v' argument to getpos().
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6714 Files: runtime/doc/eval.txt, src/eval.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6715
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6716 Patch 7.1.323
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6717 Problem: Test 19 fails with some termcaps. (Dominique Pelle)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6718 Solution: Set the t_kb and t_kD termcap values.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6719 Files: src/testdir/test19.in, src/testdir/test38.in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6720
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6721 Patch 7.1.324
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6722 Problem: File name path length on Unix is limited to 1024.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6723 Solution: Use PATH_MAX when it's more than 1000.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6724 Files: src/os_unix.h
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6725
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6726 Patch 7.1.325
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6727 Problem: When editing a command line that's longer than available space in
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6728 the window, the characters at the end are in reverse order.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6729 Solution: Increment the insert position even when the command line doesn't
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6730 fit. (Ingo Karkat)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6731 Files: src/ex_getln.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6732
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6733 Patch 7.1.326
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6734 Problem: ":s!from!to!" works, but ":smagic!from!to!" doesn't. It sees the
2283
7e1bd501306d Mainly documentation updates.
Bram Moolenaar <bram@vim.org>
parents: 2226
diff changeset
6735 "!" as a flag to the command. Same for ":snomagic". (Johan Spetz)
1624
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6736 Solution: When checking for a forced command also ignore ":smagic" and
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6737 ":snomagic". (Ian Kelling)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6738 Files: src/ex_docmd.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6739
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6740 Patch 7.1.327
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6741 Problem: The GUI tutor is installed when there is no GUI version.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6742 Solution: Only install gvimtutor when building a GUI version.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6743 Files: src/Makefile
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6744
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6745 Patch 7.1.328
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6746 Problem: Crash when using Cygwin and non-posix path name in tags file.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6747 Solution: Use separate buffer for posix path. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6748 Files: src/os_unix.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6749
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6750 Patch 7.1.329
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6751 Problem: When the popup menu is removed a column of cells, the right halve
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6752 of double-wide characters, may not be redrawn.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6753 Solution: Check if the right halve of a character needs to be redrawn.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6754 (Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6755 Files: src/screen.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6756
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6757 Patch 7.1.330
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6758 Problem: Reading uninitialized memory when using Del in replace mode.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6759 Solution: Use utfc_ptr2len_len() instead of mb_ptr2len(). (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6760 Files: src/misc1.c
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6761
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6762
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6763 Warning for missing sentinel in gui_xmldlg.c. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6764
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6765 A search offset from the end of a match didn't work properly for multi-byte
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6766 characters. (Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6767
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6768 When displaying the value of 'key' don't show "*****" when the value is empty.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6769 (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6770
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6771 Internal error when compiled with EXITFREE and using the nerd_tree plugin.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6772 Set last_msg_hist to NULL when history becomes empty. Call
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6773 free_all_functions() after garbage collection. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6774
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6775 GTK with XIM: <S-Space> does not work. (Yukihiro Nakadaira)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6776
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6777 Some shells do not support "echo -n", which breaks glob(). Use "echo" instead
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6778 of "echo -n $1; echo". (Gary Johnson)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6779
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6780 "echo 22,44" printed "22" on top of the command, the error messages caused
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6781 the rest not to be cleared. Added the need_clr_eos flag.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6782
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6783 Netbeans events are handled while updating the screen, causing a crash.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6784 Change the moment when events are handled. Rename nb_parse_messages() to
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6785 netbeans_parse_messages(). (Xavier de Gaye)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6786
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6787 Test 11 was broken after patch 7.1.186 on Win32 console. (Daniel Shahaf)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6788 Use shellescape() on the file name.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6789
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6790 IM was turned off in im_preedit_end_cb() for no good reason. (Takuhiro
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6791 Nishioka)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6792
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6793 A corrupted spell file could cause Vim to use lots of memory. Better
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6794 detection for running into the end of the file. (idea from James Vega)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6795
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6796 Mac: Included a patch to make it build with GTK. Moved language init to
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6797 mac_lang_init() function. (Ben Schmidt)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6798
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6799 Problem with 'wildmenu' after ":lcd", up/down arrows don't work. (Erik Falor)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6800
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6801 Fix configure.in to avoid "implicitly declared" warnings when running
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6802 configure.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6803
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6804 Fixed a memory leak when redefining a keymap. (Dominique Pelle)
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6805
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6806 Setting 'pastetoggle' to "jj" didn't work.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6807
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6808 'ic' and 'smartcase' don't work properly when using \%V in a search pattern.
18ee39301b82 updated for version 7.2a
vimboss
parents: 1279
diff changeset
6809 (Kana Natsuno)
1279
2a0291b0cf91 updated for version 7.1
vimboss
parents: 1226
diff changeset
6810
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6811 Patch 7.2a.001
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6812 Problem: On some systems X11/Xlib.h exists (from X11-dev package) but
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6813 X11/Intrinsic.h does not (in Xt-dev package). This breaks the
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6814 build. Also, on Solaris 9 sys/ptem.h isn't found.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6815 Solution: Have configure only accept X11 when X11/Intrinsic.h exists.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6816 Check for sys/ptem.h while including sys/stream.h. (Vladimir
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6817 Marek)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6818 Files: src/auto/configure, src/configure.in
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6819
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6820 Patch 7.2a.002
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6821 Problem: getbufvar(N, "") gets the dictionary of the current buffer instead
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6822 of buffer N.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6823 Solution: Set curbuf before calling find_var_in_ht(). (Kana Natsuno)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6824 Files: src/eval.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6825
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6826 Patch 7.2a.003
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6827 Problem: Leaking memory when using ":file name" and using access control
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6828 lists.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6829 Solution: Invoke mch_free_acl() in vim_rename(). (Dominique Pelle)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6830 Files: src/fileio.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6831
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6832 Patch 7.2a.004
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6833 Problem: Some systems can't get spell files by ftp.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6834 Solution: Use http when it looks like it's possible. (James Vega)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6835 Files: runtime/autoload/spellfile.vim
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6836
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6837 Patch 7.2a.005
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6838 Problem: A few error messages use confusing names. Misspelling.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6839 Solution: Change "dissallows" to "disallows". (Dominique Pelle) Change
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6840 "number" to "Number".
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6841 Files: src/eval.c, src/fileio.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6842
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6843 Patch 7.2a.006
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6844 Problem: Reading past NUL in a string.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6845 Solution: Check for invalid utf-8 byte sequence. (Dominique Pelle)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6846 Files: src/charset.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6847
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6848 Patch 7.2a.007
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6849 Problem: ":let v = 1.2.3" was OK in Vim 7.1, now it gives an error.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6850 Solution: Don't look for a floating point number after the "." operator.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6851 Files: src/eval.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6852
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6853 Patch 7.2a.008
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6854 Problem: printf("%g", 1) doesn't work.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6855 Solution: Convert Number to Float when needed.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6856 Files: src/message.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6857
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6858 Patch 7.2a.009
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6859 Problem: cygwin_conv_to_posix_path() does not specify buffer size.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6860 Solution: Use new Cygwin function: cygwin_conv_path(). (Corinna Vinschen)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6861 Files: src/main.c, src/os_unix.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6862
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6863 Patch 7.2a.010
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6864 Problem: When a file name has an illegal byte sequence Vim may read
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6865 uninitialised memory.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6866 Solution: Don't use UTF_COMPOSINGLIKE() on an illegal byte. In
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6867 msg_outtrans_len_attr() use char2cells() instead of ptr2cells().
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6868 In utf_ptr2char() don't check second byte when first byte is
1698
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6869 illegal. (Dominique Pelle)
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6870 Files: src/mbyte.c, src/message.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6871
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6872 Patch 7.2a.011
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6873 Problem: The Edit/Startup Settings menu doesn't work.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6874 Solution: Expand environment variables. (Ben Schmidt)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6875 Files: runtime/menu.vim
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6876
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6877 Patch 7.2a.012
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6878 Problem: Compiler warnings for casting int to pointer.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6879 Solution: Add cast to long in between. (Martin Toft)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6880 Files: src/gui_gtk_x11.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6881
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6882 Patch 7.2a.013
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6883 Problem: shellescape() does not escape "%" and "#" characters.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6884 Solution: Add find_cmdline_var() and use it when the second argument to
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6885 shellescape() is non-zero.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6886 Files: runtime/doc/eval.txt, src/eval.c, src/ex_docmd.c,
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6887 src/proto/ex_docmd.pro, src/proto/misc2.pro, src/misc2.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6888
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6889 Patch 7.2a.014
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6890 Problem: Problem with % in message.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6891 Solution: Put % in single quotes.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6892 Files: src/eval.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6893
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6894 Patch 7.2a.015 (after 7.2a.010)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6895 Problem: Misaligned messages.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6896 Solution: Compute length of unprintable chars correctly.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6897 Files: src/message.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6898
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6899 Patch 7.2a.016
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6900 Problem: Using CTRL-W v in the quickfix window results in two quickfix
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6901 windows, which is not allowed. ":tab split" should be allowed to
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6902 open a new quickfix window in another tab.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6903 Solution: For CTRL-W v instead of splitting the window open a new one.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6904 When using ":tab" do allow splitting the quickfix window (was
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6905 already included in patch 7.2a.013).
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6906 Files: src/window.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6907
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6908 Patch 7.2a.017
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6909 Problem: ":doautoall" executes autocommands for all buffers instead of just
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6910 for loaded buffers.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6911 Solution: Change "curbuf" to "buf".
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6912 Files: src/fileio.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6913
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6914 Patch 7.2a.018
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6915 Problem: Compiler warnings when compiling with Gnome. (Tony Mechelynck)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6916 Solution: Add type casts.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6917 Files: src/gui_gtk_x11.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6918
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6919 Patch 7.2a.019
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6920 Problem: ":let &g:tw = 44" sets the local option value. (Cyril Slobin)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6921 Solution: Use get_varp_scope() instead of get_varp(). (Ian Kelling)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6922 Files: src/option.c
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6923
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6924 There is no way to avoid adding /usr/local/{include|lib} to the build
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6925 commands. Add the --with-local-dir argument to configure. (Michael
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6926 Haubenwallner)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6927
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6928 When using CTRL-D after ":help", the number of matches could be thousands.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6929 Restrict to TAG_MANY to avoid this taking too long. (Ian Kelling)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6930
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6931 The popup menu could be placed at a weird location. Caused by w_wcol computed
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6932 by curs_columns(). (Dominique Pelle)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6933
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6934 Overlapping STRCPY() arguments when using %r item in 'errorformat'. Use
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6935 STRMOVE() instead. (Ralf Wildenhues)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6936
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6937 Mac: On Leopard gvim, when using the mouse wheel nothing would happen until
1698
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6938 another event occurs, such as moving the mouse. Then the recorded scrolling
1668
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6939 would take place all at once. (Eckehard Berns)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6940
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6941 Solution for cursor color not reflecting IM status for GTK 2. Add
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6942 preedit_is_active flag. (SungHyun Nam)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6943
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6944 filereadable() can hang on a FIFO on Linux. Use open() instead of fopen(),
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6945 with O_NONBLOCK. (suggested by Lars Kotthoff)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6946
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6947 Included patch to support Perl 5.10. (Yasuhiro Matsumoto)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6948
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6949 When files are dropped on gvim while the screen is being updated, ignore the
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6950 drop command to avoid freeing memory that is being used.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6951
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6952 In a terminal, when drawing the popup menu over double-wide characters, half
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6953 characters may not be cleared properly. (Yukihiro Nakadaira)
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6954
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6955 The #ifdef for including "vimio.h" was inconsistent. In a few files it
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6956 depended on MSWIN, which isn't defined until later.
0b796e045c42 updated for version 7.2b-000
vimboss
parents: 1624
diff changeset
6957
1698
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6958 Patch 7.2b.001
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6959 Problem: Compilation problem: mb_fix_col() missing with multi-byte feature
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6960 but without GUI or clipboard.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6961 Solution: Remove #ifdef.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6962 Files: src/mbyte.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6963
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6964 Patch 7.2b.002
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6965 Problem: Compiler warnings for signed/unsigned mismatch.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6966 Solution: Add type casts.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6967 Files: src/screen.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6968
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6969 Patch 7.2b.003
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6970 Problem: Still a compilation problem, check_col() and check_row() missing.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6971 Solution: Add FEAT_MBYTE to the #if.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6972 Files: src/ui.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6973
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6974 Patch 7.2b.004
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6975 Problem: Trying to free memory for a static string when using ":helpgrep".
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6976 (George Reilly)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6977 Solution: Set 'cpo' to empty_option instead of an empty string. Also for
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6978 searchpair() and substitute().
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6979 Files: src/quickfix.c, src/eval.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6980
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6981 Patch 7.2b.005
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6982 Problem: The special character "!" isn't handled properly in shellescape().
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6983 (Jan Minar)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6984 Solution: Escape "!" when using a "csh" like shell and with
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6985 shellescape(s, 1). Twice for both. Also escape <NL>.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6986 Files: src/misc2.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6987
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6988 Patch 7.2b.006
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6989 Problem: Reading past end of string when reading info from tags line.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6990 Solution: Break the loop when encountering a NUL. (Dominique Pelle)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6991 Files: src/tag.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6992
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6993 Patch 7.2b.007
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6994 Problem: Part of a message cannot be translated.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6995 Solution: Put _() around the message.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6996 Files: src/search.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6997
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6998 Patch 7.2b.008
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
6999 Problem: A few filetypes are not detected or not detected properly.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7000 Solution: Add filetype detection patterns. (Nikolai Weibull)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7001 Files: runtime/filetype.vim
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7002
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7003 Patch 7.2b.009
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7004 Problem: Reading past end of screen line. (Epicurus)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7005 Solution: Avoid going past the value of Columns.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7006 Files: src/screen.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7007
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7008 Patch 7.2b.010
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7009 Problem: ":mksession" doesn't work for ":map , foo", ":sunmap ,". (Ethan
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7010 Mallove)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7011 Solution: Check for "nxo", "nso" and other strange mapping combinations.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7012 Files: src/getchar.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7013
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7014 Patch 7.2b.011
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7015 Problem: Configure for TCL ends up with include file in compiler command.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7016 (Richard Hogg)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7017 Solution: Delete items from $TCL_DEFS that do not start with a dash.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7018 Files: src/auto/configure, src/configure.in
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7019
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7020 Patch 7.2b.012
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7021 Problem: Build failure with +multi_byte but without +diff.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7022 Solution: Add #ifdef. (Patrick Texier)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7023 Files: src/main.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7024
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7025 Patch 7.2b.013
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7026 Problem: Build fails with tiny features and Perl. (Dominique Pelle)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7027 Solution: Define missing functions. Also when compiling Python.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7028 Files: src/if_perl.xs, src/if_python.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7029
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7030 Patch 7.2b.014
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7031 Problem: Configure uses an unsafe temp file to store commands.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7032 Solution: Create the temp file in local directory.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7033 Files: src/auto/configure, src/configure.in
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7034
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7035 Patch 7.2b.015
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7036 Problem: Build fails on Mac when using Aap.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7037 Solution: Fix typo in configure script.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7038 Files: src/auto/configure, src/configure.in
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7039
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7040 Patch 7.2b.016
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7041 Problem: Build fails with normal features but without +autocmd.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7042 Solution: Fix #ifdefs. (Ian Kelling)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7043 Files: src/eval.c, src/ex_cmds.c, src/quickfix.c, src/option.c,
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7044 src/ex_docmd.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7045
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7046 Patch 7.2b.017
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7047 Problem: "vim -O foo foo" results in only one window. (Zdenek Sekera)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7048 Solution: Handle result of ATTENTION prompt properly. (Ian Kelling)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7049 Files: src/main.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7050
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7051 Patch 7.2b.018
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7052 Problem: When doing command line completion on a file name for a csh-like
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7053 shell argument a '!' character isn't escaped properly.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7054 Solution: Add another backslash.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7055 Files: src/ex_getln.c, src/misc2.c, src/proto/misc2.pro, src/screen.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7056
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7057 Patch 7.2b.019 (extra)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7058 Problem: Win32: Various compiler warnings.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7059 Solution: Use __w64 attribute. Comment-out unused parameters. Adjust a few
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7060 #ifdefs. (George Reilly)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7061 Files: src/gui_w48.c, src/GvimExt/gvimext.cpp, src/Make_mvc.mak,
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7062 src/os_mswin.c, src/os_win32.c, src/vim.h
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7063
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7064 Patch 7.2b.020
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7065 Problem: ":sort n" doesn't handle negative numbers. (James Vega)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7066 Solution: Include '-' in the number.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7067 Files: src/charset.c, src/ex_cmds.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7068
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7069 Patch 7.2b.021
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7070 Problem: Reloading doesn't read the BOM correctly. (Steve Gardner)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7071 Solution: Accept utf-8 BOM when specified file encoding is utf-8.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7072 Files: src/fileio.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7073
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7074 Patch 7.2b.022
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7075 Problem: When using ":normal" while updating the status line the count of
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7076 an operator is lost. (Dominique Pelle)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7077 Solution: Save and restore "opcount".
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7078 Files: src/ex_docmd.c, src/globals.h, src/normal.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7079
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7080 Patch 7.2b.023
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7081 Problem: Crash when using the result of synstack(0,0). (Matt Wozniski)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7082 Solution: Check for v_list to be NULL in a few more places.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7083 Files: src/eval.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7084
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7085 Patch 7.2b.024
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7086 Problem: Using ":gui" while the netrw plugin is active causes a delay in
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7087 updating the display.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7088 Solution: Don't check for terminal codes when starting the GUI.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7089 Files: src/term.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7090
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7091 Patch 7.2b.025
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7092 Problem: When the CursorHold event triggers a pending count is lost.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7093 (Juergen Kraemer)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7094 Solution: Save the counts and restore them.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7095 Files: src/normal.c, src/structs.h
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7096
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7097 Patch 7.2b.026
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7098 Problem: The GTK 2 file chooser causes the ~/.recently-used.xbel file to be
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7099 written over and over again. This may cause a significant
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7100 slowdown. (Guido Berhoerster)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7101 Solution: Don't use the GTK 2 file chooser.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7102 Files: src/gui_gtk.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7103
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7104 Patch 7.2b.027
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7105 Problem: Memory leak for Python, Perl, etc. script command with end marker.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7106 Solution: Free the memory of the end marker. (Andy Kittner)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7107 Files: src/ex_getln.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7108
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7109 Patch 7.2b.028
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7110 Problem: Reading uninitialized memory when doing ":gui -f". (Dominique
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7111 Pelle)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7112 Solution: Don't position the cursor when the screen size is invalid.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7113 Files: src/gui.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7114
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7115 Patch 7.2b.029
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7116 Problem: ":help a" doesn't jump to "a" tag in docs. (Tony Mechelynck)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7117 Solution: Get all tags and throw away more than TAG_MANY after sorting.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7118 When there is no argument find matches for "help" to avoid a long
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7119 delay.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7120 Files: src/ex_cmds.c, src/ex_getln.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7121
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7122 Patch 7.2b.030
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7123 Problem: When changing the value of t_Co from 8 to 16 the Visual
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7124 highlighting keeps both reverse and a background color.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7125 Solution: Remove the attribute when setting the default highlight color.
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7126 (Markus Heidelberg)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7127 Files: src/syntax.c
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7128
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7129 Error when cancelling completion menu and auto-formatting. (fixed by Ian
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7130 Kelling)
f4f8014d516e updated for version 7.2c-000
vimboss
parents: 1668
diff changeset
7131
1702
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7132 Patch 7.2c.001
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7133 Problem: ":let x=[''] | let x += x" causes hang. (Matt Wozniski)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7134 Solution: Only insert elements up to the original length of the List.
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7135 Files: runtime/doc/eval.txt, src/eval.c
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7136
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7137 Patch 7.2c.002
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7138 Problem: fnameescape() doesn't handle a leading '+' or '>'. (Jan Minar)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7139 Solution: Escape a leading '+' and '>'. And a single '-'.
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7140 Files: runtime/doc/eval.txt, src/ex_getln.c
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7141
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7142 Patch 7.2c.003
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7143 Problem: Searching for "foo\%[bar]\+" gives a "Corrupted regexp program"
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7144 error. (Joachim Hofmann)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7145 Solution: Mark the \%[] item as not being simple.
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7146 Files: src/regexp.c
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7147
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7148 On Vista access to system directories is virtualized. (Michael Mutschler)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7149 Adjusted the manifest file to avoid this. (George Reilly)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7150
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7151 Memory leak when using CTRL-C to cancel listing the jump list. (Dominique
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7152 Pelle)
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7153
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7154 Mac: Could not build with Perl interface.
5232b9862f23 updated for version 7.2-000
vimboss
parents: 1698
diff changeset
7155
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7156 ==============================================================================
2202
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
7157 VERSION 7.3 *version-7.3* *version7.3*
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7158
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7159 This section is about improvements made between version 7.2 and 7.3.
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7160
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7161 This release has hundreds of bug fixes and there are a few new features. The
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7162 most notable new features are:
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7163
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7164
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7165 Persistent undo *new-persistent-undo*
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7166 ---------------
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7167
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7168 Store undo information in a file. Can undo to before when the file was read,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7169 also for unloaded buffers. See |undo-persistence| (partly by Jordan Lewis)
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7170
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7171 Added the ":earlier 1f" and ":later 1f" commands.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7172 Added file save counter to undo information.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7173 Added the |undotree()| and |undofile()| functions.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7174
2394
a3aca345aafa Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents: 2365
diff changeset
7175 Also added the 'undoreload' option. This makes it possible to save the
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7176 current text when reloading the buffer, so that the reload can be undone.
2394
a3aca345aafa Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents: 2365
diff changeset
7177
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7178
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7179 More encryption *new-more-encryption*
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7180 ---------------
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7181
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7182 Support for Blowfish encryption. Added the 'cryptmethod' option.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7183 Mostly by Moshin Ahmed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7184
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7185 Also encrypt the text in the swap file and the undo file.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7186
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7187
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7188 Conceal text *new-conceal*
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7189 ------------
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7190
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7191 Added the |+conceal| feature. (Vince Negri)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7192 This allows hiding stretches of text, based on syntax highlighting.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7193 It also allows replacing a stretch of text by a character |:syn-cchar|.
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7194 The 'conceallevel' option specifies what happens with text matching a syntax
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7195 item that has the conceal attribute.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7196 The 'concealcursor' option specifies what happens in the cursor line.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7197
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7198 The help files conceal characters used to mark tags and examples.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7199
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7200 Added the |synconcealed()| function and use it for :TOhtml. (Benjamin Fritz)
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7201
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7202
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7203 Lua interface *new-lua*
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7204 -------------
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7205
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7206 Added the |Lua| interface. (Luis Carvalho)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7207
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7208
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7209 Python3 interface *new-python3*
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7210 -----------------
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7211
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7212 Added the Python3 interface. It exists next to Python 2.x, both can be used
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7213 at the same time. |python3| (Roland Puntaier)
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7214
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7215
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7216 Changed *changed-7.3*
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7217 -------
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7218
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7219 The MS-Windows installer no longer requires the user to type anything in the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7220 console windows. The installer now also works on 64 bit systems, including
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7221 the "Edit with Vim" context menu.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7222 The gvim executable is 32 bits, the installed gvimext.dll is either a 32 or 64
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7223 bit version. (mostly by George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7224 Made the DOS installer work with more compilers.
2342
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7225 The MS-Windows big gvim is now built with Python 2.7 and 3.1.2, Perl 5.12 and
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7226 Ruby 1.9.1. You need the matching .dll files to use them.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7227
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7228 The extra and language files are no longer distributed separately.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7229 The source files for all systems are included in one distribution.
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7230
2162
0527eb0f6918 After recovery check if the text changed. If it did mark the buffer as
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
7231 After using ":recover" or recovering a file in another way, ":x" and "ZZ"
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7232 didn't save what you see. This could result in work being lost. Now the text
2162
0527eb0f6918 After recovery check if the text changed. If it did mark the buffer as
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
7233 after recovery is compared to the original file contents. When they differ
0527eb0f6918 After recovery check if the text changed. If it did mark the buffer as
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
7234 the buffer is marked as modified.
0527eb0f6918 After recovery check if the text changed. If it did mark the buffer as
Bram Moolenaar <bram@vim.org>
parents: 2154
diff changeset
7235
2226
36a9ac99e1ca Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar <bram@vim.org>
parents: 2214
diff changeset
7236 When Vim is exiting because of a deadly signal, when v:dying is 2 or more,
36a9ac99e1ca Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar <bram@vim.org>
parents: 2214
diff changeset
7237 VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not
36a9ac99e1ca Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar <bram@vim.org>
parents: 2214
diff changeset
7238 executed.
36a9ac99e1ca Don't execute some autocommands when v:dying is 2 or more.
Bram Moolenaar <bram@vim.org>
parents: 2214
diff changeset
7239
2286
144aa6167799 Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar <bram@vim.org>
parents: 2283
diff changeset
7240 Removed support for GTK 1. It was no longer maintained and required a lot of
144aa6167799 Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar <bram@vim.org>
parents: 2283
diff changeset
7241 #ifdefs in the source code. GTK 2 should be available for every system.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7242 (James Vega)
2286
144aa6167799 Adjust MS-Windows installer so that it also works for 64 bit systems. (George
Bram Moolenaar <bram@vim.org>
parents: 2283
diff changeset
7243
2320
966a5609669e Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents: 2290
diff changeset
7244 It is no longer allowed to set the 'encoding' option from a modeline. It
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7245 would corrupt the text. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7246
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7247 Renamed runtime/spell/fixdup to runtime/spell/fixdup.vim.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7248
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7249 Removed obsolete Mac code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7250
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7251 Updated spell files for Ubuntu locale names.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7252
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7253 Switched from autoconf 2.63 to 2.65.
2320
966a5609669e Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents: 2290
diff changeset
7254
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7255 Removed Mupad indent and ftplugin files, they are not useful.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7256
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7257
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7258 Added *added-7.3*
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7259 -----
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7260
2209
d0ddf7ba1630 Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents: 2208
diff changeset
7261 Added the 'relativenumber' option. (Markus Heidelberg)
d0ddf7ba1630 Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents: 2208
diff changeset
7262
2320
966a5609669e Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents: 2290
diff changeset
7263 Added the 'colorcolumn' option: highlight one or more columns in a window.
966a5609669e Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents: 2290
diff changeset
7264 E.g. to highlight the column after 'textwidth'. (partly by Gregor Uhlenheuer)
966a5609669e Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents: 2290
diff changeset
7265
2210
8c6a66e2b3cc Add :nbstart and :nbclose.
Bram Moolenaar <bram@vim.org>
parents: 2209
diff changeset
7266 Added support for NetBeans in a terminal. Added |:nbstart| and |:nbclose|.
8c6a66e2b3cc Add :nbstart and :nbclose.
Bram Moolenaar <bram@vim.org>
parents: 2209
diff changeset
7267 (Xavier de Gaye)
2209
d0ddf7ba1630 Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents: 2208
diff changeset
7268
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7269 More floating point functions: |acos()|, |asin()|, |atan2()|, |cosh()|,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7270 |exp()|, |fmod()|, |log()|, |sinh()|, |tan()|, |tanh()|. (Bill McCarthy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7271
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7272 Added the |gettabvar()| and |settabvar()| functions. (Yegappan Lakshmanan)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7273
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7274 Added the |strchars()|, |strwidth()| and |strdisplaywidth()| functions.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7275
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7276 Support GDK_SUPER_MASK for GTK on Mac. (Stephan Schulz)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7277
2360
d8e4b27cef80 Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar <bram@vim.org>
parents: 2355
diff changeset
7278 Made CTRL and ALT modifier work for mouse wheel. (Benjamin Haskell)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7279
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7280 Added support for horizontal scroll wheel. (Bjorn Winckler)
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7281
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7282 When the buffer is in diff mode, have :TOhtml create HTML to show the diff
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7283 side-by-side. (Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7284
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7285 Various improvements to ":TOhtml" and the 2html.vim script. (Benjamin Fritz)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7286
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7287 Add the 'L' item to 'cinoptions'. (Manuel Konig)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7288
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7289 Improve Javascript indenting. Add "J" flag to 'cinoptions'. (Hari Kumar G)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7290
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7291 Mac: Support disabling antialias. (LC Mi)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7292
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7293 Mac: Add clipboard support in the Mac console. (Bjorn Winckler)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7294
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7295 Make it possible to drag a tab page label to another position. (Paul B. Mahol)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7296
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7297 Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7298
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7299 In Visual mode with 'showcmd' display the number of bytes and characters.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7300
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7301 Allow synIDattr() getting GUI attributes when build without GUI. (Matt
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7302 Wozniski)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7303
2524
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
7304 Support completion for ":find". Added test 73. (Nazri Ramliy)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7305
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7306 Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle)
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7307
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7308 Command line completion for :lmap and :lunmap.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7309
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7310 Support syntax and filetype completion for user commands. (Christian Brabandt)
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7311
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7312 Add completion for ":ownsyntax" and improve completion for ":filetype".
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7313
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7314 Avoid use of the GTK main_loop() so that the GtkFileChooser can be used.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7315 (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7316
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7317 When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7318 for "gq". (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7319
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7320 Support :browse for commands that use an error file argument. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7321
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7322 Support wide file names in gvimext. (Szabolcs Horvat)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7323
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7324 Improve test for joining lines. (Milan Vancura)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7325 Make joining a range of lines much faster. (Milan Vancura)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7326
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7327 Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7328
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7329 Added the helphelp.txt file. Moved text from various.txt to it.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7330
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7331 Added "q" item for 'statusline'. Added |w:quickfix_title|. (Lech Lorens)
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
7332
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7333 Various improvements for VMS. (Zoltan Arpadffy)
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7334
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7335
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7336 New syntax files: ~
2342
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7337 Haskell Cabal build file (Vincent Berthoux)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7338 ChaiScript (Jason Turner)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7339 Cucumber (Tim Pope)
2467
9c8d603fd4d1 Add Datascript syntax file. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2465
diff changeset
7340 Datascript (Dominique Pelle)
2342
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7341 Fantom (Kamil Toman)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7342 Liquid (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7343 Markdown (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7344 wavefront's obj file (Vincent Berthoux)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7345 Perl 6 (Andy Lester)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7346 SDC - Synopsys Design Constraints (Maurizio Tranchero)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7347 SVG - Scalable Vector Graphics (Vincent Berthoux)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7348 task data (John Florian)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7349 task 42 edit (John Florian)
2207
b17bbfa96fa0 Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents: 2206
diff changeset
7350
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7351 New filetype plugins: ~
2342
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7352 Cucumber (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7353 Liquid (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7354 Markdown (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7355 Tcl (Robert L Hicks)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7356
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7357 New indent plugins: ~
2342
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7358 ChaiScript (Jason Turner)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7359 Cucumber (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7360 CUDA (Bram Moolenaar)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7361 LifeLines (Patrick Texier)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7362 Liquid (Tim Pope)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7363 Mail (Bram Moolenaar)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7364 Perl 6 (Andy Lester)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7365
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
7366 Other new runtime files: ~
2342
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7367 Breton spell file (Dominique Pelle)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7368 Tutor Bairish (Sepp Hell)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7369 Tutor in Esperanto. (Dominique Pellé)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7370 Korean translations. (SungHyun Nam)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7371 Dvorak keymap (Ashish Shukla)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7372 Serbian menu translations (Aleksandar Jelenak)
f6540762173d Fixes and improvements for MS-Windows build.
Bram Moolenaar <bram@vim.org>
parents: 2340
diff changeset
7373 Tetum spell files.
2207
b17bbfa96fa0 Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents: 2206
diff changeset
7374
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7375
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7376 Fixed *fixed-7.3*
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7377 -----
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
7378
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7379 Patch 7.2.001
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7380 Problem: Mac: pseudo-ttys don't work properly on Leopard, resulting in the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7381 shell not to have a prompt, CTRL-C not working, etc.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7382 Solution: Don't use SVR4 compatible ptys, even though they are detected.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7383 (Ben Schmidt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7384 Files: src/pty.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7385
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7386 Patch 7.2.002
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7387 Problem: Leaking memory when displaying menus.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7388 Solution: Free allocated memory. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7389 Files: src/menu.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7390
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7391 Patch 7.2.003
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7392 Problem: Typo in translated message. Message not translated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7393 Solution: Correct spelling. Add _(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7394 Files: src/spell.c, src/version.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7395
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7396 Patch 7.2.004
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7397 Problem: Cscope help message is not translated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7398 Solution: Put it in _(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7399 Files: src/if_cscope.c, src/if_cscope.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7400
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7401 Patch 7.2.005
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7402 Problem: A few problems when profiling. Using flag pointer instead of flag
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7403 value. Allocating zero bytes. Not freeing used memory.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7404 Solution: Remove wrong '&' characters. Skip dumping when there is nothing
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7405 to dump. Free used memory. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7406 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7407
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7408 Patch 7.2.006
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7409 Problem: HTML files are not recognized by contents.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7410 Solution: Add a rule to the scripts file. (Nico Weber)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7411 Files: runtime/scripts.vim
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7412
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7413 Patch 7.2.007 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7414 Problem: Minor issues for VMS.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7415 Solution: Minor fixes for VMS. Add float support. (Zoltan Arpadffy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7416 Files: runtime/doc/os_vms.txt, src/os_vms_conf.h, src/Make_vms.mms,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7417 src/testdir/Make_vms.mms, src/testdir/test30.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7418 src/testdir/test54.in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7419
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7420 Patch 7.2.008
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7421 Problem: With a BufHidden autocommand that invokes ":bunload" the window
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7422 count for a buffer can be wrong. (Bob Hiestand)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7423 Solution: Don't call enter_buffer() when already in that buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7424 Files: src/buffer.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7425
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7426 Patch 7.2.009
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7427 Problem: Can't compile with Perl 5.10 on MS-Windows. (Cesar Romani)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7428 Solution: Add the Perl_sv_free2 function for dynamic loading. (Dan Sharp)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7429 Files: src/if_perl.xs
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7430
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7431 Patch 7.2.010
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7432 Problem: When using "K" in Visual mode not all characters are properly
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7433 escaped. (Ben Schmidt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7434 Solution: Use a function with the functionality of shellescape(). (Jan
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7435 Minar)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7436 Files: src/mbyte.c, src/misc2.c, src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7437
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7438 Patch 7.2.011
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7439 Problem: Get an error when inserting a float value from the expression
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7440 register.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7441 Solution: Convert the Float to a String automatically in the same place
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7442 where a List would be converted to a String.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7443 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7444
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7445 Patch 7.2.012
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7446 Problem: Compiler warnings when building with startup timing.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7447 Solution: Add type casts.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7448 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7449
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7450 Patch 7.2.013
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7451 Problem: While waiting for the X selection Vim consumes a lot of CPU time
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7452 and hangs until a response is received.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7453 Solution: Sleep a bit when the selection event hasn't been received yet.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7454 Time out after a couple of seconds to avoid a hang when the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7455 selection owner isn't responding.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7456 Files: src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7457
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7458 Patch 7.2.014
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
7459 Problem: synstack() doesn't work in an empty line.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7460 Solution: Accept column zero as a valid position.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7461 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7462
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7463 Patch 7.2.015
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7464 Problem: "make all test install" doesn't stop when the test fails. (Daniel
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7465 Shahaf)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7466 Solution: When test.log contains failures exit with non-zero status.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7467 Files: src/testdir/Makefile
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7468
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7469 Patch 7.2.016
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7470 Problem: The pattern being completed may be in freed memory when the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7471 command line is being reallocated. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7472 Solution: Keep a pointer to the expand_T in the command line structure.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7473 Don't use <S-Tab> as CTRL-P when there are no results. Clear the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7474 completion when using a command line from the history.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7475 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7476
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7477 Patch 7.2.017
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7478 Problem: strlen() used on text that may not end in a NUL. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7479 Pasting a very big selection doesn't work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7480 Solution: Use the length passed to the XtSelectionCallbackProc() function.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7481 After getting the SelectionNotify event continue dispatching
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7482 events until the callback is actually called. Also dispatch the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7483 PropertyNotify event.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7484 Files: src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7485
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7486 Patch 7.2.018
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7487 Problem: Memory leak when substitute is aborted.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7488 Solution: Free the buffer allocated for the new text. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7489 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7490
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7491 Patch 7.2.019
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7492 Problem: Completion of ":noautocmd" doesn't work and exists(":noautocmd")
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7493 returns zero. (Ben Fritz)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7494 Solution: Add "noautocmd" to the list of modifiers and commands.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7495 Files: src/ex_cmds.h, src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7496
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7497 Patch 7.2.020
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7498 Problem: Starting the GUI when the executable starts with 'k', but the KDE
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7499 version no longer exists.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7500 Solution: Don't have "kvim" start the GUI.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7501 Files: src/main.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7502
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7503 Patch 7.2.021
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7504 Problem: When executing autocommands getting the full file name may be
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7505 slow. (David Kotchan)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7506 Solution: Postpone calling FullName_save() until autocmd_fname is used.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7507 Files: src/ex_docmd.c, src/fileio.c, src/globals.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7508
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7509 Patch 7.2.022 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7510 Problem: Testing is not possible when compiling with MingW.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7511 Solution: Add a MingW specific test Makefile. (Bill McCarthy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7512 Files: Filelist, src/testdir/Make_ming.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7513
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7514 Patch 7.2.023
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7515 Problem: 'cursorcolumn' is in the wrong place in a closed fold when the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7516 display is shifted left. (Gary Johnson)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7517 Solution: Subtract w_skipcol or w_leftcol when needed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7518 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7519
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7520 Patch 7.2.024
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7521 Problem: It's possible to set 'history' to a negative value and that causes
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7522 an out-of-memory error.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7523 Solution: Check that 'history' has a positive value. (Doug Kearns)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7524 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7525
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7526 Patch 7.2.025
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7527 Problem: When a CursorHold event invokes system() it is retriggered over
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7528 and over again.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7529 Solution: Don't reset did_cursorhold when getting K_IGNORE.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7530 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7531
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7532 Patch 7.2.026 (after 7.2.010)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7533 Problem: "K" doesn't use the length of the identifier but uses the rest of
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7534 the line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7535 Solution: Copy the desired number of characters first.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7536 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7537
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7538 Patch 7.2.027
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7539 Problem: Can use cscope commands in the sandbox.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7540 Solution: Disallow them, they might not be safe.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7541 Files: src/ex_cmds.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7542
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7543 Patch 7.2.028
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7544 Problem: Confusing error message for missing ().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7545 Solution: Change "braces" to "parentheses". (Gary Johnson)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7546 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7547
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7548 Patch 7.2.029
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7549 Problem: No completion for ":doautoall".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7550 Solution: Complete ":doautoall" like ":doautocmd". (Doug Kearns)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7551 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7552
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7553 Patch 7.2.030 (after 7.2.027)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7554 Problem: Can't compile.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7555 Solution: Remove prematurely added ex_oldfiles.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7556 Files: src/ex_cmds.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7557
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7558 Patch 7.2.031
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7559 Problem: Information in the viminfo file about previously edited files is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7560 not available to the user. There is no way to get a complete list
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7561 of files edited in previous Vim sessions.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7562 Solution: Add v:oldfiles and fill it with the list of old file names when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7563 first reading the viminfo file. Add the ":oldfiles" command,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7564 ":browse oldfiles" and the "#<123" special file name. Increase
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7565 the default value for 'viminfo' from '20 to '100.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7566 Files: runtime/doc/cmdline.txt, runtime/doc/eval.txt,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7567 runtime/doc/starting.txt, runtime/doc/usr_21.txt, src/eval.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7568 src/ex_cmds.c, src/ex_cmds.h, src/ex_docmd.c, src/feature.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7569 src/fileio.c, src/main.c, src/mark.c, src/misc1.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7570 src/proto/eval.pro, src/proto/ex_cmds.pro, src/proto/mark.pro,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7571 src/option.c, src/structs.h, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7572
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7573 Patch 7.2.032 (after 7.2.031)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7574 Problem: Can't build with EXITFREE defined. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7575 Solution: Change vv_string to vv_str.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7576 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7577
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7578 Patch 7.2.033
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7579 Problem: When detecting a little endian BOM "ucs-2le" is used, but the text
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7580 might be "utf-16le".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7581 Solution: Default to "utf-16le", it also works for "ucs-2le". (Jia Yanwei)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7582 Files: src/fileio.c, src/testdir/test42.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7583
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7584 Patch 7.2.034
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7585 Problem: Memory leak in spell info when deleting buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7586 Solution: Free the memory. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7587 Files: src/buffer.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7588
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7589 Patch 7.2.035
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7590 Problem: Mismatches between alloc/malloc, free/vim_free,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7591 realloc/vim_realloc.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7592 Solution: Use the right function. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7593 Files: src/gui_x11.c, src/mbyte.c, src/misc2.c, src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7594
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7595 Patch 7.2.036 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7596 Problem: Mismatches between alloc/malloc, free/vim_free,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7597 realloc/vim_realloc.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7598 Solution: Use the right function. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7599 Files: src/gui_riscos.c, src/gui_w48.c, src/mbyte.c, src/os_vms.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7600 src/os_w32exe.c, src/os_win16.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7601
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7602 Patch 7.2.037
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7603 Problem: Double free with GTK 1 and compiled with EXITFREE.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7604 Solution: Don't close display. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7605 Files: src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7606
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7607 Patch 7.2.038
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7608 Problem: Overlapping arguments to memcpy().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7609 Solution: Use mch_memmove(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7610 Files: src/if_xcmdsrv.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7611
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7612 Patch 7.2.039
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7613 Problem: Accessing freed memory on exit when EXITFREE is defined.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7614 Solution: Call hash_init() on the v: hash table.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7615 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7616
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7617 Patch 7.2.040
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7618 Problem: When using ":e ++ff=dos fname" and the file contains a NL without
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7619 a CR before it and 'ffs' contains "unix" then the fileformat
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7620 becomes unix.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7621 Solution: Ignore 'ffs' when using the ++ff argument. (Ben Schmidt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7622 Also remove unreachable code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7623 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7624
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7625 Patch 7.2.041
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7626 Problem: In diff mode, when using two tabs, each with two diffed buffers,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7627 editing a buffer of the other tab messes up the diff. (Matt
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7628 Mzyzik)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7629 Solution: Only copy options from a window where the buffer was edited that
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7630 doesn't have 'diff' set or is for the current tab page.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7631 Also fix that window options for a buffer are stored with the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7632 wrong window.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7633 Files: src/buffer.c, src/ex_cmds.c, src/ex_cmds2.c, src/ex_docmd.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7634 src/ex_getln.c, src/if_sniff.c, src/main.c, src/netbeans.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7635 src/normal.c, src/popupmnu.c, src/proto/buffer.pro,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7636 src/proto/ex_cmds.pro src/quickfix.c, src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7637
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7638 Patch 7.2.042
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7639 Problem: When using winrestview() in a BufWinEnter autocommand the window
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7640 is scrolled anyway. (Matt Zyzik)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7641 Solution: Don't recompute topline when above 'scrolloff' from the bottom.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7642 Don't always put the cursor halfway when entering a buffer. Add
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7643 "w_topline_was_set".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7644 Files: src/buffer.c, src/move.c, src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7645
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7646 Patch 7.2.043
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7647 Problem: VMS: Too many characters are escaped in filename and shell
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7648 commands.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7649 Solution: Escape fewer characters. (Zoltan Arpadffy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7650 Files: src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7651
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7652 Patch 7.2.044
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7653 Problem: Crash because of STRCPY() being over protective of the destination
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7654 size. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7655 Solution: Add -D_FORTIFY_SOURCE=1 to CFLAGS. Use an intermediate variable
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7656 for the pointer to avoid a warning.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7657 Files: src/auto/configure, src/configure.in, src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7658
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7659 Patch 7.2.045
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7660 Problem: The Python interface has an empty entry in sys.path.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7661 Solution: Filter out the empty entry. (idea from James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7662 Files: src/if_python.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7663
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7664 Patch 7.2.046
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7665 Problem: Wrong check for filling buffer with encoding. (Danek Duvall)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7666 Solution: Remove pointers. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7667 Files: src/mbyte.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7668
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7669 Patch 7.2.047
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7670 Problem: Starting Vim with the -nb argument while it's not supported causes
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7671 the other side to hang.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7672 Solution: When -nb is used while it's not supported exit Vim. (Xavier de
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7673 Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7674 Files: src/main.c, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7675
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7676 Patch 7.2.048
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7677 Problem: v:prevcount is changed too often. Counts are not multiplied when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7678 setting v:count.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7679 Solution: Set v:prevcount properly. Multiply counts. (idea by Ben Schmidt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7680 Files: src/eval.c, src/normal.c, src/proto/eval.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7681
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7682 Patch 7.2.049 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7683 Problem: Win32: the clipboard doesn't support UTF-16.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7684 Solution: Change UCS-2 support to UTF-16 support. (Jia Yanwei)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7685 Files: src/gui_w32.c, src/gui_w48.c, src/mbyte.c, src/misc1.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7686 src/os_mswin.c, src/os_win32.c, src/proto/os_mswin.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7687
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7688 Patch 7.2.050
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7689 Problem: Warnings for not checking return value of fwrite(). (Chip Campbell)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7690 Solution: Use the return value.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7691 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7692
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7693 Patch 7.2.051
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7694 Problem: Can't avoid 'wildignore' and 'suffixes' for glob() and globpath().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7695 Solution: Add an extra argument to these functions. (Ingo Karkat)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7696 Files: src/eval.c, src/ex_getln.c, src/proto/ex_getln.pro,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7697 runtime/doc/eval.txt, runtime/doc/options.txt
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7698
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7699 Patch 7.2.052
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7700 Problem: synIDattr() doesn't support "sp" for special color.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7701 Solution: Recognize "sp" and "sp#". (Matt Wozniski)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7702 Files: runtime/doc/eval.txt, src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7703
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7704 Patch 7.2.053
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7705 Problem: Crash when using WorkShop command ":ws foo". (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7706 Solution: Avoid using a NULL pointer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7707 Files: src/workshop.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7708
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7709 Patch 7.2.054
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7710 Problem: Compilation warnings for format in getchar.c.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7711 Solution: Use fputs() instead of fprintf(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7712 Files: src/getchar.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7713
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7714 Patch 7.2.055
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7715 Problem: Various compiler warnings with strict checking.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7716 Solution: Avoid the warnings by using return values and renaming.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7717 Files: src/diff.c, src/eval.c, src/ex_cmds.c, src/ex_docmd.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7718 src/fileio.c, src/fold.c, src/globals.h, src/gui.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7719 src/gui_at_sb.c, src/gui_gtk_x11.c, src/gui_xmdlg.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7720 src/gui_xmebw.c, src/main.c, src/mbyte.c, src/message.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7721 src/netbeans.c, src/option.c, src/os_unix.c, src/spell.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7722 src/ui.c, src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7723
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7724 Patch 7.2.056 (after 7.2.050)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7725 Problem: Tests 58 and 59 fail.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7726 Solution: Don't invoke fwrite() with a zero length. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7727 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7728
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7729 Patch 7.2.057 (after 7.2.056)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7730 Problem: Combination of int and size_t may not work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7731 Solution: Use size_t for variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7732 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7733
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7734 Patch 7.2.058
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7735 Problem: Can't add a patch name to the ":version" output.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7736 Solution: Add the extra_patches array.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7737 Files: src/version.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7738
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7739 Patch 7.2.059
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7740 Problem: Diff display is not always updated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7741 Solution: Update the display more often.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7742 Files: src/diff.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7743
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7744 Patch 7.2.060
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7745 Problem: When a spell files has many compound rules it may take a very long
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7746 time making the list of suggestions. Displaying also can be slow
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7747 when there are misspelled words.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7748 Can't parse some Hunspell .aff files.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7749 Solution: Check if a compounding can possibly work before trying a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7750 combination, if the compound rules don't contain wildcards.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7751 Implement using CHECKCOMPOUNDPATTERN.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7752 Ignore COMPOUNDRULES. Ignore a comment after most items.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7753 Accept ONLYINCOMPOUND as an alias for NEEDCOMPOUND.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7754 Accept FORBIDDENWORD as an alias for BAD.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7755 Files: runtime/doc/spell.txt, src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7756
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7757 Patch 7.2.061
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7758 Problem: Can't create a funcref for an autoload function without loading
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7759 the script first. (Marc Weber)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7760 Solution: Accept autoload functions that don't exist yet in function().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7761 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7762
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7763 Patch 7.2.062
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7764 Problem: "[Scratch]" is not translated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7765 Solution: Mark the string for translation. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7766 Files: src/buffer.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7767
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7768 Patch 7.2.063
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7769 Problem: Warning for NULL argument of Perl_sys_init3().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7770 Solution: Use Perl_sys_init() instead. (partly by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7771 Files: src/if_perl.xs
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7772
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7773 Patch 7.2.064
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7774 Problem: Screen update bug when repeating "~" on a Visual block and the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7775 last line doesn't change.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7776 Solution: Keep track of changes for all lines. (Moritz Orbach)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7777 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7778
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7779 Patch 7.2.065
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7780 Problem: GTK GUI: the cursor disappears when doing ":vsp" and the Vim
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7781 window is maximized. (Dominique Pelle, Denis Smolyar)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7782 Solution: Don't change "Columns" back to an old value at a wrong moment.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7783 Do change "Rows" when it should not be a problem.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7784 Files: src/gui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7785
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7786 Patch 7.2.066
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7787 Problem: It's not easy to see whether 'encoding' is a multi-byte encoding.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7788 Solution: Add has('multi_byte_encoding').
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7789 Files: runtime/doc/eval.txt, src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7790
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7791 Patch 7.2.067
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7792 Problem: Session file can't load extra file when the path contains special
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7793 characters.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7794 Solution: Escape the file name. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7795 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7796
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7797 Patch 7.2.068
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7798 Problem: Emacs tags file lines can be too long, resulting in an error
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7799 message. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7800 Solution: Ignore lines with errors if they are too long.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7801 Files: src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7802
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7803 Patch 7.2.069 (after 7.2.060)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7804 Problem: Compiler warning for storing size_t in int.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7805 Solution: Add type cast.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7806 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7807
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7808 Patch 7.2.070
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
7809 Problem: Crash when a function returns a:000. (Matt Wozniski)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7810 Solution: Don't put the function struct on the stack, allocate it. Free it
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7811 only when nothing in it is used.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7812 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7813
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7814 Patch 7.2.071 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7815 Problem: Win32: Handling netbeans events while Vim is busy updating the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7816 screen may cause a crash.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7817 Solution: Like with GTK, only handle netbeans messages in the main loop.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7818 (Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7819 Files: src/gui_w48.c, src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7820
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7821 Patch 7.2.072 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7822 Problem: Compiler warning in Sniff code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7823 Solution: Use return value of pipe(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7824 Files: src/if_sniff.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7825
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7826 Patch 7.2.073
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7827 Problem: ":set <xHome>" has the same output as ":set <Home>". (Matt
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7828 Wozniski)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7829 Solution: Don't translate "x" keys to its alternative for ":set".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7830 Files: src/gui_mac.c, src/misc2.c, src/option.c, src/proto/misc2.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7831
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7832 Patch 7.2.074 (extra, after 7.2.073)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7833 Problem: ":set <xHome>" has the same output as ":set <Home>". (Matt
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7834 Wozniski)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7835 Solution: Don't translate "x" keys to its alternative for ":set".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7836 Files: src/gui_mac.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7837
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7838 Patch 7.2.075 (after 7.2.058)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7839 Problem: Explanation about making a diff for extra_patches is unclear.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7840 Solution: Adjust comment.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7841 Files: src/version.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7842
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7843 Patch 7.2.076
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7844 Problem: rename(from, to) deletes the file if "from" and "to" are not equal
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7845 but still refer to the same file. E.g., on a FAT32 filesystem
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7846 under Unix.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7847 Solution: Go through another file name.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7848 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7849
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7850 Patch 7.2.077 (after 7.2.076)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7851 Problem: rename(from, to) doesn't work if "from" and "to" differ only in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7852 case on a system that ignores case in file names.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7853 Solution: Go through another file name.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7854 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7855
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7856 Patch 7.2.078
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7857 Problem: When deleting a fold that is specified with markers the cursor
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7858 position may be wrong. Folds may not be displayed properly after
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7859 a delete. Wrong fold may be deleted.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7860 Solution: Fix the problems. (mostly by Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7861 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7862
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7863 Patch 7.2.079
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7864 Problem: "killed" netbeans events are not handled correctly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7865 Solution: A "killed" netbeans event is sent when the buffer is deleted or
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7866 wiped out (in this case, the netbeans annotations in this buffer
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7867 have been removed). A user can still remove a sign with the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7868 command ":sign unplace" and this does not trigger a "killed"
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7869 event. (Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7870 Files: runtime/doc/netbeans.txt, src/buffer.c, src/globals.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7871 src/netbeans.c, src/proto/netbeans.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7872
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7873 Patch 7.2.080
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7874 Problem: When typing a composing character just after starting completion
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7875 may access memory before its allocation point. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7876 Solution: Don't delete before the completion start column. Add extra checks
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7877 for the offset not being negative.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7878 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7879
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7880 Patch 7.2.081
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7881 Problem: Compiler warning for floating point overflow on VAX.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7882 Solution: For VAX use a smaller number. (Zoltan Arpadffy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7883 Files: src/message.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7884
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7885 Patch 7.2.082
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7886 Problem: When 'ff' is "mac" then "ga" on a ^J shows 0x0d instead of 0x0a.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7887 (Andy Wokula)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7888 Solution: Use NL for this situation. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7889 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7890
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7891 Patch 7.2.083
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7892 Problem: ":tag" does not return to the right tag entry from the tag stack.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7893 Solution: Don't change the current match when there is no argument.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7894 (Erik Falor)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7895 Files: src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7896
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7897 Patch 7.2.084
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7898 Problem: Recursive structures are not handled properly in Python
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7899 vim.eval().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7900 Solution: Keep track of references in a better way. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7901 Files: src/if_python.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7902
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7903 Patch 7.2.085
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7904 Problem: ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7905 Solution: Put the <M-b> character in the input buffer as valid utf-8.
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
7906 (partly by Matt Wozniski)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7907 Files: src/term.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7908
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7909 Patch 7.2.086
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7910 Problem: Using ":diffget 1" in buffer 1 corrupts the text.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7911 Solution: Don't do anything when source and destination of ":diffget" or
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7912 ":diffput" is the same buffer. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7913 Files: src/diff.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7914
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7915 Patch 7.2.087
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7916 Problem: Adding URL to 'path' doesn't work to edit a file.
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
7917 Solution: Skip simplify_filename() for URLs. (Matt Wozniski)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7918 Files: src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7919
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7920 Patch 7.2.088 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7921 Problem: OpenClipboard() may fail when another application is using the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7922 clipboard.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7923 Solution: Retry OpenClipboard() a few times. (Jianrong Yu)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7924 Files: src/os_mswin.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7925
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7926 Patch 7.2.089 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7927 Problem: Win32: crash when using Ultramon buttons.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7928 Solution: Don't use a WM_OLE message of zero size. (Ray Megal)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7929 Files: src/if_ole.cpp, src/gui_w48.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7930
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7931 Patch 7.2.090
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7932 Problem: User command containing 0x80 in multi-byte character does not work
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7933 properly. (Yasuhiro Matsumoto)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7934 Solution: Undo replacement of K_SPECIAL and CSI characters when executing
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7935 the command.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7936 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7937
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7938 Patch 7.2.091
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7939 Problem: ":cs help" output is not aligned for some languages.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7940 Solution: Compute character size instead of byte size. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7941 Files: src/if_cscope.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7942
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7943 Patch 7.2.092
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7944 Problem: Some error messages are not translated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7945 Solution: Add _() around the messages. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7946 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7947
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7948 Patch 7.2.093 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7949 Problem: Win32: inputdialog() and find/replace dialogs can't handle
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7950 multi-byte text.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7951 Solution: Use the wide version of dialog functions when available. (Yanwei
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7952 Jia)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7953 Files: src/gui_w32.c, src/gui_w48.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7954
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7955 Patch 7.2.094
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7956 Problem: Compiler warning for signed/unsigned compare.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7957 Solution: Add type cast. Also fix a few typos.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7958 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7959
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7960 Patch 7.2.095
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7961 Problem: With Visual selection, "r" and then CTRL-C Visual mode is stopped
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7962 but the highlighting is not removed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7963 Solution: Call reset_VIsual().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7964 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7965
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7966 Patch 7.2.096
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7967 Problem: After ":number" the "Press Enter" message may be on the wrong
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7968 screen, if switching screens for shell commands.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7969 Solution: Reset info_message. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7970 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7971
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7972 Patch 7.2.097
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7973 Problem: "!xterm&" doesn't work when 'shell' is "bash".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7974 Solution: Ignore SIGHUP after calling setsid(). (Simon Schubert)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7975 Files: src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7976
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7977 Patch 7.2.098
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7978 Problem: Warning for signed/unsigned pointer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7979 Solution: Add type cast.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7980 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7981
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7982 Patch 7.2.099
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7983 Problem: Changing GUI options causes an unnecessary redraw when the GUI
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7984 isn't active.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7985 Solution: Avoid the redraw. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7986 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7987
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7988 Patch 7.2.100
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7989 Problem: When using ":source" on a FIFO or something else that can't rewind
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7990 the first three bytes are skipped.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7991 Solution: Instead of rewinding read the first line and detect a BOM in that.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7992 (mostly by James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7993 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7994
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7995 Patch 7.2.101 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7996 Problem: MSVC version not recognized.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7997 Solution: Add the version number to the list. (Zhong Zhang)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7998 Files: src/Make_mvc.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
7999
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8000 Patch 7.2.102 (after 7.2.100)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8001 Problem: When 'encoding' is "utf-8" a BOM at the start of a Vim script is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8002 not removed. (Tony Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8003 Solution: When no conversion is taking place make a copy of the line without
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8004 the BOM.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8005 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8006
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8007 Patch 7.2.103
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8008 Problem: When 'bomb' is changed the window title is updated to show/hide a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8009 "+", but the tab page label isn't. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8010 Solution: Set "redraw_tabline" in most places where "need_maketitle" is set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8011 (partly by Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8012 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8013
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8014 Patch 7.2.104
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8015 Problem: When using ":saveas bar.c" the tab label isn't updated right away.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8016 Solution: Set redraw_tabline. (Francois Ingelrest)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8017 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8018
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8019 Patch 7.2.105
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8020 Problem: Modeline setting for 'foldmethod' overrules diff options. (Ingo
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8021 Karkat)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8022 Solution: Don't set 'foldmethod' and 'wrap' from a modeline when 'diff' is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8023 on.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8024 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8025
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8026 Patch 7.2.106
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8027 Problem: Endless loop when using "]s" in HTML when there are no
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8028 misspellings. (Ingo Karkat)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8029 Solution: Break the search loop. Also fix pointer alignment for systems
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8030 with pointers larger than int.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8031 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8032
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8033 Patch 7.2.107
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8034 Problem: When using a GUI dialog and ":echo" commands the messages are
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
8035 deleted after the dialog. (Vincent Birebent)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8036 Solution: Don't call msg_end_prompt() since there was no prompt.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8037 Files: src/message.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8038
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8039 Patch 7.2.108 (after 7.2.105)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8040 Problem: Can't build without the diff feature.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8041 Solution: Add #ifdef.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8042 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8043
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8044 Patch 7.2.109
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8045 Problem: 'langmap' does not work for multi-byte characters.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8046 Solution: Add a list of mapped multi-byte characters. (based on work by
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8047 Konstantin Korikov, Agathoklis Hatzimanikas)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8048 Files: runtime/doc/options.txt, src/edit.c, src/getchar.c, src/macros.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8049 src/normal.c, src/option.c, src/proto/option.pro, src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8050
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8051 Patch 7.2.110
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8052 Problem: Compiler warning for unused variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8053 Solution: Init the variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8054 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8055
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8056 Patch 7.2.111
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8057 Problem: When using Visual block mode with 'cursorcolumn' it's unclear what
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8058 is selected.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8059 Solution: Don't use 'cursorcolumn' highlighting inside the Visual selection.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8060 (idea by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8061 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8062
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8063 Patch 7.2.112
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8064 Problem: Cursor invisible in Visual mode when 'number' is set and cursor in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8065 first column. (Matti Niemenmaa, Renato Alves)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8066 Solution: Check that vcol_prev is smaller than vcol.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8067 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8068
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8069 Patch 7.2.113
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8070 Problem: Crash for substitute() call using submatch(1) while there is no
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8071 such submatch. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8072 Solution: Also check the start of the submatch is set, it can be NULL when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8073 an attempted match didn't work out.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8074 Files: src/regexp.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8075
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8076 Patch 7.2.114
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8077 Problem: Using wrong printf format.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8078 Solution: Use "%ld" instead of "%d". (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8079 Files: src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8080
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8081 Patch 7.2.115
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8082 Problem: Some debugging code is never used.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8083 Solution: Remove nbtrace() and nbprt(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8084 Files: src/nbdebug.c, src/nbdebug.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8085
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8086 Patch 7.2.116
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8087 Problem: Not all memory is freed when EXITFREE is defined.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8088 Solution: Free allocated memory on exit. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8089 Files: src/ex_docmd.c, src/gui_gtk_x11.c, src/misc2.c, src/search.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8090 src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8091
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8092 Patch 7.2.117
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8093 Problem: Location list incorrectly labelled "Quickfix List".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8094 Solution: Break out of both loops for finding window for location list
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8095 buffer. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8096 Files: src/buffer.c, src/quickfix.c, src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8097
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8098 Patch 7.2.118
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8099 Problem: <PageUp> at the more prompt only does half a page.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8100 Solution: Make <PageUp> go up a whole page. Also make 'f' go a page
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8101 forward, but not quit the more prompt. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8102 Files: src/message.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8103
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8104 Patch 7.2.119
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8105 Problem: Status line is redrawn too often.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8106 Solution: Check ScreeenLinesUC[] properly. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8107 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8108
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8109 Patch 7.2.120
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8110 Problem: When opening the quickfix window or splitting the window and
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8111 setting the location list, the location list is copied and then
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8112 deleted, which is inefficient.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8113 Solution: Don't copy the location list when not needed. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8114 Files: src/quickfix.c, src/vim.h, src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8115
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8116 Patch 7.2.121
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8117 Problem: In gvim "!grep a *.c" spews out a lot of text that can't be
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8118 stopped with CTRL-C.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8119 Solution: When looping to read and show text, do check for typed characters
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8120 every two seconds.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8121 Files: src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8122
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8123 Patch 7.2.122
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8124 Problem: Invalid memory access when the VimResized autocommand changes
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8125 'columns' and/or 'lines'.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8126 Solution: After VimResized check for changed values. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8127 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8128
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8129 Patch 7.2.123
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8130 Problem: Typing 'q' at more prompt for ":map" output still displays another
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8131 line, causing another more prompt. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8132 Solution: Quit listing maps when 'q' typed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8133 Files: src/getchar.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8134
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8135 Patch 7.2.124
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8136 Problem: Typing 'q' at more prompt for ":tselect" output still displays
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8137 more lines, causing another more prompt. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8138 Solution: Quit listing tags when 'q' typed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8139 Files: src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8140
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8141 Patch 7.2.125
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8142 Problem: Leaking memory when reading XPM bitmap for a sign.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8143 Solution: Don't allocate the memory twice. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8144 Files: src/gui_x11.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8145
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8146 Patch 7.2.126
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8147 Problem: When EXITFREE is defined signs are not freed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8148 Solution: Free all signs on exit. Also free keymaps. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8149 Files: src/misc2.c, src/ex_cmds.c, src/proto/ex_cmds.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8150
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8151 Patch 7.2.127
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8152 Problem: When listing mappings and a wrapping line causes the more prompt,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8153 after typing 'q' there can be another more prompt. (Markus
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8154 Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8155 Solution: Set "lines_left" to allow more lines to be displayed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8156 Files: src/message.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8157
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8158 Patch 7.2.128 (after 7.2.055)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8159 Problem: Using ":lcd" makes session files not work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8160 Solution: Compare return value of mch_chdir() properly. (Andreas Bernauer)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8161 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8162
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8163 Patch 7.2.129
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8164 Problem: When opening a command window from input() it uses the search
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8165 history.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8166 Solution: Use get_cmdline_type(). (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8167 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8168
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8169 Patch 7.2.130
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8170 Problem: Vim may haing until CTRL-C is typed when using CTRL-Z.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8171 Solution: Avoid using pause(). Also use "volatile" for variables used in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8172 signal functions. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8173 Files: src/auto/configure, src/configure.in, src/config.h.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8174 src/globals.h, src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8175
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8176 Patch 7.2.131
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8177 Problem: When 'keymap' is cleared may still use the cursor highlighting for
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8178 when it's enabled.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8179 Solution: Reset 'iminsert' and 'imsearch'. (partly by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8180 Also avoid ":setlocal" for these options have a global effect.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8181 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8182
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8183 Patch 7.2.132
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8184 Problem: When changing directory during a SwapExists autocmd freed memory
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8185 may be accessed. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8186 Solution: Add the allbuf_lock flag.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8187 Files: src/ex_getln.c, src/globals.h, src/fileio.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8188 src/proto/ex_getln.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8189
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8190 Patch 7.2.133
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8191 Problem: ":diffoff!" changes settings in windows not in diff mode.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8192 Solution: Only change settings in other windows when 'diff' is set, always
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8193 do it for the current window. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8194 Files: src/diff.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8195
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8196 Patch 7.2.134
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8197 Problem: Warning for discarding "const" from pointer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8198 Solution: Don't pass const pointer to mch_memmove().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8199 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8200
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8201 Patch 7.2.135
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8202 Problem: Memory leak when redefining user command with complete argument.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8203 Solution: Free the old complete argument. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8204 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8205
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8206 Patch 7.2.136 (after 7.2.132)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8207 Problem: ":cd" is still possible in a SwapExists autocmd.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8208 Solution: Check the allbuf_lock flag in ex_cd().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8209 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8210
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8211 Patch 7.2.137
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8212 Problem: When 'virtualedit' is set, a left shift of a blockwise selection
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8213 that starts and ends inside a tab shifts too much. (Helmut
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8214 Stiegler)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8215 Solution: Redo the block left shift code. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8216 Files: src/ops.c, src/testdir/Makefile, src/testdir/test66.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8217 src/testdir/test66.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8218
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8219 Patch 7.2.138 (extra part of 7.2.137)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8220 Problem: See 7.2.137.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8221 Solution: See 7.2.137.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8222 Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8223 src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8224 src/testdir/Make_vms.mms
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8225
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8226 Patch 7.2.139
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8227 Problem: Crash when 'virtualedit' is "all". (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8228 Solution: Avoid overflow when column is MAXCOL. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8229 Files: src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8230
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8231 Patch 7.2.140
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8232 Problem: Diff highlighting isn't displayed before the Visual area if it
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8233 starts at the cursor position. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8234 Solution: Also check fromcol_prev.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8235 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8236
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8237 Patch 7.2.141
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8238 Problem: When redrawing a character for bold spill this causes the next
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8239 character to be redrawn as well.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8240 Solution: Only redraw one extra character. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8241 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8242
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8243 Patch 7.2.142
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8244 Problem: Motif and Athena balloons don't use tooltip colors.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8245 Solution: Set the colors. (Matt Wozniski)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8246 Files: src/gui_beval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8247
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8248 Patch 7.2.143
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8249 Problem: No command line completion for ":cscope" command.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8250 Solution: Add the completion for ":cscope". (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8251 Files: src/ex_docmd.c, src/ex_getln.c, src/if_cscope.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8252 src/proto/if_cscope.pro, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8253
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8254 Patch 7.2.144
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8255 Problem: When 't_Co' is set to the value it already had the color scheme is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8256 reloaded anyway.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8257 Solution: Only load the colorscheme when the t_Co value changes. (Dominique
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8258 Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8259 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8260
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8261 Patch 7.2.145
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8262 Problem: White space in ":cscope find" is not ignored.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8263 Solution: Ignore the white space, but not when the leading white space is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8264 useful for the argument.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8265 Files: runtime/doc/if_scop.txt, src/if_cscope.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8266
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8267 Patch 7.2.146
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8268 Problem: v:warningmsg isn't used for all warnings.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8269 Solution: Set v:warningmsg for relevant warnings. (Ingo Karkat)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8270 Files: src/fileio.c, src/misc1.c, src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8271
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8272 Patch 7.2.147
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8273 Problem: When compiled as small version and 'number' is on the cursor is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8274 displayed in the wrong position after a tab. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8275 Solution: Don't increment vcol when still displaying the line number.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8276 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8277
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8278 Patch 7.2.148
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8279 Problem: When searching for "$" while 'hlsearch' is set, highlighting the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8280 character after the line does not work in the cursor column.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8281 Also highlighting for Visual mode after the line end when this
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8282 isn't needed. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8283 Solution: Only compare the cursor column in the cursor line. Only highlight
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8284 for Visual selection after the last character when it's needed to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8285 see where the Visual selection ends.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8286 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8287
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8288 Patch 7.2.149
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8289 Problem: Using return value of function that doesn't return a value results
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8290 in reading uninitialized memory.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8291 Solution: Set the default to return zero. Make cursor() return -1 on
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8292 failure. Let complete() return an empty string in case of an
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8293 error. (partly by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8294 Files: runtime/doc/eval.txt, src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8295
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8296 Patch 7.2.150 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8297 Problem: Can't use tab pages from VisVim.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8298 Solution: Add tab page support to VisVim. (Adam Slater)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8299 Files: src/VisVim/Commands.cpp, src/VisVim/Resource.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8300 src/VisVim/VisVim.rc
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8301
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8302 Patch 7.2.151
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8303 Problem: ":hist a" doesn't work like ":hist all" as the docs suggest.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8304 Solution: Make ":hist a" and ":hist al" work. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8305 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8306
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8307 Patch 7.2.152
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8308 Problem: When using "silent echo x" inside ":redir" a next echo may start
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8309 halfway the line. (Tony Mechelynck, Dennis Benzinger)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8310 Solution: Reset msg_col after redirecting silently.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8311 Files: src/ex_docmd.c, src/message.c, src/proto/message.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8312
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8313 Patch 7.2.153
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8314 Problem: Memory leak for ":recover empty_dir/".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8315 Solution: Free files[] when it becomes empty. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8316 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8317
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8318 Patch 7.2.154 (after 7.2.132)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8319 Problem: ":cd" is still possible in a SwapExists autocmd.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8320 Solution: Set allbuf_lock in do_swapexists().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8321 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8322
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8323 Patch 7.2.155
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8324 Problem: Memory leak in ":function /pat".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8325 Solution: Free the memory. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8326 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8327
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8328 Patch 7.2.156 (after 7.2.143)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8329 Problem: No completion for :scscope and :lcscope commands.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8330 Solution: Implement the completion. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8331 Files: src/if_cscope.c, src/ex_docmd.c, src/proto/if_cscope.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8332
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8333 Patch 7.2.157
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8334 Problem: Illegal memory access when searching in path.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8335 Solution: Avoid looking at a byte after end of a string. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8336 Files: src/search.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8337
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8338 Patch 7.2.158
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8339 Problem: Warnings from VisualC compiler.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8340 Solution: Add type casts. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8341 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8342
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8343 Patch 7.2.159
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8344 Problem: When $x_includes ends up being "NONE" configure fails.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8345 Solution: Check for $x_includes not to be "NONE" (Rainer)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8346 Files: src/auto/configure, src/configure.in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8347
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8348 Patch 7.2.160
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8349 Problem: Search pattern not freed on exit when 'rightleft' set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8350 Solution: Free mr_pattern_alloced.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8351 Files: src/search.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8352
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8353 Patch 7.2.161
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8354 Problem: Folds messed up in other tab page. (Vlad Irnov)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8355 Solution: Instead of going over all windows in current tab page go over all
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8356 windows in all tab pages. Also free memory for location lists in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8357 other tab pages when exiting. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8358 Files: src/fileio.c, src/mark.c, src/misc1.c, src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8359
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8360 Patch 7.2.162
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8361 Problem: The quickfix window may get wrong filetype.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8362 Solution: Do not detect the filetype for the quickfix window. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8363 Files: src/quickfix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8364
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8365 Patch 7.2.163
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8366 Problem: The command line window may get folding.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8367 Solution: Default to no/manual folding. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8368 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8369
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8370 Patch 7.2.164
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8371 Problem: When 'showbreak' is set the size of the Visual block may be
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8372 reported wrong. (Eduardo Daudt Flach)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8373 Solution: Temporarily make 'sbr' empty.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8374 Files: src/normal.c, src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8375
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8376 Patch 7.2.165
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8377 Problem: The argument for the FuncUndefined autocmd event is expanded like
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8378 a file name.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8379 Solution: Don't try expanding it. (Wang Xu)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8380 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8381
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8382 Patch 7.2.166
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8383 Problem: No completion for ":sign" command.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8384 Solution: Add ":sign" completion. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8385 Files: src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/vim.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8386 src/proto/ex_cmds.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8387
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8388 Patch 7.2.167
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8389 Problem: Splint doesn't work well for checking the code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8390 Solution: Add splint arguments in the Makefile. Exclude some code from
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8391 splint that it can't handle. Tune splint arguments to give
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8392 reasonable errors. Add a filter for removing false warnings from
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8393 splint output. Many small changes to avoid warnings. More to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8394 follow...
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8395 Files: Filelist, src/Makefile, src/buffer.c, src/charset.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8396 src/cleanlint.vim, src/digraph.c, src/edit.c, src/ex_cmds.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8397 src/globals.h, src/ops.c, src/os_unix.c, src/os_unix.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8398 src/proto/buffer.pro, src/proto/edit.pro, src/screen.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8399 src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8400
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8401 Patch 7.2.168
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8402 Problem: When no ctags program can be found, "make tags" attempts to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8403 execute the first C file.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8404 Solution: Default to "ctags" when no ctags program can be found.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8405 Files: src/configure.in, src/auto/configure
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8406
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8407 Patch 7.2.169
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8408 Problem: Splint complains about a lot of things.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8409 Solution: Add type casts, #ifdefs and other changes to avoid warnings.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8410 Change colnr_T from unsigned to int. Avoids mistakes with
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8411 subtracting columns.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8412 Files: src/cleanlint.vim, src/diff.c, src/edit.c, src/ex_cmds.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8413 src/ex_cmds2.c, src/ex_docmd.c, src/proto/ex_cmds.pro,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8414 src/proto/spell.pro, src/quickfix.c, src/spell.c, src/structs.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8415 src/term.h, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8416
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8417 Patch 7.2.170
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8418 Problem: Using b_dev while it was not set. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8419 Solution: Add the b_dev_valid flag.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8420 Files: src/buffer.c, src/fileio.c, src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8421
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8422 Patch 7.2.171 (after 7.2.169)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8423 Problem: Compiler warnings. (Tony Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8424 Solution: Add function prototype. (Patrick Texier) Init variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8425 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8426
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8427 Patch 7.2.172 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8428 Problem: Compiler warning.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8429 Solution: Adjust function prototype. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8430 Files: src/os_mswin.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8431
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8432 Patch 7.2.173
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8433 Problem: Without lint there is no check for unused function arguments.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8434 Solution: Use gcc -Wunused-parameter instead of lint. For a few files add
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8435 attributes to arguments that are known not to be used.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8436 Files: src/auto/configure, src/buffer.c, src/charset.c, src/diff.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8437 src/configure.in, src/config.h.in, src/edit.c, src/ex_cmds.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8438 src/ex_cmds2.c, src/version.c, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8439
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8440 Patch 7.2.174
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8441 Problem: Too many warnings from gcc -Wextra.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8442 Solution: Change initializer. Add UNUSED. Add type casts.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8443 Files: src/edit.c, src/eval.c, src/ex_cmds.c, src/ex_docmd.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8444 src/ex_getln.c, src/fileio.c, getchar.c, globals.h, main.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8445 memline.c, message.c, src/misc1.c, src/move.c, src/normal.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8446 src/option.c, src/os_unix.c, src/os_unix.h, src/regexp.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8447 src/search.c, src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8448
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8449 Patch 7.2.175
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8450 Problem: Compiler warning in OpenBSD.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8451 Solution: Add type cast for NULL. (Dasn)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8452 Files: src/if_cscope.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8453
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8454 Patch 7.2.176
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8455 Problem: Exceptions for splint are not useful.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8456 Solution: Remove the S_SPLINT_S ifdefs.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8457 Files: src/edit.c, src/ex_cmds.c, src/ex_docmd.c, src/os_unix.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8458 src/os_unix.h, src/os_unixx.h, src/structs.h, src/term.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8459
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8460 Patch 7.2.177
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8461 Problem: Compiler warnings when using -Wextra
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8462 Solution: Add UNUSED and type casts.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8463 Files: src/eval.c, src/ex_docmd.c, src/ex_eval.c, src/ex_getln.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8464 src/fileio.c, src/hardcopy.c, src/if_cscope.c, src/if_xcmdsrv.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8465 src/farsi.c, src/mark.c, src/menu.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8466
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8467 Patch 7.2.178
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8468 Problem: Using negative value for device number might not work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8469 Solution: Use a separate flag for whether ffv_dev was set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8470 Files: src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8471
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8472 Patch 7.2.179
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8473 Problem: Using negative value for device number might not work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8474 Solution: Use a separate flag for whether sn_dev was set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8475 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8476
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8477 Patch 7.2.180
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8478 Problem: Some more compiler warnings when using gcc -Wextra.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8479 Solution: Add UNUSED and type casts.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8480 Files: src/buffer.c, src/ex_cmds.c, src/macros.h, src/main.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8481 src/menu.c, src/message.c, src/misc1.c, src/mbyte.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8482 src/normal.c, src/option.c, src/os_unix.c, src/quickfix.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8483 src/screen.c, src/search.c, src/spell.c, src/syntax.c, src/tag.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8484 src/term.c, src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8485
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8486 Patch 7.2.181
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8487 Problem: Some more compiler warnings when using gcc -Wextra.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8488 Solution: Add UNUSED and type casts.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8489 Files: src/if_mzsch.c, src/gui.c, src/gui_gtk.c, src/gui_gtk_x11.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8490 src/gui_gtk_f.c, src/gui_beval.c, src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8491
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8492 Patch 7.2.182 (after 7.2.181)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8493 Problem: Compilation problems after previous patch for Motif. Gvim with
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8494 GTK crashes on startup.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8495 Solution: Add comma. Init form structure to zeroes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8496 Files: src/netbeans.c, src/gui_gtk_f.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8497
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8498 Patch 7.2.183
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8499 Problem: Configure problem for sys/sysctl.h on OpenBSD. (Dasn)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8500 Solution: Add separate check for this header file. Also switch to newer
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8501 version of autoconf.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8502 Files: src/auto/configure, src/configure.in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8503
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8504 Patch 7.2.184
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8505 Problem: Some more compiler warnings when using gcc -Wextra.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8506 Solution: Add UNUSED and type casts. Autoconf check for wchar_t.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8507 Files: src/auto/configure, src/config.h.in, src/configure.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8508 src/gui_athena.c, src/gui_x11.c, src/gui.c, src/gui_beval.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8509 src/gui_at_sb.c, src/gui_at_fs.c, src/gui_motif.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8510 src/gui_xmdlg.c, src/gui_xmebw.c, src/if_python.c, src/window.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8511 src/workshop.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8512
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8513 Patch 7.2.185
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8514 Problem: Some more compiler warnings when using gcc -Wextra.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8515 Solution: Add UNUSED and type casts.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8516 Files: src/Makefile, src/if_tlc.c, src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8517
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8518 Patch 7.2.186
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8519 Problem: Some more compiler warnings when using gcc -Wextra.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8520 Solution: Now with the intended if_tcl.c changes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8521 Files: src/if_tcl.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8522
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8523 Patch 7.2.187 (after 7.2.186)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8524 Problem: Doesn't build with older versions of TCL. (Yongwei Wu)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8525 Solution: Add #ifdefs. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8526 Files: src/if_tcl.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8527
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8528 Patch 7.2.188
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8529 Problem: Crash with specific use of function calls. (Meikel Brandmeyer)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8530 Solution: Make sure the items referenced by a function call are not freed
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8531 twice. (based on patch from Nico Weber)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8532 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8533
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8534 Patch 7.2.189
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8535 Problem: Possible hang for deleting auto-indent. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8536 Solution: Make sure the position is not beyond the end of the line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8537 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8538
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8539 Patch 7.2.190
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8540 Problem: The register executed by @@ isn't restored.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8541 Solution: Mark the executable register in the viminfo file.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8542 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8543
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8544 Patch 7.2.191
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8545 Problem: Mzscheme interface doesn't work on Ubuntu.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8546 Solution: Change autoconf rules. Define missing macro. Some changes to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8547 avoid gcc warnings. Remove per-buffer namespace. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8548 Files: runtime/doc/if_mzsch.txt, src/Makefile, src/Make_ming.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8549 src/Make_mvc.mak, src/auto/configure, src/configure.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8550 src/config.mk.in, src/eval.c, src/if_mzsch.c, src/if_mzsch.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8551 src/main.c, src/proto/if_mzsch.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8552
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8553 Patch 7.2.192 (after 7.2.188)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8554 Problem: Still a crash in the garbage collector for a very rare situation.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8555 Solution: Make sure current_copyID is always incremented correctly. (Kent
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8556 Sibilev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8557 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8558
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8559 Patch 7.2.193
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8560 Problem: Warning for uninitialized values.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8561 Solution: Initialize all the struct items.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8562 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8563
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8564 Patch 7.2.194 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8565 Problem: MSVC: rem commands are echoed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8566 Solution: Add commands to switch off echo. (Wang Xu)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8567 Files: src/msvc2008.bat
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8568
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8569 Patch 7.2.195
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8570 Problem: Leaking memory for the command Vim was started with.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8571 Solution: Remember the pointer and free it.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8572 Files: src/gui_gtk_x11.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8573
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8574 Patch 7.2.196 (after 7.2.167)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8575 Problem: Turns out splint doesn't work well enough to be usable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8576 Solution: Remove splint support.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8577 Files: Filelist, src/cleanlint.vim
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8578
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8579 Patch 7.2.197
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8580 Problem: Warning for uninitialized values.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8581 Solution: Initialize all the struct items of typebuf.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8582 Files: src/globals.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8583
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8584 Patch 7.2.198
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8585 Problem: Size of buffer used for tgetent() may be too small.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8586 Solution: Use the largest known size everywhere.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8587 Files: src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8588
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8589 Patch 7.2.199
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8590 Problem: Strange character in comment.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8591 Solution: Change to "message". (Yongwei Wu)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8592 Files: src/term.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8593
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8594 Patch 7.2.200
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8595 Problem: Reading past end of string when navigating the menu bar or
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8596 resizing the window.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8597 Solution: Add and use mb_ptr2len_len(). (partly by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8598 Also add mb_ptr2cells_len() to prevent more trouble.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8599 Files: src/gui_gtk_x11.c, src/os_unix.c, src/globals.h, src/mbyte.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8600 src/proto/mbyte.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8601
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8602 Patch 7.2.201
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8603 Problem: Cannot copy/paste HTML to/from Firefox via the clipboard.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8604 Solution: Implement this for GTK. Add the "html" value to 'clipboard'.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8605 Files: runtime/doc/options.txt, src/globals.h, src/gui_gtk_x11.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8606 src/mbyte.c, src/proto/mbyte.pro, src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8607
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8608 Patch 7.2.202
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8609 Problem: BufWipeout autocommand that edits another buffer causes problems.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8610 Solution: Check for the situation, give an error and quit the operation.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8611 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8612
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8613 Patch 7.2.203
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8614 Problem: When reloading a buffer or doing anything else with a buffer that
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8615 is not displayed in a visible window, autocommands may be applied
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8616 to the current window, folds messed up, etc.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8617 Solution: Instead of using the current window for the hidden buffer use a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8618 special window, splitting the current one temporarily.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8619 Files: src/fileio.c, src/globals.h, src/gui.c, src/if_perl.xs,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8620 src/progo/gui.pro, src/proto/window.pro, src/screen.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8621 src/structs.h, src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8622
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8623 Patch 7.2.204 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8624 Problem: Win32: Can't build with Visual Studio 2010 beta 1.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8625 Solution: Fix the makefile. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8626 Files: src/Make_mvc.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8627
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8628 Patch 7.2.205 (extra)
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
8629 Problem: Win32: No support for High DPI awareness.
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8630 Solution: Fix the manifest file. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8631 Files: src/Make_mvc.mak, src/gvim.exe.mnf
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8632
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8633 Patch 7.2.206
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8634 Problem: Win32: Can't build netbeans interface with Visual Studio 2010.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8635 Solution: Undefine ECONNREFUSED. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8636 Files: src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8637
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8638 Patch 7.2.207
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8639 Problem: Using freed memory with ":redrawstatus" when it works recursively.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8640 Solution: Prevent recursively updating the status line. (partly by Dominique
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8641 Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8642 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8643
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8644 Patch 7.2.208
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8645 Problem: "set novice" gives an error message, it should be ignored.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8646 Solution: Don't see "no" in "novice" as unsetting an option. (Patrick
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8647 Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8648 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8649
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8650 Patch 7.2.209
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8651 Problem: For xxd setmode() is undefined on Cygwin.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8652 Solution: Include io.h. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8653 Files: src/xxd/xxd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8654
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8655 Patch 7.2.210
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8656 Problem: When a file that is being edited has its timestamp updated outside
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8657 of Vim and ":checktime" is used still get a warning when writing
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8658 the file. (Matt Mueller)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8659 Solution: Store the timestamp in b_mtime_read when the timestamp is the only
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8660 thing that changed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8661 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8662
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8663 Patch 7.2.211
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8664 Problem: Memory leak when expanding a series of file names.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8665 Solution: Use ga_clear_strings() instead of ga_clear().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8666 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8667
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8668 Patch 7.2.212 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8669 Problem: Warnings for redefining SIG macros.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8670 Solution: Don't define them if already defined. (Bjorn Winckler)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8671 Files: src/os_mac.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8672
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8673 Patch 7.2.213
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8674 Problem: Warning for using vsprintf().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8675 Solution: Use vim_vsnprintf().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8676 Files: src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8677
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8678 Patch 7.2.214
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8679 Problem: Crash with complete function for user command. (Andy Wokula)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8680 Solution: Avoid using a NULL pointer (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8681 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8682
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8683 Patch 7.2.215
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8684 Problem: ml_get error when using ":vimgrep".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8685 Solution: Load the memfile for the hidden buffer before putting it in a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8686 window. Correct the order of splitting the window and filling
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8687 the window and buffer with data.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8688 Files: src/fileio.c, src/proto/window.pro, src/quickfix.c, src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8689
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8690 Patch 7.2.216
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8691 Problem: Two error messages have the same number E812.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8692 Solution: Give one message a different number.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8693 Files: runtime/doc/autocmd.txt, runtime/doc/if_mzsch.txt, src/if_mzsch.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8694
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8695 Patch 7.2.217
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8696 Problem: Running tests with valgrind doesn't work as advertised.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8697 Solution: Fix the line in the Makefile.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8698 Files: src/testdir/Makefile
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8699
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8700 Patch 7.2.218
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8701 Problem: Cannot build GTK with hangul_input feature. (Dominique Pelle)
2409
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2394
diff changeset
8702 Solution: Adjust #ifdef. (SungHyun Nam)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8703 Files: src/gui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8704
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8705 Patch 7.2.219 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8706 Problem: Photon GUI is outdated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8707 Solution: Updates for QNX 6.4.0. (Sean Boudreau)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8708 Files: src/gui_photon.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8709
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8710 Patch 7.2.220 (after 7.2.215)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8711 Problem: a BufEnter autocommand that changes directory causes problems.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8712 (Ajit Thakkar)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8713 Solution: Disable autocommands when opening a hidden buffer in a window.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8714 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8715
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8716 Patch 7.2.221
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8717 Problem: X cut_buffer0 text is used as-is, it may be in the wrong encoding.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8718 Solution: Convert between 'enc' and latin1. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8719 Files: src/gui_gtk_x11.c, src/message.c, src/ops.c, src/proto/ui.pro,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8720 src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8721
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8722 Patch 7.2.222
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8723 Problem: ":mksession" doesn't work properly with 'acd' set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8724 Solution: Make it work. (Yakov Lerner)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8725 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8726
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8727 Patch 7.2.223
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8728 Problem: When a script is run with ":silent" it is not able to give warning
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8729 messages.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8730 Solution: Add the ":unsilent" command.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8731 Files: runtime/doc/various.txt, src/ex_cmds.h, src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8732
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8733 Patch 7.2.224
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8734 Problem: Crash when using 'completefunc'. (Ingo Karkat)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8735 Solution: Disallow entering edit() recursively when doing completion.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8736 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8737
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8738 Patch 7.2.225
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8739 Problem: When using ":normal" a saved character may be executed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8740 Solution: Also store old_char when saving typeahead.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8741 Files: src/getchar.c, src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8742
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8743 Patch 7.2.226
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8744 Problem: ml_get error after deleting the last line. (Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8745 Solution: When adjusting marks a callback may be invoked. Adjust the cursor
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8746 position before invoking deleted_lines_mark().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8747 Files: src/ex_cmds.c, src/ex_docmd.c, src/if_mzsch.c, src/if_python.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8748 src/if_perl.xs, src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8749
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8750 Patch 7.2.227
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8751 Problem: When using ":cd" in a script there is no way to track this.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8752 Solution: Display the directory when 'verbose' is 5 or higher.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8753 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8754
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8755 Patch 7.2.228
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8756 Problem: Cscope is limited to 8 connections.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8757 Solution: Allocated the connection array to handle any number of
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8758 connections. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8759 Files: runtime/doc/if_cscop.txt, src/if_cscope.h, src/if_cscope.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8760
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8761 Patch 7.2.229
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8762 Problem: Warning for shadowed variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8763 Solution: Rename "wait" to "wait_time".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8764 Files: src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8765
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8766 Patch 7.2.230
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8767 Problem: A few old lint-style ARGUSED comments.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8768 Solution: Change to the new UNUSED style.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8769 Files: src/getchar.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8770
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8771 Patch 7.2.231
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8772 Problem: Warning for unreacheable code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8773 Solution: Add #ifdef.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8774 Files: src/if_perl.xs
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8775
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8776 Patch 7.2.232
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8777 Problem: Cannot debug problems with being in a wrong directory.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8778 Solution: When 'verbose' is 5 or higher report directory changes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8779 Files: src/os_unix.c, src/os_unix.h, src/proto/os_unix.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8780
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8781 Patch 7.2.233 (extra part of 7.2.232)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8782 Problem: Cannot debug problems with being in a wrong directory.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8783 Solution: When 'verbose' is 5 or higher report directory changes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8784 Files: src/os_msdos.c, src/os_mswin.c, src/os_riscos.c, src/os_mac.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8785
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8786 Patch 7.2.234
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8787 Problem: It is not possible to ignore file names without a suffix.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8788 Solution: Use an empty entry in 'suffixes' for file names without a dot.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8789 Files: runtime/doc/cmdline.txt, src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8790
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8791 Patch 7.2.235
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8792 Problem: Using CTRL-O z= in Insert mode has a delay before redrawing.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8793 Solution: Reset msg_didout and msg_scroll.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8794 Files: src/misc1.c, src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8795
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8796 Patch 7.2.236
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8797 Problem: Mac: Compiling with Ruby doesn't always work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8798 Solution: In configure filter out the --arch argument (Bjorn Winckler)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8799 Files: src/configure.in, src/auto/configure
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8800
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8801 Patch 7.2.237
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8802 Problem: Crash on exit when window icon not set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8803 Solution: Copy terminal name when using it for the icon name.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8804 Files: src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8805
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8806 Patch 7.2.238
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8807 Problem: Leaking memory when setting term to "builtin_dumb".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8808 Solution: Free memory when resetting term option t_Co.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8809 Files: src/option.c, src/proto/option.pro, src/term.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8810
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8811 Patch 7.2.239
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8812 Problem: Using :diffpatch twice or when patching fails causes memory
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8813 corruption and/or a crash. (Bryan Venteicher)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8814 Solution: Detect missing output file. Avoid using non-existing buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8815 Files: src/diff.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8816
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8817 Patch 7.2.240
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8818 Problem: Crash when using find/replace dialog repeatedly. (Michiel
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8819 Hartsuiker)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8820 Solution: Avoid doing the operation while busy or recursively. Also refuse
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8821 replace when text is locked.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8822 Files: src/gui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8823
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8824 Patch 7.2.241
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8825 Problem: When using a combination of ":bufdo" and "doautoall" we may end up
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8826 in the wrong directory. (Ajit Thakkar)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8827 Crash when triggering an autocommand in ":vimgrep". (Yukihiro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8828 Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8829 Solution: Clear w_localdir and globaldir when using the aucmd_win.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8830 Use a separate flag to decide aucmd_win needs to be restored.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8831 Files: src/fileio.c, src/globals.h, src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8832
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8833 Patch 7.2.242
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8834 Problem: Setting 'lazyredraw' causes the cursor column to be recomputed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8835 (Tom Link)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8836 Solution: Only recompute the cursor column for a boolean option if changes
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8837 the cursor position.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8838 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8839
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8840 Patch 7.2.243
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8841 Problem: Memory leak when using :vimgrep and resizing. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8842 Solution: Free memory for aucmd_win when resizing and don't allocate it
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8843 twice.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8844 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8845
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8846 Patch 7.2.244
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8847 Problem: When 'enc' is utf-8 and 'fenc' is latin1, writing a non-latin1
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8848 character gives a conversion error without any hint what is wrong.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8849 Solution: When known add the line number to the error message.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8850 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8851
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8852 Patch 7.2.245
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8853 Problem: When 'enc' is "utf-16" and 'fenc' is "utf-8" writing a file does
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8854 conversion while none should be done. (Yukihiro Nakadaira) When
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8855 'fenc' is empty the file is written as utf-8 instead of utf-16.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8856 Solution: Do proper comparison of encodings, taking into account that all
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8857 Unicode values for 'enc' use utf-8 internally.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8858 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8859
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8860 Patch 7.2.246
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8861 Problem: Cscope home page link is wrong.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8862 Solution: Update the URL. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8863 Files: runtime/doc/if_cscop.txt
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8864
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8865 Patch 7.2.247
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8866 Problem: Mzscheme interface minor problem.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8867 Solution: Better error message when build fails. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8868 Files: src/if_mzsch.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8869
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8870 Patch 7.2.248 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8871 Problem: Mzscheme interface building minor problems.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8872 Solution: Update Win32 makefiles. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8873 Files: src/Make_cyg.mak, src/Make_ming.mak, src/Make_mvc.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8874
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8875 Patch 7.2.249
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8876 Problem: The script to check .po files can't handle '%' in plural forms.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8877 Solution: Remove "Plural-Forms:" from the checked string.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8878 Files: src/po/check.vim
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8879
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8880 Patch 7.2.250 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8881 Problem: Possible buffer overflow.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8882 Solution: Compute the remaining space. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8883 Files: src/GvimExt/gvimext.cpp
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8884
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8885 Patch 7.2.251 (after 7.2.044)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8886 Problem: Compiler adds invalid memory bounds check.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8887 Solution: Remove _FORTIFY_SOURCE=2 from CFLAGS. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8888 Files: src/auto/configure, src/configure.in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8889
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8890 Patch 7.2.252
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8891 Problem: When using a multi-byte 'enc' the 'iskeyword' option cannot
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8892 contain characters above 128.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8893 Solution: Use mb_ptr2char_adv().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8894 Files: src/charset.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8895
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8896 Patch 7.2.253
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8897 Problem: Netbeans interface: getLength always uses current buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8898 Solution: Use ml_get_buf() instead of ml_get(). (Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8899 Files: src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8900
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8901 Patch 7.2.254
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8902 Problem: Compiler warning for assigning size_t to int.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8903 Solution: Use size_t for the variable. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8904 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8905
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8906 Patch 7.2.255 (after 7.2.242)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8907 Problem: Setting 'rightleft', 'linebreak' and 'wrap' may cause cursor to be
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8908 in wrong place.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8909 Solution: Recompute the cursor column for these options.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8910 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8911
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8912 Patch 7.2.256
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8913 Problem: When 'guifont' was not set GTK font dialog doesn't have a default.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8914 (Andreas Metzler)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8915 Solution: Set default to DEFAULT_FONT. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8916 Files: src/gui_gtk_x11.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8917
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8918 Patch 7.2.257
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8919 Problem: With GTK 2.17 lots of assertion error messages.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8920 Solution: Remove check for static gravity. (Sebastian Droege)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8921 Files: src/gui_gtk_f.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8922
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8923 Patch 7.2.258
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8924 Problem: v:beval_col and b:beval_text are wrong in UTF-8 text. (Tony
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8925 Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8926 Solution: Use byte number instead of character number for the column.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8927 Files: src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8928
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8929 Patch 7.2.259
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8930 Problem: exists() doesn't work properly for an empty aucmd group.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8931 Solution: Change how au_exists() handles a missing pattern. Also add a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8932 test for this. (Bob Hiestand)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8933 Files: src/fileio.c, src/testdir/Makefile, src/testdir/test67.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8934 src/testdir/test67.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8935
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8936 Patch 7.2.260 (extra part of 7.2.259)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8937 Problem: exists() doesn't work properly for empty aucmd group.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8938 Solution: Change how au_exists() handles a missing pattern. Also add a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8939 test for this. (Bob Hiestand)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8940 Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8941 src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8942 src/testdir/Make_vms.mms
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8943
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8944 Patch 7.2.261
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8945 Problem: When deleting lines with a specific folding configuration E38 may
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8946 appear. (Shahaf)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8947 Solution: When adjusting nested folds for deleted lines take into account
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8948 that they don't start at the top of the enclosing fold.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8949 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8950
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8951 Patch 7.2.262
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8952 Problem: When using custom completion for a user command the pattern string
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8953 goes beyond the cursor position. (Hari Krishna Dara)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8954 Solution: Truncate the string at the cursor position.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8955 Files: src/ex_getln.c, src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8956
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8957 Patch 7.2.263
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8958 Problem: GTK2: when using the -geom argument with an offset from the right
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8959 edge and the size is smaller than the default, the Vim window is
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8960 not positioned properly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8961 Solution: Use another function to set the size. (Vitaly Minko)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8962 Files: src/gui_gtk_x11.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8963
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8964 Patch 7.2.264
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8965 Problem: GTK2: When the Vim window is maximized setting 'columns' or
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8966 'lines' doesn't work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8967 Solution: Unmaximize the window before setting the size. (Vitaly Minko)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8968 Files: src/gui.c, src/gui_gtk_x11.c, src/proto/gui_gtk_x11.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8969
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8970 Patch 7.2.265
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8971 Problem: When using ":silent broken" inside try/catch silency may persist.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8972 (dr-dr xp)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8973 Solution: Set msg_silent when there is an error and it's bigger than the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8974 saved value.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8975 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8976
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8977 Patch 7.2.266
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8978 Problem: When an expression abbreviation is triggered, the typed character
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8979 is unknown.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8980 Solution: Make the typed character available in v:char.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8981 Files: runtime/doc/map.txt, src/eval.c, src/getchar.c, src/ops.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8982 src/proto/eval.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8983
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8984 Patch 7.2.267
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8985 Problem: Crash for narrow window and double-width character.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8986 Solution: Check for zero width. (Taro Muraoka)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8987 Files: src/charset.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8988
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8989 Patch 7.2.268
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8990 Problem: Crash when using Python to set cursor beyond end of line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8991 (winterTTr)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8992 Solution: Check the column to be valid.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8993 Files: src/if_python.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8994
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8995 Patch 7.2.269
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8996 Problem: Many people struggle to find out why Vim startup is slow.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8997 Solution: Add the --startuptime command line flag.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8998 Files: runtime/doc/starting.txt, src/globals.h, src/feature.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
8999 src/main.c, src/macros.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9000
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9001 Patch 7.2.270
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9002 Problem: Using ":@c" when the c register contains a CR causes the rest to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9003 be executed later. (Dexter Douglas)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9004 Solution: Don't check for typeahead to start with ':', keep executing
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9005 commands until all added typeahead has been used.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9006 Files: src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9007
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9008 Patch 7.2.271
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9009 Problem: Using freed memory in Motif GUI version when making a choice.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9010 Solution: Free memory only after using it. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9011 Files: src/gui_xmdlg.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9012
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9013 Patch 7.2.272
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9014 Problem: "_.svz" is not recognized as a swap file. (David M. Besonen)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9015 Solution: Accept .s[uvw][a-z] as a swap file name extension.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9016 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9017
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9018 Patch 7.2.273
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9019 Problem: Crash with redir to unknown array. (Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9020 Solution: Don't assign the redir result when there was an error.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9021 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9022
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9023 Patch 7.2.274
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9024 Problem: Syntax folding doesn't work properly when adding a comment.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9025 Solution: Fix it and add a test. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9026 Files: src/fold.c, src/testdir/test45.in, src/testdir/test45.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9027
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9028 Patch 7.2.275
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9029 Problem: Warning for unused argument and comparing signed and unsigned.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9030 Solution: Add type cast.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9031 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9032
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9033 Patch 7.2.276
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9034 Problem: Crash when setting 'isprint' to a small bullet. (Raul Coronado)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9035 Solution: Check for the character to be < 256. Also make it possible to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9036 specify a range of multi-byte characters. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9037 Files: src/charset.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9038
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9039 Patch 7.2.277
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9040 Problem: CTRL-Y in a diff'ed window may move the cursor outside of the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9041 window. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9042 Solution: Limit the number of filler lines to the height of the window.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9043 Don't reset filler lines to zero for an empty buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9044 Files: src/move.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9045
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9046 Patch 7.2.278
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9047 Problem: Using magic number in the folding code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9048 Solution: Use the defined MAX_LEVEL.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9049 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9050
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9051 Patch 7.2.279
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9052 Problem: Invalid memory read with visual mode "r". (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9053 Solution: Make sure the cursor position is valid. Don't check the cursor
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9054 position but the position being used. And make sure we get the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9055 right line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9056 Files: src/misc2.c, src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9057
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9058 Patch 7.2.280
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9059 Problem: A redraw in a custom statusline with %! may cause a crash.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9060 (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9061 Solution: Make a copy of 'statusline'. Also fix typo in function name
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9062 redraw_custum_statusline. (partly by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9063 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9064
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9065 Patch 7.2.281
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9066 Problem: 'cursorcolumn' highlighting is wrong in diff mode.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9067 Solution: Adjust the column computation. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9068 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9069
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9070 Patch 7.2.282
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9071 Problem: A fold can't be closed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9072 Solution: Initialize fd_small to MAYBE. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9073 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9074
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9075 Patch 7.2.283
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9076 Problem: Changing font while the window is maximized doesn't keep the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9077 window maximized.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9078 Solution: Recompute number of lines and columns after changing font. (James
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9079 Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9080 Files: src/gui_gtk_x11.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9081
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9082 Patch 7.2.284
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9083 Problem: When editing the same buffer in two windows, one with folding,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9084 display may be wrong after changes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9085 Solution: Call set_topline() to take care of side effects. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9086 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9087
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9088 Patch 7.2.285 (after 7.2.169)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9089 Problem: CTRL-U in Insert mode also deletes indent. (Andrey Voropaev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9090 Solution: Fix mistake made in patch 7.2.169.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9091 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9092
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9093 Patch 7.2.286 (after 7.2.269)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9094 Problem: The "--startuptime=<file>" argument is not consistent with other
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9095 arguments.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9096 Solution: Use "--startuptime <file>". Added the +startuptime feature.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9097 Files: runtime/doc/eval.txt, runtime/doc/starting.txt,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9098 runtime/doc/various.txt, src/eval.c, src/main.c, src/version.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9099
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9100 Patch 7.2.287
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9101 Problem: Warning from gcc 3.4 about uninitialized variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9102 Solution: Move assignment outside of #ifdef.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9103 Files: src/if_perl.xs
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9104
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9105 Patch 7.2.288
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9106 Problem: Python 2.6 pyconfig.h redefines macros.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9107 Solution: Undefine the macros before including pyconfig.h.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9108 Files: src/if_python.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9109
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9110 Patch 7.2.289
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9111 Problem: Checking wrong struct member.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9112 Solution: Change tb_buf to tb_noremap. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9113 Files: src/getchar.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9114
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9115 Patch 7.2.290
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9116 Problem: Not freeing memory from ":lmap", ":xmap" and ":menutranslate".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9117 Solution: Free the memory when exiting. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9118 Files: src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9119
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9120 Patch 7.2.291
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9121 Problem: Reading uninitialised memory in arabic mode.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9122 Solution: Use utfc_ptr2char_len() rather than utfc_ptr2char(). (Dominique
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9123 Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9124 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9125
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9126 Patch 7.2.292
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9127 Problem: Block right-shift doesn't work properly with multi-byte encoding
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9128 and 'list' set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9129 Solution: Add the missing "else". (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9130 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9131
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9132 Patch 7.2.293
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9133 Problem: When setting 'comments' option it may be used in a wrong way.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9134 Solution: Don't increment after skipping over digets. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9135 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9136
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9137 Patch 7.2.294
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9138 Problem: When using TEMPDIRS dir name could get too long.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9139 Solution: Overwrite tail instead of appending each time. Use mkdtemp() when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9140 available. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9141 Files: src/auto/configure, src/config.h.in, src/configure.in, src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9142
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9143 Patch 7.2.295
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9144 Problem: When using map() on a List the index is not known.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9145 Solution: Set v:key to the index. (Hari Krishna Dara)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9146 Files: runtime/doc/eval.txt, src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9147
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9148 Patch 7.2.296
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9149 Problem: Help message about startuptime is wrong. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9150 Solution: Remove the equal sign.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9151 Files: src/main.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9152
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9153 Patch 7.2.297
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9154 Problem: Reading freed memory when writing ":reg" output to a register.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9155 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9156 Solution: Skip the register being written to.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9157 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9158
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9159 Patch 7.2.298
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9160 Problem: ":vimgrep" crashes when there is an autocommand that sets a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9161 window-local variable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9162 Solution: Initialize the w: hashtab for re-use. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9163 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9164
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9165 Patch 7.2.299
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9166 Problem: Crash when comment middle is longer than start.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9167 Solution: Fix size computation. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9168 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9169
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9170 Patch 7.2.300
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9171 Problem: Vim doesn't close file descriptors when forking and executing
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9172 another command, e.g., ":shell".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9173 Solution: Use FD_CLOEXEC when available. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9174 Files: auto/configure, src/config.h.in, src/configure.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9175 src/ex_cmdds2.c, src/fileio.c, src/memfile.c, src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9176
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9177 Patch 7.2.301
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9178 Problem: Formatting is wrong when 'tw' is set to a small value.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9179 Solution: Fix it and add tests. Also fix behavior of "1" in 'fo'. (Yukihiro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9180 Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9181 Files: src/edit.c, src/testdir/Makefile, src/testdir/test68.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9182 src/testdir/test68.ok, src/testdir/test69.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9183 src/testdir/test69,ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9184
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9185 Patch 7.2.302 (extra part of 7.2.301)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9186 Problem: Formatting wrong with small 'tw' value.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9187 Solution: Add build rules for tests.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9188 Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9189 src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9190 src/testdir/Make_vms.mms
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9191
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9192 Patch 7.2.303 (after 7.2.294)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9193 Problem: Can't build on MS-Windows.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9194 Solution: Add #ifdef around vim_settempdir(). (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9195 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9196
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9197 Patch 7.2.304
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9198 Problem: Compiler warning for bad pointer cast.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9199 Solution: Use another variable for int pointer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9200 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9201
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9202 Patch 7.2.305
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9203 Problem: Recursively redrawing causes a memory leak. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9204 Solution: Disallow recursive screen updating.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9205 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9206
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9207 Patch 7.2.306
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9208 Problem: shellescape("10%%", 1) only escapes first %. (Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9209 Solution: Don't copy the character after the escaped one.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9210 Files: src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9211
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9212 Patch 7.2.307
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9213 Problem: Crash with a very long syntax match statement. (Guy Gur Ari)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9214 Solution: When the offset does not fit in the two bytes available give an
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9215 error instead of continuing with invalid pointers.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9216 Files: src/regexp.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9217
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9218 Patch 7.2.308
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9219 Problem: When using a regexp in the "\=" expression of a substitute
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9220 command, submatch() returns empty strings for further lines.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9221 (Clockwork Jam)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9222 Solution: Save and restore the line number and line count when calling
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9223 reg_getline().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9224 Files: src/regexp.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9225
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9226 Patch 7.2.309 (after 7.2.308)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9227 Problem: Warning for missing function prototype. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9228 Solution: Add the prototype.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9229 Files: src/regexp.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9230
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9231 Patch 7.2.310
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9232 Problem: When a filetype plugin in ~/.vim/ftdetect uses ":setfiletype" and
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9233 the file starts with a "# comment" it gets "conf" filetype.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9234 Solution: Check for "conf" filetype after using ftdetect plugins.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9235 Files: runtime/filetype.vim
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9236
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9237 Patch 7.2.311
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9238 Problem: Can't compile with FreeMiNT.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9239 Solution: Change #ifdef for limits.h. (Alan Hourihane)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9240 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9241
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9242 Patch 7.2.312
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9243 Problem: iconv() returns an invalid character sequence when conversion
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9244 fails. It should return an empty string. (Yongwei Wu)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9245 Solution: Be more strict about invalid characters in the input.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9246 Files: src/mbyte.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9247
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9248 Patch 7.2.313
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9249 Problem: Command line completion doesn't work after "%:h" and similar.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9250 Solution: Expand these items before doing the completion.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9251 Files: src/ex_getln.c, src/misc1.c, src/proto/misc1.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9252
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9253 Patch 7.2.314
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9254 Problem: Missing function in small build.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9255 Solution: Always include concat_str.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9256 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9257
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9258 Patch 7.2.315
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9259 Problem: Python libs can't be found on 64 bit system.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9260 Solution: Add lib64 to the list of directories. (Michael Henry)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9261 Files: src/auto/configure, src/configure.in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9262
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9263 Patch 7.2.316
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9264 Problem: May get multiple _FORTIFY_SOURCE arguments. (Tony Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9265 Solution: First remove all these arguments and then add the one we want.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9266 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9267 Files: src/auto/configure, src/configure.in
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9268
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9269 Patch 7.2.317
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9270 Problem: Memory leak when adding a highlight group with unprintable
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9271 characters, resulting in E669.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9272 Solution: Free the memory. And fix a few typos. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9273 Files: src/syntax.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9274
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9275 Patch 7.2.318
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9276 Problem: Wrong locale value breaks floating point numbers for gvim.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9277 Solution: Set the locale again after doing GUI inits. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9278 Files: src/main.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9279
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9280 Patch 7.2.319
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9281 Problem: Motif: accessing freed memory when cancelling font dialog.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9282 Solution: Destroy the widget only after accessing it. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9283 Files: src/gui_xmdlg.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9284
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9285 Patch 7.2.320
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9286 Problem: Unused function in Mzscheme interface.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9287 Solution: Remove the function and what depends on it. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9288 Files: src/if_mzsch.c, src/proto/if_mzsch.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9289
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9290 Patch 7.2.321
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9291 Problem: histadd() and searching with "*" fails to add entry to history
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9292 when it is empty.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9293 Solution: Initialize the history. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9294 Files: src/eval.c, src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9295
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9296 Patch 7.2.322
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9297 Problem: Wrong indenting in virtual replace mode with CTRL-Y below a short
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9298 line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9299 Solution: Check for character to be NUL. (suggested by Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9300 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9301
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9302 Patch 7.2.323 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9303 Problem: Balloon evaluation crashes on Win64.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9304 Solution: Change pointer types. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9305 Files: src/gui_w32.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9306
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9307 Patch 7.2.324
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9308 Problem: A negative column argument in setpos() may cause a crash.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9309 Solution: Check for invalid column number. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9310 Files: src/eval.c, src/misc2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9311
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9312 Patch 7.2.325
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9313 Problem: A stray "w" in the startup vimrc file causes the edited file to be
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9314 replaced with an empty file. (Stone Kang).
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9315 Solution: Do not write a buffer when it has never been loaded.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9316 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9317
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9318 Patch 7.2.326
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9319 Problem: Win32: $HOME doesn't work when %HOMEPATH% is not defined.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9320 Solution: Use "\" for %HOMEPATH% when it is not defined.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9321 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9322
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9323 Patch 7.2.327
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9324 Problem: Unused functions in Workshop.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9325 Solution: Add "#if 0" and minor cleanup. (Dominique Pelle)
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
9326 Files: src/workshop.c, src/integration.c, src/integration.h
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9327
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9328 Patch 7.2.328
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9329 Problem: has("win64") does not return 1 on 64 bit MS-Windows version.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9330 Solution: Also check for _WIN64 besides WIN64.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9331 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9332
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9333 Patch 7.2.329
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9334 Problem: "g_" doesn't position cursor correctly when in Visual mode and
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9335 'selection' is "exclusive". (Ben Fritz)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9336 Solution: Call adjust_for_sel().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9337 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9338
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9339 Patch 7.2.330
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9340 Problem: Tables for Unicode case operators are outdated.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9341 Solution: Add a Vim script for generating the tables. Include tables for
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9342 Unicode 5.2.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9343 Files: runtime/tools/README.txt, runtime/tools/unicode.vim, src/mbyte.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9344
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9345 Patch 7.2.331
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9346 Problem: Can't interrupt "echo list" for a very long list.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9347 Solution: Call line_breakcheck() in list_join().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9348 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9349
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9350 Patch 7.2.332
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9351 Problem: Crash when spell correcting triggers an autocommand that reloads
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9352 the buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9353 Solution: Make a copy of the line to be modified. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9354 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9355
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9356 Patch 7.2.333
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9357 Problem: Warnings from static code analysis.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9358 Solution: Small changes to various lines. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9359 Files: src/buffer.c, src/edit.c, src/ex_getln.c, src/fileio.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9360 src/if_cscope.c, src/netbeans.c, src/ops.c, src/quickfix.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9361 src/syntax.c, src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9362
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9363 Patch 7.2.334
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9364 Problem: Postponing keys in Netbeans interface does not work properly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9365 Solution: Store the key string instead of the number. Avoid an infinite
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9366 loop. (Mostly by Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9367 Files: src/netbeans.c, src/proto/netbeans.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9368
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9369 Patch 7.2.335
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9370 Problem: The CTRL-] command escapes too many characters.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9371 Solution: Use a different list of characters to be escaped. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9372 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9373
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9374 Patch 7.2.336
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9375 Problem: MzScheme interface can't evaluate an expression.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9376 Solution: Add mzeval(). (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9377 Files: runtime/doc/eval.txt, runtime/doc/if_mzsch.txt,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9378 runtime/doc/usr_41.txt, src/eval.c, src/if_mzsch.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9379 src/proto/eval.pro, src/proto/if_mzsch.pro,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9380 src/testdir/Make_dos.mak, src/testdir/Make_ming.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9381 src/testdir/Makefile, src/testdir/main.aap, src/testdir/test1.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9382 src/testdir/test70.in, src/testdir/test70.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9383
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9384 Patch 7.2.337
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9385 Problem: The :compiler command doesn't function properly when invoked in a
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9386 function.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9387 Solution: Add "g:" before "current_compiler". (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9388 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9389
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9390 Patch 7.2.338 (after 7.2.300)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9391 Problem: Part of FD_CLOEXEC change is missing.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9392 Solution: Include source file skipped because of typo.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9393 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9394
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9395 Patch 7.2.339 (after 7.2.269)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9396 Problem: Part of --startuptime patch is missing.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9397 Solution: Add check for time_fd.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9398 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9399
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9400 Patch 7.2.340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9401 Problem: Gcc warning for condition that can never be true. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9402 Solution: Use start_lvl instead flp->lvl.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9403 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9404
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9405 Patch 7.2.341
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9406 Problem: Popup menu wraps to next line when double-wide character doesn't
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9407 fit. (Jiang Ma)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9408 Solution: Display a ">" instead. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9409 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9410
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9411 Patch 7.2.342
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9412 Problem: Popup menu displayed wrong in 'rightleft' mode when there are
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9413 multi-byte characters.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9414 Solution: Adjust the column computations. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9415 Files: src/popupmnu.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9416
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9417 Patch 7.2.343 (after 7.2.338)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9418 Problem: Can't compile on Win32.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9419 Solution: Insert the missing '|'.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9420 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9421
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9422 Patch 7.2.344 (after 7.2.343)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9423 Problem: Can't compile on some systems
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9424 Solution: Move the #ifdef outside of the mch_open macro. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9425 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9426
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9427 Patch 7.2.345
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9428 Problem: Tab line is not updated when the value of 'bt' is changed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9429 Solution: Call redraw_titles(). (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9430 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9431
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9432 Patch 7.2.346
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9433 Problem: Repeating a command with @: causes a mapping to be applied twice.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9434 Solution: Do not remap characters inserted in the typeahead buffer. (Kana
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9435 Natsuno)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9436 Files: src/ops.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9437
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9438 Patch 7.2.347
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9439 Problem: Crash when executing <expr> mapping redefines that same mapping.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9440 Solution: Save the values used before evaluating the expression.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9441 Files: src/getchar.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9442
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9443 Patch 7.2.348 (after 7.2.330)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9444 Problem: Unicode double-width characters are not up-to date.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9445 Solution: Produce the double-width table like the others.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9446 Files: runtime/tools/unicode.vim, src/mbyte.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9447
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9448 Patch 7.2.349
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9449 Problem: CTRL-W gf doesn't put the new tab in the same place as "tab split"
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9450 and "gf". (Tony Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9451 Solution: Store the tab number in cmdmod.tab.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9452 Files: src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9453
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9454 Patch 7.2.350
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9455 Problem: Win32: When changing font the window may jump from the secondary
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9456 to the primary screen. (Michael Wookey)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9457 Solution: When the screen position was negative don't correct it to zero.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9458 Files: src/gui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9459
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9460 Patch 7.2.351 (after 7.2.347)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9461 Problem: Can't build with some compilers.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9462 Solution: Move the #ifdef outside of a macro. Cleanup the code.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9463 Files: src/getchar.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9464
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9465 Patch 7.2.352 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9466 Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9467 Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9468 Files: src/gui_w48.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9469
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9470 Patch 7.2.353
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9471 Problem: No command line completion for ":profile".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9472 Solution: Complete the subcommand and file name.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9473 Files: src/ex_docmd.c, src/ex_cmds2.c, src/ex_getln.c,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9474 src/proto/ex_cmds2.pro, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9475
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9476 Patch 7.2.354
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9477 Problem: Japanese single-width double-byte characters not handled correctly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9478 Solution: Put 0x8e in ScreenLines[] and the second byte in ScreenLines2[].
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9479 (partly by Kikuchan)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9480 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9481
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9482 Patch 7.2.355
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9483 Problem: Computing the cursor column in validate_cursor_col() is wrong when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9484 line numbers are used and 'n' is not in 'cpoptions', causing the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9485 popup menu to be positioned wrong.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9486 Solution: Correctly use the offset. (partly by Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9487 Files: src/move.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9488
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9489 Patch 7.2.356
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9490 Problem: When 'foldmethod' is changed not all folds are closed as expected.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9491 Solution: In foldUpdate() correct the start position and reset fd_flags when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9492 w_foldinvalid is set. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9493 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9494
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9495 Patch 7.2.357
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9496 Problem: When changing 'fileformat' from/to "mac" and there is a CR in the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9497 text the display is wrong.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9498 Solution: Redraw the text when 'fileformat' is changed. (Ben Schmidt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9499 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9500
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9501 Patch 7.2.358
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9502 Problem: Compiler warnings on VMS. (Zoltan Arpadffy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9503 Solution: Pass array itself instead its address. Return a value.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9504 Files: src/gui_gtk_x11.c, src/os_unix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9505
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9506 Patch 7.2.359
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9507 Problem: Crash when using the Netbeans join command.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9508 Solution: Make sure the ml_flush_line() function is not used recursively.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9509 (Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9510 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9511
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9512 Patch 7.2.360
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9513 Problem: Ruby on MS-Windows: can't use sockets.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9514 Solution: Call NtInitialize() during initialization. (Ariya Mizutani)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9515 Files: src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9516
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9517 Patch 7.2.361
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9518 Problem: Ruby 1.9 is not supported.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9519 Solution: Add Ruby 1.9 support. (Masaki Suketa)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9520 Files: src/Makefile, src/auto/configure, src/configure.in, src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9521
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9522 Patch 7.2.362 (extra, after 7.2.352)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9523 Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9524 Solution: Instead of handling WM_NCCREATE, create wide text area window
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9525 class if the parent window iw side. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9526 Files: src/gui_w32.c, src/gui_w48.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9527
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9528 Patch 7.2.363
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9529 Problem: Can't dynamically load Perl 5.10.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9530 Solution: Add the function Perl_croak_xs_usage. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9531 Files: src/if_perl.xs
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9532
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9533 Patch 7.2.364 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9534 Problem: Can't build gvimext.dll on Win 7 x64 using MinGW (John Marriott)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9535 Solution: Check if _MSC_VER is defined. (Andy Kittner)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9536 Files: src/GvimExt/gvimext.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9537
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9538 Patch 7.2.365 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9539 Problem: MS-Windows with MingW: "File->Save As" does not work. (John
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9540 Marriott)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9541 Solution: Correctly fill in structure size. (Andy Kittner)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9542 Files: src/gui_w48.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9543
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9544 Patch 7.2.366
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9545 Problem: CTRL-B doesn't go back to the first line of the buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9546 Solution: Avoid an overflow when adding MAXCOL.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9547 Files: src/move.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9548
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9549 Patch 7.2.367
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9550 Problem: "xxd -r -p" doesn't work as documented.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9551 Solution: Skip white space. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9552 Files: src/xxd/xxd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9553
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9554 Patch 7.2.368 (after 7.2.361)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9555 Problem: Ruby interface: Appending line doesn't work. (Michael Henry)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9556 Solution: Reverse check for NULL line. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9557 Files: src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9558
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9559 Patch 7.2.369
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9560 Problem: Error message is not easy to understand.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9561 Solution: Add quotes. (SungHyun Nam)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9562 Files: src/ex_cmds2.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9563
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9564 Patch 7.2.370 (after 7.2.356)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9565 Problem: A redraw may cause folds to be closed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9566 Solution: Revert part of the previous patch. Add a test. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9567 Files: src/diff.c, src/fold.c, src/option.c, src/testdir/test45.in,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9568 src/testdir/test45.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9569
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9570 Patch 7.2.371
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9571 Problem: Build problems on Tandem NonStop.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9572 Solution: A few changes to #ifdefs (Joachim Schmitz)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9573 Files: src/auto/configure, src/configure.in, src/config.h.in, src/vim.h,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9574 src/if_cscope.c, src/osdef1.h.in, src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9575
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9576 Patch 7.2.372 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9577 Problem: Cross-compiling GvimExt and xxd doesn't work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9578 Solution: Change the build files. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9579 Files: src/INSTALLpc.txt, src/GvimExt/Make_ming.mak, src/Make_cyg.mak,
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9580 src/Make_ming.mak, src/xxd/Make_cyg.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9581
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9582 Patch 7.2.373
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9583 Problem: Gcc 4.5 adds more error messages. (Chris Indy)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9584 Solution: Update default 'errorformat'.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9585 Files: src/option.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9586
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9587 Patch 7.2.374
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9588 Problem: Ruby eval() doesn't understand Vim types.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9589 Solution: Add the vim_to_ruby() function. (George Gensure)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9590 Files: src/eval.c, src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9591
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9592 Patch 7.2.375
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9593 Problem: ml_get errors when using ":bprevious" in a BufEnter autocmd.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9594 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9595 Solution: Clear w_valid when entering another buffer.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9596 Files: src/buffer.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9597
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9598 Patch 7.2.376
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9599 Problem: ml_get error when using SiSU syntax. (Nathan Thomas)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9600 Solution: If the match ends below the last line move it to the end of the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9601 last line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9602 Files: src/syntax.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9603
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9604 Patch 7.2.377 (extra, after 7.2.372)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9605 Problem: Misplaced assignment. Duplicate build line for gvimext.dll.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9606 Solution: Move setting CROSS_COMPILE to before ifneq. Remove the wrong
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9607 build line. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9608 Files: src/Make_ming.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9609
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9610 Patch 7.2.378
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9611 Problem: C function declaration indented too much. (Rui)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9612 Solution: Don't see a line containing { or } as a type. (Matt Wozniski)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9613 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9614
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9615 Patch 7.2.379
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9616 Problem: 'eventignore' is set to an invalid value inside ":doau". (Antony
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9617 Scriven)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9618 Solution: Don't include the leading comma when the option was empty.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9619 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9620
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9621 Patch 7.2.380 (after 7.2.363)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9622 Problem: Perl interface builds with 5.10.1 but not with 5.10.0.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9623 Solution: Change the #ifdefs. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9624 Files: src/if_perl.xs
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9625
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9626 Patch 7.2.381
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9627 Problem: No completion for :behave.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9628 Solution: Add :behave completion. Minor related fixes. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9629 Files: src/ex_docmd.c, src/ex_getln.c, src/proto/ex_docmd.pro, src/vim.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9630
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9631 Patch 7.2.382
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9632 Problem: Accessing freed memory when closing the cmdline window when
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9633 'bufhide' is set to "wipe".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9634 Solution: Check if the buffer still exists before invoking close_buffer()
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9635 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9636 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9637
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9638 Patch 7.2.383
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9639 Problem: Vim doesn't build cleanly with MSVC 2010.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9640 Solution: Change a few types. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9641 Files: src/ex_cmds2.c, src/if_python.c, src/syntax.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9642
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9643 Patch 7.2.384 (extra)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9644 Problem: Vim doesn't build properly with MSVC 2010.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9645 Solution: Add the nmake version to the build file. (George Reilly)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9646 Files: src/Make_mvc.mak, src/testdir/Make_dos.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9647
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9648 Patch 7.2.385
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9649 Problem: When in the command line window dragging status line only works
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9650 for last-but-one window. (Jean Johner)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9651 Solution: Remove the code that disallows this.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9652 Files: src/ui.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9653
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9654 Patch 7.2.386
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9655 Problem: Focus hack for KDE 3.1 causes problems for other window managers.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9656 Solution: Remove the hack. (forwarded by Joel Bradshaw)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9657 Files: src/gui_gtk.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9658
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9659 Patch 7.2.387
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9660 Problem: Ruby with MingW still doesn't build all versions.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9661 Solution: More #ifdefs for the Ruby code. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9662 Files: src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9663
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9664 Patch 7.2.388 (extra part of 7.2.387)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9665 Problem: Ruby with MingW still doesn't build all versions.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9666 Solution: Different approach to build file. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9667 Files: src/Make_ming.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9668
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9669 Patch 7.2.389
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9670 Problem: synIDattr() cannot return the font.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9671 Solution: Support the "font" argument. (Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9672 Files: runtime/doc/eval.txt, src/eval.c, src/syntax.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9673
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9674 Patch 7.2.390
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9675 Problem: In some situations the popup menu can be displayed wrong.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9676 Solution: Remove the popup menu if the cursor moved. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9677 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9678
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9679 Patch 7.2.391
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9680 Problem: Internal alloc(0) error when doing "CTRL-V $ c". (Martti Kuparinen)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9681 Solution: Fix computations in getvcol(). (partly by Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9682 Files: src/charset.c, src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9683
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9684 Patch 7.2.392
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9685 Problem: Netbeans hangs reading from a socket at the maximum block size.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9686 Solution: Use select() or poll(). (Xavier de Gaye)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9687 Files: src/vim.h, src/os_unixx.h, src/if_xcmdsrv.c, src/netbeans.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9688
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9689 Patch 7.2.393
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9690 Problem: Mac: Can't build with different Xcode developer tools directory.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9691 Solution: make "Developer" directory name configurable. (Rainer Muller)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9692 Files: src/configure.in, src/auto/configure
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9693
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9694 Patch 7.2.394
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9695 Problem: .lzma and .xz files are not supported.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9696 Solution: Recognize .lzma and .xz files so that they can be edited.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9697 Files: runtime/plugin/gzip.vim
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9698
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9699 Patch 7.2.395
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9700 Problem: In help CTRL=] on g?g? escapes the ?, causing it to fail. (Tony
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9701 Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9702 Solution: Don't escape ? for a help command. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9703 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9704
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9705 Patch 7.2.396
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9706 Problem: Get E38 errors. (Dasn)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9707 Solution: Set cursor to line 1 instead of 0. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9708 Files: src/popupmnu.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9709
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9710 Patch 7.2.397
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9711 Problem: Redundant check for w_lines_valid.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9712 Solution: Remove the if. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9713 Files: src/fold.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9714
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9715 Patch 7.2.398
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9716 Problem: When moving windows the cursor ends up in the wrong line.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9717 Solution: Set the window width and height properly. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9718 Files: src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9719
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9720 Patch 7.2.399 (extra, after 7.2.388)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9721 Problem: Cannot compile on MingW.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9722 Solution: Move ifneq to separate line. (Vlad Sandrini, Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9723 Files: src/Make_ming.mak
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9724
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9725 Patch 7.2.400 (after 7.2.387)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9726 Problem: Dynamic Ruby is not initialised properly for version 1.9.1.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9727 Ruby cannot create strings from NULL.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9728 Solution: Cleanup #ifdefs. Handle NULL like an empty string. Add
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9729 ruby_init_stack. (Sergey Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9730 Files: src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9731
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9732 Patch 7.2.401
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9733 Problem: ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9734 directory names with a space. (Alexandre Provencio)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9735 Solution: Remove the backslash before checking if the name is a directory.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9736 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9737 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9738
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9739 Patch 7.2.402
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9740 Problem: This gives a #705 error: let X = function('haslocaldir')
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9741 let X = function('getcwd')
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9742 Solution: Don't give E705 when the name is found in the hashtab. (Sergey
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9743 Khorev)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9744 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9745
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9746 Patch 7.2.403 (after 7.2.400)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9747 Problem: Compiler warning for pointer type. (Tony Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9748 Solution: Move type cast to the right place.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9749 Files: src/if_ruby.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9750
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9751 Patch 7.2.404
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9752 Problem: Pointers for composing characters are not properly initialized.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9753 Solution: Compute the size of the pointer, not what it points to. (Yukihiro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9754 Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9755 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9756
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9757 Patch 7.2.405
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9758 Problem: When built with small features the matching text is not
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9759 highlighted for ":s/pat/repl/c".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9760 Solution: Remove the #ifdef for IncSearch. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9761 Files: src/syntax.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9762
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9763 Patch 7.2.406
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9764 Problem: Patch 7.2.119 introduces uninit mem read. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9765 Solution: Only used ScreeenLinesC when ScreeenLinesUC is not zero. (Yukihiro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9766 Nakadaira) Also clear ScreeenLinesC when allocating.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9767 Files: src/screen.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9768
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9769 Patch 7.2.407
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9770 Problem: When using an expression in ":s" backslashes in the result are
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9771 dropped. (Sergey Goldgaber, Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9772 Solution: Double backslashes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9773 Files: src/regexp.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9774
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9775 Patch 7.2.408
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9776 Problem: With ":g/the/s/foo/bar/" the '[ and '] marks can be set to a line
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9777 that was not changed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9778 Solution: Only set '[ and '] marks when a substitution was done.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9779 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9780
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9781 Patch 7.2.409
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9782 Problem: Summary of number of substitutes is incorrect for ":folddo". (Jean
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9783 Johner)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9784 Solution: Reset sub_nsubs and sub_nlines in global_exe().
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9785 Files: src/ex_cmds.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9786
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9787 Patch 7.2.410
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9788 Problem: Highlighting directories for completion doesn't work properly.
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
9789 Solution: Don't halve backslashes when not needed, expanded "~/".
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9790 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9791 Files: src/ex_getln.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9792
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9793 Patch 7.2.411
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9794 Problem: When parsing 'cino' a comma isn't skipped properly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9795 Solution: Skip the comma. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9796 Files: src/misc1.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9797
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9798 Patch 7.2.412
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9799 Problem: [ or ] followed by mouse click doesn't work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9800 Solution: Reverse check for key being a mouse event. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9801 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9802
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9803 Patch 7.2.413
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9804 Problem: Large file support is incorrect.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9805 Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9806 Files: src/configure.in, src/config.h.in, src/auto/configure
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9807
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9808 Patch 7.2.414
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9809 Problem: CTRK-K <space> <space> does not produce 0xa0 as expected. (Tony
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9810 Mechelynck)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9811 Solution: Remove the Unicode range 0xe000 - 0xefff from digraphs, these are
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9812 not valid characters.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9813 Files: src/digraph.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9814
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9815 Patch 7.2.415
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9816 Problem: Win32: Can't open a remote file when starting Vim.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9817 Solution: Don't invoke cygwin_conv_path() for URLs. (Tomoya Adachi)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9818 Files: src/main.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9819
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9820 Patch 7.2.416
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9821 Problem: Logtalk.dict is not installed.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9822 Solution: Add it to the install target. (Markus Heidelberg)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9823 Files: src/Makefile
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9824
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9825 Patch 7.2.417
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9826 Problem: When 'shell' has an argument with a slash then 'shellpipe' is not
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9827 set properly. (Britton Kerin)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9828 Solution: Assume there are no spaces in the path, arguments follow.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9829 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9830
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9831 Patch 7.2.418
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9832 Problem: Vim tries to set the background or foreground color in a terminal
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9833 to -1. (Graywh) Happens with ":hi Normal ctermbg=NONE".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9834 Solution: When resetting the foreground or background color don't set the
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9835 color, let the clear screen code do that.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9836 Files: src/syntax.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9837
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9838 Patch 7.2.419
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9839 Problem: Memory leak in Motif when clicking on "Search Vim Help".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9840 Solution: Free string returned by XmTextGetString(). (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9841 Files: src/gui_motif.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9842
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9843 Patch 7.2.420
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9844 Problem: ":argedit" does not accept "++enc=utf8" as documented. (Dominique
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9845 Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9846 Solution: Add the ARGOPT flag to ":argedit".
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9847 Files: src/ex_cmds.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9848
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9849 Patch 7.2.421
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9850 Problem: Folds are sometimes not updated properly and there is no way to
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9851 force an update.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9852 Solution: Make "zx" and "zX" recompute folds (suggested by Christian
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9853 Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9854 Files: src/normal.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9855
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9856 Patch 7.2.422
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9857 Problem: May get E763 when using spell dictionaries.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9858 Solution: Avoid utf-8 case folded character to be truncated to 8 bits and
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9859 differ from latin1. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9860 Files: src/spell.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9861
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9862 Patch 7.2.423
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9863 Problem: Crash when assigning s: to variable. (Yukihiro Nakadaira)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9864 Solution: Make ga_scripts contain pointer to scriptvar_T instead of
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9865 scriptvar_T itself. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9866 Files: src/eval.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9867
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9868 Patch 7.2.424
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9869 Problem: ":colorscheme" without an argument doesn't do anything.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9870 Solution: Make it echo the current color scheme name. (partly by Christian
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9871 Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9872 Files: runtime/doc/syntax.txt, src/ex_cmds.h, src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9873
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9874 Patch 7.2.425
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9875 Problem: Some compilers complain about fourth EX() argument.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9876 Solution: Add cast to long_u.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9877 Files: src/ex_cmds.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9878
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9879 Patch 7.2.426
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9880 Problem: Commas in 'langmap' are not always handled correctly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9881 Solution: Require commas to be backslash escaped. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9882 Files: src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9883
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9884 Patch 7.2.427
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9885 Problem: The swapfile is created using the destination of a symlink, but
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9886 recovery doesn't follow symlinks.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9887 Solution: When recovering, resolve symlinks. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9888 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9889
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9890 Patch 7.2.428
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9891 Problem: Using setqflist([]) to clear the error list doesn't work properly.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9892 Solution: Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9893 Files: src/quickfix.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9894
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9895 Patch 7.2.429
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9896 Problem: A file that exists but access is denied may result in a "new file"
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9897 message. E.g. when its directory is unreadable.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9898 Solution: Specifically check for ENOENT to decide a file doesn't exist.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9899 (partly by James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9900 Files: src/fileio.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9901
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9902 Patch 7.2.430
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9903 Problem: The ++bad argument is handled wrong, resulting in an invalid
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9904 memory access.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9905 Solution: Use the bad_char field only for the replacement character, add
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9906 bad_char_idx to store the position. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9907 Files: src/eval.c, src/ex_cmds.h, src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9908
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9909 Patch 7.2.431
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9910 Problem: ":amenu" moves the cursor when in Insert mode.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9911 Solution: Use CTRL-\ CTRL-O instead of CTRL-O. (Christian Brabandt)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9912 Files: src/menu.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9913
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9914 Patch 7.2.432
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9915 Problem: When menus are translated they can only be found by the translated
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9916 name. That makes ":emenu" difficult to use.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9917 Solution: Store the untranslated name and use it for completion and :emenu.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9918 (Liang Peng (Bezetek James), Edward L. Fox)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9919 Files: src/menu.c, src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9920
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9921 Patch 7.2.433
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9922 Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9923 Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9924 Files: runtime/doc/autocmd.txt, src/if_cscope.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9925
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9926 Patch 7.2.434 (after 7.2.432)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9927 Problem: Compilation fails without the multi-lang feature.
2409
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2394
diff changeset
9928 Solution: Add #ifdefs. (John Marriott)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9929 Files: src/menu.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9930
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9931 Patch 7.2.435 (after 7.2.430)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9932 Problem: Crash when using bad_char_idx uninitialized. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9933 Solution: Don't use bad_char_idx, reproduce the ++bad argument from bad_char.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9934 Files: src/eval.c, src/ex_cmds.h, src/ex_docmd.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9935
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9936 Patch 7.2.436
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9937 Problem: Reproducible crash in syntax HL. (George Reilly, Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9938 Solution: Make sst_stacksize an int instead of short. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9939 Files: src/structs.h
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9940
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9941 Patch 7.2.437 (after 7.2.407)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9942 Problem: When "\\\n" appears in the expression result the \n doesn't result
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9943 in a line break. (Andy Wokula)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9944 Solution: Also replace a \n after a backslash into \r.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9945 Files: src/regexp.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9946
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9947 Patch 7.2.438 (after 7.2.427)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9948 Problem: "vim -r" crashes.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9949 Solution: Don't use NULL pointer argument.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9950 Files: src/memline.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9951
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9952 Patch 7.2.439
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9953 Problem: Invalid memory access when doing thesaurus completion and
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9954 'infercase' is set.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9955 Solution: Use the minimal length of completed word and replacement.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9956 (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9957 Files: src/edit.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9958
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9959 Patch 7.2.440
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9960 Problem: Calling a function through a funcref, where the function deletes
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9961 the funcref, leads to an invalid memory access.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9962 Solution: Make a copy of the function name. (Lech Lorens)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9963 Files: src/eval.c, src/testdir/test34.in, src/testdir/test34.ok
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9964
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9965 Patch 7.2.441
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9966 Problem: When using ":earlier" undo information may be wrong.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9967 Solution: When changing alternate branches also adjust b_u_oldhead.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9968 Files: src/undo.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9969
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9970 Patch 7.2.442 (after 7.2.201)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9971 Problem: Copy/paste with OpenOffice doesn't work.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9972 Solution: Do not offer the HTML target when it is not supported. (James
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9973 Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9974 Files: src/gui_gtk_x11.c, src/option.c, src/proto/gui_gtk_x11.pro
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9975
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9976 Patch 7.2.443
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9977 Problem: Using taglist() on a tag file with duplicate fields generates an
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9978 internal error. (Peter Odding)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9979 Solution: Check for duplicate field names.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9980 Files: src/eval.c, src/proto/eval.pro, src/tag.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9981
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9982 Patch 7.2.444 (after 7.2.442)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9983 Problem: Can't build with GTK 1, gtk_selection_clear_targets() is not
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9984 available. (Patrick Texier)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9985 Solution: Don't change the targets for GTK 1, set them once.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9986 Files: src/gui_gtk_x11.c, src/option.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9987
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9988 Patch 7.2.445
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9989 Problem: Crash when using undo/redo and a FileChangedRO autocmd event that
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9990 reloads the buffer. (Dominique Pelle)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9991 Solution: Do not allow autocommands while performing and undo or redo.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9992 Files: src/misc1.c, src/undo.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9993
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9994 Patch 7.2.446
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9995 Problem: Crash in GUI when closing the last window in a tabpage. (ryo7000)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9996 Solution: Remove the tabpage from the list before freeing the window.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9997 Files: src/window.c
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
9998
2202
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
9999 When writing a file, switching tab pages and selecting a word the file write
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10000 message would be displayed again. This happened in Insert mode and with
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10001 'cmdheight' set to 2.
2202
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
10002
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
10003 When using ":lang" to set a locale that uses a comma for decimal separator and
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
10004 using GTK floating point numbers stop working. Use gtk_disable_setlocale().
f7579a31705c Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents: 2200
diff changeset
10005 (James Vega)
2152
b9e314fe473f Updated runtime files.
Bram Moolenaar <bram@zimbu.org>
parents: 2072
diff changeset
10006
2205
54605ada811b "g8" doesn't work properly on a NUL.
Bram Moolenaar <bram@vim.org>
parents: 2202
diff changeset
10007 "g8" didn't produce the right value on a NUL. (Dominique Pelle)
54605ada811b "g8" doesn't work properly on a NUL.
Bram Moolenaar <bram@vim.org>
parents: 2202
diff changeset
10008
2207
b17bbfa96fa0 Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents: 2206
diff changeset
10009 Use BASEMODLIBS instead of MODLIBS for Python configuration to pick up the
b17bbfa96fa0 Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents: 2206
diff changeset
10010 right compiler flags. (Michael Bienia)
b17bbfa96fa0 Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents: 2206
diff changeset
10011
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10012 Window title was not updated after dropping a file on Vim. (Hari G)
2287
573da4dac306 Make the dos installer work with more compilers.
Bram Moolenaar <bram@vim.org>
parents: 2286
diff changeset
10013
2290
22529abcd646 Fixed ":s" message. Docs updates.
Bram Moolenaar <bram@vim.org>
parents: 2287
diff changeset
10014 synstack() did not return anything when just past the end of the line. Useful
22529abcd646 Fixed ":s" message. Docs updates.
Bram Moolenaar <bram@vim.org>
parents: 2287
diff changeset
10015 when using the cursor position in Insert mode.
22529abcd646 Fixed ":s" message. Docs updates.
Bram Moolenaar <bram@vim.org>
parents: 2287
diff changeset
10016
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10017 When entering a digraph or special character after a line that fits the window
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10018 the '?' or '^' on the next line is not redrawn. (Ian Kelling)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10019
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10020 Composing characters in |:s| substitute text were dropped.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10021
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10022 |exists()| was causing an autoload script to be loaded.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10023
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10024 Filter out -pthread for cproto.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10025
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10026 Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10027 Toft)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10028
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10029 Spell menu moved the cursor, causing Copy not to work. Spell replacement
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10030 didn't work in 'compatible' mode.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10031
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10032 Various small fixes from Dominique Pelle.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10033
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10034 Fix that :mksession may generate "2argu" even though there is no such
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10035 argument. (Peter Odding)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10036
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10037 Fixes for time in clipboard request. Also fix ownership. (David Fries)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10038
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10039 Fixed completion of file names with '%' and '*'.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10040
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10041 Fixed MSVC makefile use of /Wp64 flag.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10042
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10043 Correct use of long instead of off_t for file size. (James Vega)
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10044
2355
84c7eeeb09e2 Fix typos in documentation. (Dominique Pelle)
Bram Moolenaar <bram@vim.org>
parents: 2345
diff changeset
10045 Add a few #ifdefs to exclude functions that are not used. (Dominique Pelle)
2340
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10046
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10047 Remove old and unused method to allocate memory for undo.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10048
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10049 Fix definition of UINT_PTR for 64 bit systems.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10050
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10051 Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10052
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10053 Window title not updated after file dropped.
99c1eba60b2d Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents: 2320
diff changeset
10054
2360
d8e4b27cef80 Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar <bram@vim.org>
parents: 2355
diff changeset
10055 Fixed crash for ":find" completion, might also happen in other path expansion
d8e4b27cef80 Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar <bram@vim.org>
parents: 2355
diff changeset
10056 usage.
d8e4b27cef80 Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar <bram@vim.org>
parents: 2355
diff changeset
10057
2409
0ca06a92adfb Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents: 2394
diff changeset
10058 When 'searchhl' causes a hang make CTRL-C disable 'searchhl'.
2360
d8e4b27cef80 Change 'cryptmethod' from a number to a string option. Make it global-local.
Bram Moolenaar <bram@vim.org>
parents: 2355
diff changeset
10059
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10060 When resetting both 'title' and 'icon' the title would be set after a shell
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10061 command.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10062
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10063 Reset 'title' and 'icon' in test47 to avoid the xterm title getting messed up.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10064
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10065 Fix for compiler warning about function prototype in pty.c.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10066
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10067 Added 'window' to the options window.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10068
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10069 Fixed: errors for allocating zero bytes when profiling an empty function.
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10070
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10071 Remove -arch flag from build flags for Perl. (Bjorn Wickler)
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10072
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10073 Fix 'autochdir' not showing up in :options window. (Dominique Pelle)
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10074
2461
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10075 Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10076
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10077 Avoid illegal memory access in spell suggestion. (Dominique Pelle)
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10078 Fix: crash in spell checking with a 0x300 character.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10079
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10080 Avoid that running tests changes viminfo.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10081
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10082 Fix: changing case of a character removed combining characters.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10083 Fixed: CTRL-R in Insert mode doesn't insert composing characters.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10084
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10085 Added the WOW64 flag to OLE registration, for 64 bit Windows systems.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10086
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10087 Various fixes for coverity warnings.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10088
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10089 Fix compile warnings, esp. for 64-bit systems. (Mike Williams)
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10090
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10091 Fix: :redir to a dictionary that is changed before ":redir END" causes a
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10092 memory access error.
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10093
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10094 Fix: terminal title not properly restored when there are multi-byte
b363a14f87d9 Minor updates for the 7.3c release.
Bram Moolenaar <bram@vim.org>
parents: 2413
diff changeset
10095 characters. (partly by James Vega)
2412
ca3f40b0d95e Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents: 2409
diff changeset
10096
2488
def0e3934129 Preparations for 7.3d release.
Bram Moolenaar <bram@vim.org>
parents: 2467
diff changeset
10097 Set 'wrapscan' when checking the .po files. (Mike Williams)
def0e3934129 Preparations for 7.3d release.
Bram Moolenaar <bram@vim.org>
parents: 2467
diff changeset
10098
def0e3934129 Preparations for 7.3d release.
Bram Moolenaar <bram@vim.org>
parents: 2467
diff changeset
10099 Win32: Put quotes around the gvim.exe path for the "Open with" menu entry.
def0e3934129 Preparations for 7.3d release.
Bram Moolenaar <bram@vim.org>
parents: 2467
diff changeset
10100
2524
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10101 On MS-Windows sometimes files with number 4913 or higher are left behind.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10102
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10103 'suffixesadd' was used for finding tags file.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10104
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10105 Removed unused code.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10106
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10107 Improved positioning of combining characters in GTK.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10108
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10109 Made test 11 pass when there is no gzip program. (John Beckett)
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10110
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10111 Changed readfile() to ignore byte order marks, unless in binary mode.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10112
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10113 On MS-Windows completion of shell commands didn't work.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10114
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10115 An unprintable multi-byte character at the start of the screen line caused the
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10116 following text to be drawn at the wrong position.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10117
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10118 Got ml_get errors when using undo with 'virtualedit'.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10119
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10120 Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10121
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10122 Unix "make install" installed a few Amiga .info files.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10123
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10124 Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10125 contains a character that would become double width.
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10126
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10127 Set 'wrapscan' when checking the .po files. (Mike Williams)
aa7ac7a26620 Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents: 2490
diff changeset
10128
1226
a49d06539452 updated for version 7.1b
vimboss
parents: 1125
diff changeset
10129
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10130 vim:tw=78:ts=8:ft=help:norl: