Bram Moolenaar
49bef74788
Updated runtime files.
2011-10-20 22:22:38 +02:00
Bram Moolenaar
d393de0226
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
585971eaaa
Updated a few runtime files.
2011-09-21 19:22:10 +02:00
Bram Moolenaar
3bb203c07c
Updated runtime files.
2011-09-14 17:55:08 +02:00
Bram Moolenaar
7d5a12e4e0
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
b2a90b3cc1
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
b3ab0181eb
Updated runtime files.
...
Add missing test82 files.
2011-07-18 19:40:27 +02:00
Bram Moolenaar
1c7916d4ea
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
34f9b3bad3
Updated runtime files.
2011-06-19 05:09:16 +02:00
Bram Moolenaar
886ca0fcec
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
6c4ad7b229
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
c2dc333675
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
245aea0df4
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
24884a49f9
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
96d0792c92
Updated runtime files.
2011-05-19 12:22:51 +02:00
Bram Moolenaar
815c0f10fe
Updated runtime files.
2011-05-10 17:18:44 +02:00
Bram Moolenaar
b07a2ae462
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
ab67003e4d
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
c5976787a3
Updated runtime files.
2011-04-28 19:02:44 +02:00
Bram Moolenaar
cd3c991187
Updated runtime files.
2011-04-01 18:03:16 +02:00
Bram Moolenaar
d512e43752
Updated runtime file. Fix Italian translations.
2011-03-22 17:40:10 +01:00
Bram Moolenaar
75646d13b7
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
5c0b027734
Updated runtime files.
2011-03-22 14:05:35 +01:00
Bram Moolenaar
4c7d1b8d99
Runtime file updates.
2011-02-25 14:42:19 +01:00
Bram Moolenaar
ddc0844b01
Updated runtime files and translations.
2011-02-09 17:07:58 +01:00
Bram Moolenaar
07c2ff0c93
Updated runtime files.
2011-01-08 16:06:37 +01:00
Bram Moolenaar
81dce6ba76
Update runtime files.
2010-12-10 20:35:50 +01:00
Bram Moolenaar
8016b57d8e
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
d1cd654c25
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
Bram Moolenaar
99db651bb7
Updated runtime files.
2010-11-16 20:34:40 +01:00
Bram Moolenaar
f102fc6797
Updated runtile files.
2010-10-27 18:34:44 +02:00
Bram Moolenaar
7fe7d2c9a6
updated for version 7.3.038
...
Problem: v:windowid isn't set on MS-Windows.
Solution: Set it to the window handle. (Chris Sutcliffe)
2010-10-27 12:33:17 +02:00
Bram Moolenaar
b9cb1382ba
updated for version 7.3.032
...
Problem: maparg() doesn't return the flags, such as <buffer>, <script>,
<silent>. These are needed to save and restore a mapping.
Solution: Improve maparg(). (also by Christian Brabandt)
2010-10-20 21:23:33 +02:00
Bram Moolenaar
36580251be
updated for version 7.3.031
...
Problem: Can't pass the X window ID to another application.
Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
2010-10-20 19:17:48 +02:00
Bram Moolenaar
58152755cb
Updated runtime files and translations.
2010-10-20 18:45:33 +02:00
Bram Moolenaar
dc39cf21bd
updated for version 7.3.030
...
Problem: Cannot store Dict and List in viminfo file.
Solution: Add support for this. (Christian Brabandt)
2010-10-20 17:44:42 +02:00
Bram Moolenaar
2d2384f527
Runtime file updates.
2010-09-30 21:47:56 +02:00
Bram Moolenaar
c3b281f677
updated for version 7.3.016
...
Problem: Netbeans doesn't work under Athena.
Solution: Support Athena, just like Motif. (Xavier de Gaye)
2010-09-29 17:27:01 +02:00
Bram Moolenaar
50207bf62c
Updated runtime files.
2010-09-21 22:34:02 +02:00
Bram Moolenaar
a7e7a2ba22
Updated runtime files.
2010-09-19 19:01:21 +02:00
Bram Moolenaar
517721a404
Last changes for the 7.3 release!
2010-08-15 15:24:20 +02:00
Bram Moolenaar
16d1bcf8a4
Make the references to features in the help more consistent. (Sylvain Hitier)
2010-08-15 13:50:43 +02:00
Bram Moolenaar
859339821d
Docs fix for tabpagewinnr(). (Sylvain Hitier)
2010-08-15 13:30:34 +02:00
Bram Moolenaar
82cc03e801
Runtime file updates.
2010-08-14 21:57:32 +02:00
Bram Moolenaar
72b1a5029b
README and help file updates.
2010-08-14 17:46:20 +02:00
Bram Moolenaar
1e5f14c927
Version 7.3f -> 7.3g
2010-08-14 13:33:56 +02:00
Bram Moolenaar
0702a17732
Preparations for 7.3f release.
2010-08-13 22:05:54 +02:00
Bram Moolenaar
f2a526df8b
Cleanup in :find completion code. Make it work for "./subdir" in 'path'.
2010-08-13 21:16:49 +02:00
Bram Moolenaar
6edec1c96d
Fix illegal memory access when using expressions in the command line.
2010-08-13 16:51:26 +02:00
Bram Moolenaar
dd3a0e109a
Update message for :python/:py3 usage with approximate translations.
2010-08-13 16:24:30 +02:00