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
Bram Moolenaar
89226fc90a
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
2010-08-13 16:22:57 +02:00
Bram Moolenaar
7dc96dd4ae
Conceal feature caused the 'cursorline' highlighting to stop early.
2010-08-13 15:24:39 +02:00
Bram Moolenaar
5a62617fb6
Improvements for :find completion.
2010-08-12 21:50:51 +02:00
Bram Moolenaar
44d33f26fb
Runtime file updates.
2010-08-11 23:37:32 +02:00
Bram Moolenaar
a425fa94e2
Runtime file updates. Fix tar plugin window split.
2010-08-10 21:43:35 +02:00
Bram Moolenaar
fa07775ccd
Runtime file updates.
2010-08-09 22:33:06 +02:00
Bram Moolenaar
efa2b7b55e
Version 7.3e -> 7.3f.
2010-08-09 20:16:32 +02:00
Bram Moolenaar
b9e886a5e2
Prepare for 7.3e release.
2010-08-08 21:39:46 +02:00
Bram Moolenaar
6740139787
Update version info in help files.
2010-08-08 21:15:53 +02:00
Bram Moolenaar
2e2aa360df
Fixed: on MS-Windows sometimes files with number 4913 or higher are left
...
behind.
2010-08-08 18:46:06 +02:00
Bram Moolenaar
10d357abb0
Update help about wildcards in 'tags' option.
2010-08-08 18:29:48 +02:00
Bram Moolenaar
22487a3fb3
Fix: 'suffixesadd' was used for finding tags file.
2010-08-08 18:17:52 +02:00
Bram Moolenaar
e61d762b7e
Remove unused code.
2010-08-08 16:38:42 +02:00
Bram Moolenaar
85ab832a9b
Change readfile() to ignore byte order marks, unless in binary mode.
2010-08-07 20:30:49 +02:00
Bram Moolenaar
0d617cbf61
Fixed: on MS-Windows completion of shell commands didn't work.
2010-08-07 17:07:21 +02:00
Bram Moolenaar
d2701d7adb
Fix: An unprintable multi-byte character at the start of the screen line
...
caused the following text to be drawn at the wrong position.
2010-08-07 16:38:13 +02:00
Bram Moolenaar
1785ddb9e4
Fix: with newer GTK versions accented characters were drawn too much to the
...
left.
2010-08-07 15:46:45 +02:00
Bram Moolenaar
0cf39a05bf
Set 'visualbell' in test 72 to avoid a beep.
2010-08-07 13:27:48 +02:00
Bram Moolenaar
2c2ea5b31a
Update README files. Remove references to extra and lang archives.
2010-08-07 13:19:27 +02:00
Bram Moolenaar
7a0f7812bb
Improve handling of user settings in :TOhtml. Default to generating CSS.
...
(Benjamin Fritz)
2010-08-05 21:54:00 +02:00
Bram Moolenaar
7182979acc
Fix a few problems for :find completion. Test much more. (Nazri Ramliy)
2010-08-05 21:40:16 +02:00
Bram Moolenaar
b7c3ca84da
Updated syntax files. (Charles Campbell)
2010-08-04 23:03:17 +02:00
Bram Moolenaar
5980cbbac9
Fixed: "make install" installed a few Amiga .info files.
2010-08-04 22:44:27 +02:00
Bram Moolenaar
c3097fda5b
Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'
...
contains a character that would become double width.
2010-08-04 20:55:44 +02:00
Bram Moolenaar
1422df2a74
7.3d -> 7.3e.
2010-08-04 19:29:04 +02:00