Bram Moolenaar
|
c1a7df8cd0
|
Fix: when setting crypt key seed was not updated when the swap file wasn't
created yet.
|
2010-08-04 15:32:46 +02:00 |
|
Bram Moolenaar
|
9c53c15880
|
When undoing a reload, move the cursor to the first changed line.
|
2010-08-04 14:29:54 +02:00 |
|
Bram Moolenaar
|
a98b74015d
|
Fix crash when no item in 'path' is used for :find completion.
|
2010-08-04 12:39:44 +02:00 |
|
Bram Moolenaar
|
77d7625294
|
Rename quickfix plugin to match the filetype set in the code.
|
2010-08-04 12:05:40 +02:00 |
|
Bram Moolenaar
|
f382d28f82
|
Runtime file updates.
|
2010-08-03 23:00:38 +02:00 |
|
Bram Moolenaar
|
055393caff
|
Recognize .f03 and .f08 as Fortran files. (Ajit Thakkar)
|
2010-08-03 22:45:06 +02:00 |
|
Bram Moolenaar
|
a3f04a7dcc
|
Fix crash in :find completion. (Nazri Ramliy)
|
2010-08-03 22:21:00 +02:00 |
|
Bram Moolenaar
|
4357ce1f4a
|
Fix: With 'path' set to relative directory ":find" completion didn't work.
(Nazri Ramliy)
|
2010-08-03 22:11:29 +02:00 |
|
Bram Moolenaar
|
c6d6e4abf4
|
Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it
dynamically from the .dll. Should work everywhere.
|
2010-08-02 23:06:46 +02:00 |
|
Bram Moolenaar
|
9508f6e9ac
|
Take OLE registration back to 32 bit registry, the unregister wasn't working
for the 64 registry.
|
2010-08-02 22:13:25 +02:00 |
|
Bram Moolenaar
|
e7834088b8
|
Syntax file updates. (Charles Campbell)
|
2010-08-02 22:12:46 +02:00 |
|
Bram Moolenaar
|
d557b76885
|
Updated version of gettext for use with MVC. (Mike Williams)
|
2010-08-02 21:43:29 +02:00 |
|
Bram Moolenaar
|
3dc8ae08cf
|
Improvements for :find completion. (Nazri Ramliy)
|
2010-08-02 21:33:37 +02:00 |
|
Bram Moolenaar
|
e412e3f73b
|
Put quotes around the gvim.exe path for the "Open with" menu entry.
|
2010-08-02 20:45:27 +02:00 |
|
Bram Moolenaar
|
6ba74295e0
|
Workaround for missing RegDeleteKeyEx() method.
|
2010-08-02 20:26:43 +02:00 |
|
Bram Moolenaar
|
ffa0b7c7e5
|
Update version.h for 7.3c -> 7.3d.
|
2010-08-01 22:35:43 +02:00 |
|
Bram Moolenaar
|
6c5539cde3
|
Add Datascript syntax file. (Dominique Pelle)
|
2010-08-01 21:48:21 +02:00 |
|
Bram Moolenaar
|
78b26e054f
|
Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems.
|
2010-08-01 21:15:45 +02:00 |
|
Bram Moolenaar
|
b9b6dd4486
|
Version 7.3c -> 7.3d
|
2010-08-01 20:38:51 +02:00 |
|
Bram Moolenaar
|
6d4dd54f14
|
Update todo file.
|
2010-08-01 20:18:38 +02:00 |
|
Bram Moolenaar
|
d01989efb9
|
Define the WOW64 key when needed.
|
2010-08-01 19:50:25 +02:00 |
|
Bram Moolenaar
|
3f11c15fe9
|
Update utf-8 version of tutor.
|
2010-08-01 19:11:06 +02:00 |
|
Bram Moolenaar
|
e411618fa3
|
Minor updates for the 7.3c release.
|
2010-08-01 19:06:10 +02:00 |
|
Bram Moolenaar
|
6047f887f3
|
Remove unused variable and STRLEN(). (Dominique Pelle)
|
2010-08-01 17:59:57 +02:00 |
|
Bram Moolenaar
|
42c89e6011
|
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.
|
2010-08-01 17:37:17 +02:00 |
|
Bram Moolenaar
|
beb5760307
|
Runtime file updates.
|
2010-08-01 16:13:51 +02:00 |
|
Bram Moolenaar
|
153b1b7334
|
Avoid illegal memory access in spell suggestion. (Dominique Pelle)
|
2010-08-01 15:47:35 +02:00 |
|
Bram Moolenaar
|
700bb78756
|
Avoid that running tests changes viminfo.
|
2010-08-01 15:47:03 +02:00 |
|
Bram Moolenaar
|
8292efa8e5
|
Fix: crash in spell checking with a 0x300 character.
|
2010-08-01 15:37:02 +02:00 |
|
Bram Moolenaar
|
7c0893f56a
|
Fix: uninitialized memory access. (Dominique Pelle)
|
2010-08-01 15:11:43 +02:00 |
|
Bram Moolenaar
|
8b76d60779
|
Fix typos in README files. (Dominique Pelle)
|
2010-08-01 14:36:59 +02:00 |
|
Bram Moolenaar
|
4a0086c222
|
No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)
|
2010-08-01 14:35:05 +02:00 |
|
Bram Moolenaar
|
e9fb772207
|
Fix: changing case of a character removed combining characters.
|
2010-08-01 14:22:48 +02:00 |
|
Bram Moolenaar
|
ccff2b0dee
|
Add the WOW64 flag back to OLE registration. (untested)
|
2010-08-01 13:25:05 +02:00 |
|
Bram Moolenaar
|
8050d9d6a6
|
Fix that uninstaller isn't found on 64-bit Windows.
|
2010-07-31 22:03:44 +02:00 |
|
Bram Moolenaar
|
db28938001
|
Fix: on MS-Windows the "open with..." menu starts Vim without a file.
|
2010-07-31 20:53:54 +02:00 |
|
Bram Moolenaar
|
39fdecac2e
|
Move many more common Python items to if_py_both.c.
|
2010-07-31 19:54:14 +02:00 |
|
Bram Moolenaar
|
98f0bb95d1
|
Fixed: CTRL-R in Insert mode doesn't insert composing characters.
|
2010-07-31 17:59:29 +02:00 |
|
Bram Moolenaar
|
19456480b3
|
Fixes for coverity warnings.
|
2010-07-31 16:44:19 +02:00 |
|
Bram Moolenaar
|
ed26dd6bdd
|
Support syntax and filetype completion for user commands. (Christian Brabandt)
|
2010-07-31 14:59:19 +02:00 |
|
Bram Moolenaar
|
9ec2d5b77f
|
Possibly make OLE work on Windows 64 bit. (untested)
|
2010-07-31 14:45:05 +02:00 |
|
Bram Moolenaar
|
bf0abd3fc2
|
More updated runtime files.
|
2010-07-30 22:41:22 +02:00 |
|
Bram Moolenaar
|
3b54ff9e5b
|
Improvements for VMS. (Zoltan Arpadffy)
|
2010-07-30 22:29:41 +02:00 |
|
Bram Moolenaar
|
83c8c138f8
|
Correct comments in testdir makefiles. (John Beckett)
|
2010-07-30 22:04:17 +02:00 |
|
Bram Moolenaar
|
800b1b0e4d
|
Runtime file updates.
|
2010-07-30 21:49:40 +02:00 |
|
Bram Moolenaar
|
dc056a70fa
|
Fix test 72 not setting encryption method. (Dominique Pelle)
|
2010-07-30 21:49:07 +02:00 |
|
Bram Moolenaar
|
73822f9639
|
Dectect Perl6.
|
2010-07-29 23:12:43 +02:00 |
|
Bram Moolenaar
|
9104cccaf3
|
Few more fixes for VMS.
|
2010-07-29 23:12:15 +02:00 |
|
Bram Moolenaar
|
c11f327ef4
|
Fix a few compile warnings. (Mike Williams)
|
2010-07-29 23:10:40 +02:00 |
|
Bram Moolenaar
|
d5316c826e
|
Updated runtime files. Add logcheck filetype plugin. (James Vega)
|
2010-07-29 22:33:18 +02:00 |
|