Bram Moolenaar
5b435d671e
Updated runtime files.
2012-04-05 17:33:26 +02:00
Bram Moolenaar
3675fa09a7
updated for version 7.3.492
...
Problem: Can't indent conditions separately from function arguments.
Solution: Add the 'k' flag in 'cino. (Lech Lorens)
2012-04-05 17:17:42 +02:00
Bram Moolenaar
1dced5727f
updated for version 7.3.490
...
Problem: Member confusion in Lua interface.
Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
2012-04-05 16:54:08 +02:00
Bram Moolenaar
61d35bd020
Updated runtime files.
2012-03-28 20:51:51 +02:00
Bram Moolenaar
84f7235bdb
Updated runtime files. Add Dutch translations.
2012-03-11 15:57:40 +01:00
Bram Moolenaar
8ec1f8523b
updated for version 7.3.468
...
Problem: For some compilers the error file is not easily readable.
Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
2012-03-07 20:13:49 +01:00
Bram Moolenaar
146e9c3886
updated for version 7.3.465
...
Problem: Cannot get file name with newline from glob().
Solution: Add argument to glob() and expand() to indicate they must return a
list. (Christian Brabandt)
2012-03-07 19:18:23 +01:00
Bram Moolenaar
db7207e6e5
Updated runtime files.
2012-02-22 17:30:19 +01:00
Bram Moolenaar
f66b3fcf6c
updated for version 7.3.446
...
Problem: Win32: External commands with special characters don't work.
Solution: Add the 'shellxescape' option.
2012-02-20 22:18:30 +01:00
Bram Moolenaar
5dc6252d33
Update runtime files.
2012-02-13 00:05:22 +01:00
Bram Moolenaar
a64ba220f0
updated for version 7.3.443
...
Problem: MS-Windows: 'shcf' and 'shellxquote' defaults are not very good.
Solution: Make a better guess when 'shell' is set to "cmd.exe". (Ben Fritz)
2012-02-12 23:23:31 +01:00
Bram Moolenaar
60542ac9fd
updated for version 7.3.442
...
Problem: Still read modelines for ":doautocmd".
Solution: Move check for <nomodeline> to separate function.
2012-02-12 20:14:01 +01:00
Bram Moolenaar
a61d5fbf7a
updated for version 7.3.438
...
Problem: There is no way to avoid ":doautoall" reading modelines.
Solution: Add the <nomodeline> argument. Adjust documentation.
2012-02-12 00:18:58 +01:00
Bram Moolenaar
73b2470896
updated for version 7.3.430
...
Problem: When a custom filetype detection uses "augroup END" the conf
fileytpe detection does not have the filetypedetect group.
Solution: Always end the group and include filetypedetect in the conf
autocommand. (Lech Lorens)
2012-02-05 20:08:36 +01:00
Bram Moolenaar
b8ff1fb5eb
updated for version 7.3.423
...
Problem: Small mistakes in comments, proto and indent.
Solution: Fix the mistakes.
Also update runtime files
2012-02-04 21:59:01 +01:00
Bram Moolenaar
6be7f8733f
Update runtime files.
2012-01-20 21:08:56 +01:00
Bram Moolenaar
6ee8d89cf9
Updated runtime files.
2012-01-10 14:55:01 +01:00
Bram Moolenaar
b6b046b281
Updated runtime files.
2011-12-30 13:11:27 +01:00
Bram Moolenaar
f1568eca24
Update runtime files.
2011-12-14 21:17:39 +01:00
Bram Moolenaar
d6e256c31a
updated for version 7.3.377
...
Problem: No support for bitwise AND, OR, XOR and invert.
Solution: Add add(), or(), invert() and xor() functions.
2011-12-14 15:32:50 +01:00
Bram Moolenaar
1514667a24
Updated runtime files.
2011-10-20 22:22:38 +02:00
Bram Moolenaar
e3cc6d4223
updated for version 7.3.346
...
Problem: It's hard to test netbeans commands.
Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
2011-10-20 21:58:34 +02:00
Bram Moolenaar
f34dc6537d
updated for version 7.3.340
...
Problem: When 'verbosefile' is set ftplugof.vim can give an error.
Solution: Only remove filetypeplugin autocommands when they exist. (Yasuhiro
Matsumoto)
2011-10-20 18:12:32 +02:00
Bram Moolenaar
d960d76d5e
Updated a few runtime files.
2011-09-21 19:22:10 +02:00
Bram Moolenaar
5302d9ebc1
Updated runtime files.
2011-09-14 17:55:08 +02:00
Bram Moolenaar
522f9aebff
updated for version 7.3.259
...
Problem: Equivalence classes only work for latin characters.
Solution: Add the Unicode equivalence characters. (Dominique Pelle)
2011-07-20 17:58:20 +02:00
Bram Moolenaar
e9edd7fbdd
updated for version 7.3.257
...
Problem: Not all completions are available to user commands.
Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique
Pelle)
2011-07-20 16:37:24 +02:00
Bram Moolenaar
9729301aa0
Updated runtime files.
...
Add missing test82 files.
2011-07-18 19:40:27 +02:00
Bram Moolenaar
8b3e0330ba
updated for version 7.3.235
...
Problem: ";" gets stuck on a "t" command, it's not useful.
Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
2011-06-26 05:36:34 +02:00
Bram Moolenaar
251e191271
Updated runtime files.
2011-06-19 05:09:16 +02:00
Bram Moolenaar
5f8949656a
updated for version 7.3.224
...
Problem: Can't pass dict to sort function.
Solution: Add the optional {dict} argument to sort(). (ZyX)
2011-06-19 02:55:37 +02:00
Bram Moolenaar
2f982e4fab
updated for version 7.3.210
...
Problem: Can't always find the file when using cscope.
Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu)
2011-06-12 20:42:22 +02:00
Bram Moolenaar
bd8608d979
updated for version 7.3.203
...
Problem: MS-Windows: Can't run an external command without a console window.
Solution: Support ":!start /b cmd". (Xaizek)
2011-05-25 17:06:22 +02:00
Bram Moolenaar
ed38b0ac41
updated for version 7.3.202
...
Problem: Cannot influence the indent inside a namespace.
Solution: Add the "N" 'cino' parameter. (Konstantin Lepa)
2011-05-25 15:16:18 +02:00
Bram Moolenaar
e659c95b01
updated for version 7.3.196
...
Problem: Can't intercept a character that is going to be inserted.
Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino)
2011-05-19 17:25:41 +02:00
Bram Moolenaar
20f90cf99a
Updated runtime files.
2011-05-19 12:22:51 +02:00
Bram Moolenaar
446beb48d9
Updated runtime files.
2011-05-10 17:18:44 +02:00
Bram Moolenaar
e60acc180b
updated for version 7.3.187
...
Problem: The RISC OS port has obvious errors and is not being maintained.
Solution: Remove the RISC OS files and code.
2011-05-10 16:41:25 +02:00
Bram Moolenaar
85de20665f
updated for version 7.3.171
...
Problem: When the clipboard isn't supported: ":yank*" gives a confusing
error message.
Solution: Specifically mention that the register name is invalid.
(Jean-Rene David)
2011-05-05 14:26:41 +02:00
Bram Moolenaar
8e5af3e531
Updated runtime files.
2011-04-28 19:02:44 +02:00
Bram Moolenaar
adc2182c40
Updated runtime files.
2011-04-01 18:03:16 +02:00
Bram Moolenaar
cab49dff91
Updated runtime file. Fix Italian translations.
2011-03-22 17:40:10 +01:00
Bram Moolenaar
0b2f94db23
updated for version 7.3.141
...
Problem: When a key code is not set get a confusing error message.
Solution: Change the error message to say the key code is not set.
2011-03-22 14:35:05 +01:00
Bram Moolenaar
662db673f9
Updated runtime files.
2011-03-22 14:05:35 +01:00
Bram Moolenaar
0065402f9a
Runtime file updates.
2011-02-25 14:42:19 +01:00
Bram Moolenaar
d58e929fa2
Updated runtime files and translations.
2011-02-09 17:07:58 +01:00
Bram Moolenaar
2a8a3ecb67
Updated runtime files.
2011-01-08 16:06:37 +01:00
Bram Moolenaar
81af9250a7
Update runtime files.
2010-12-10 20:35:50 +01:00
Bram Moolenaar
bf9680e441
updated for version 7.3.074
...
Problem: Can't use the "+ register like "* for yank and put.
Solution: Add "unnamedplus" to the 'clipboard' option. (Ivan Krasilnikov)
2010-12-02 21:43:16 +01:00
Bram Moolenaar
94950a9ee0
updated for version 7.3.072
...
Problem: Can't complete file names while ignoring case.
Solution: Add 'wildignorecase'.
2010-12-02 16:01:29 +01:00