Bram Moolenaar
8a33e74dd2
updated for version 7.2.367
...
Problem: "xxd -r -p" doesn't work as documented.
Solution: Skip white space. (James Vega)
v7.2.367
2010-02-17 18:28:41 +01:00
Bram Moolenaar
bacd9da40e
updated for version 7.2.366
...
Problem: CTRL-B doesn't go back to the first line of the buffer.
Solution: Avoid an overflow when adding MAXCOL.
v7.2.366
2010-02-17 18:20:37 +01:00
Bram Moolenaar
8c83ac3d83
updated for version 7.2.365
...
Problem: MS-Windows with MingW: "File->Save As" does not work. (John
Marriott)
Solution: Correctly fill in structure size. (Andy Kittner)
v7.2.365
2010-02-17 17:34:43 +01:00
Bram Moolenaar
175aa24846
updated for version 7.2.364
...
Problem: Can't build gvimext.dll on Win 7 x64 using MinGW (John Marriott)
Solution: Check if _MSC_VER is defined. (Andy Kittner)
v7.2.364
2010-02-17 17:24:27 +01:00
Bram Moolenaar
3a0573acae
updated for version 7.2.363
...
Problem: Can't dynamically load Perl 5.10.
Solution: Add the function Perl_croak_xs_usage. (Sergey Khorev)
v7.2.363
2010-02-17 16:40:58 +01:00
Bram Moolenaar
33d0b69ab8
updated for version 7.2.362
...
Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries.
Solution: Instead of handling WM_NCCREATE, create wide text area window
class if the parent window iw side. (Sergey Khorev)
v7.2.362
2010-02-17 16:31:32 +01:00
Bram Moolenaar
165641da25
updated for version 7.2.361
...
Problem: Ruby 1.9 is not supported.
Solution: Add Ruby 1.9 support. (Msaki Suketa)
v7.2.361
2010-02-17 16:23:09 +01:00
Bram Moolenaar
0b69c73411
updated for version 7.2.360
...
Problem: Ruby on MS-Windows: can't use sockets.
Solution: Call NtInitialize() during initialization. (Ariya Mizutani)
v7.2.360
2010-02-17 15:11:50 +01:00
Bram Moolenaar
0ca4b350f0
updated for version 7.2.359
...
Problem: Crash when using the Netbeans join command.
Solution: Make sure the ml_flush_line() function is not used recursively.
(Xavier de Gaye)
v7.2.359
2010-02-11 18:54:43 +01:00
Bram Moolenaar
b4990bf90b
updated for version 7.2.358
...
Problem: Compiler warnings on VMS. (Zoltan Arpadffy)
Solution: Pass array itself instead its address. Return a value.
v7.2.358
2010-02-11 18:19:38 +01:00
Bram Moolenaar
0413d48711
updated for version 7.2.357
...
Problem: When changing 'fileformat' from/to "mac" and there is a CR in the
text the display is wrong.
Solution: Redraw the text when 'fileformat' is changed. (Ben Schmidt)
v7.2.357
2010-02-11 17:02:11 +01:00
Bram Moolenaar
6dfc28be25
Updated runtime files.
2010-02-11 14:19:15 +01:00
Bram Moolenaar
cee6a352b2
updated for version 7.2.356
...
Problem: When 'foldmethod' is changed not all folds are closed as expected.
Solution: In foldUpdate() correct the start position and reset fd_flags when
w_foldinvalid is set. (Lech Lorens)
v7.2.356
2010-02-03 18:14:49 +01:00
Bram Moolenaar
6427c608e7
updated for version 7.2.355
...
Problem: Computing the cursor column in validate_cursor_col() is wrong when
line numbers are used and 'n' is not in 'cpoptions', causing the
popup menu to be positioned wrong.
Solution: Correctly use the offset. (partly by Dominique Pelle)
v7.2.355
2010-02-03 17:43:07 +01:00
Bram Moolenaar
990bb661a1
updated for version 7.2.354
...
Problem: Japanese single-width double-byte characters not handled correctly.
Solution: Put 0x8e in ScreenLines[] and the second byte in ScreenLines2[].
(partly by Kikuchan)
v7.2.354
2010-02-03 15:48:04 +01:00
Bram Moolenaar
f86f26c06a
updated for version 7.2.353
...
Problem: No command line completion for ":profile".
Solution: Complete the subcommand and file name.
v7.2.353
2010-02-03 15:14:22 +01:00
Bram Moolenaar
4d526ad35a
updated for version 7.2.352
...
Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries.
Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
v7.2.352
2010-02-03 12:23:24 +01:00
Bram Moolenaar
d21d9a6c61
updated for version 7.2.351
...
Problem: Can't build with some compilers.
Solution: Move the #ifdef outside of a macro. Cleanup the code.
v7.2.351
2010-01-28 22:58:16 +01:00
Bram Moolenaar
c5d5d01ad9
updated for version 7.2.350
...
Problem: Win32: When changing font the window may jump from the secondary
to the primary screen. (Michael Wookey)
Solution: When the screen position was negative don't correct it to zero.
v7.2.350
2010-01-27 21:05:05 +01:00
Bram Moolenaar
6d1dcffc35
updated for version 7.2.349
...
Problem: CTRL-W gf doesn't put the new tab in the same place as "tab split"
and "gf". (Tony Mechelynck)
Solution: Store the tab number in cmdmod.tab.
v7.2.349
2010-01-27 20:26:46 +01:00
Bram Moolenaar
da4d7a92d5
updated for version 7.2.348
...
Problem: Unicode double-width characters are not up-to date.
Solution: Produce the double-width table like the others.
v7.2.348
2010-01-27 18:29:26 +01:00
Bram Moolenaar
0dbf720d86
updated for version 7.2.347
...
Problem: Crash when executing <expr> mapping redefines that same mapping.
Solution: Save the values used before evaluating the expression.
v7.2.347
2010-01-27 17:31:43 +01:00
Bram Moolenaar
38ef43b262
updated for version 7.2.346
...
Problem: Repeating a command with @: causes a mapping to be applied twice.
Solution: Do not remap characters inserted in the typeahead buffer. (Kana
Natsuno)
v7.2.346
2010-01-27 16:31:13 +01:00
Bram Moolenaar
5075aad6a8
updated for version 7.2.345
...
Problem: Tab line is not updated when the value of 'bt' is changed.
Solution: Call redraw_titles(). (Lech Lorens)
v7.2.345
2010-01-27 15:58:13 +01:00
Bram Moolenaar
7ad01410da
Add more pathdef.c to .hgignore.
2010-01-20 21:56:50 +01:00
Bram Moolenaar
8d8ef0b0b9
updated for version 7.2.344
...
Problem: Can't compile on some systems
Solution: Move the #ifdef outside of the mch_open macro. (Patrick Texier)
v7.2.344
2010-01-20 21:41:47 +01:00
Bram Moolenaar
fc307fa1a6
updated for version 7.2.343
...
Problem: Can't compile on Win32.
Solution: Insert the missing bar.
v7.2.343
2010-01-19 23:30:41 +01:00
Bram Moolenaar
d836bb90ab
updated for version 7.2.342
...
Problem: Popup menu displayed wrong in 'rightleft' mode when there are
multi-byte characters.
Solution: Adjust the column computations. (Dominique Pelle)
v7.2.342
2010-01-19 18:06:03 +01:00
Bram Moolenaar
e4ebd29ea9
updated for version 7.2.341
...
Problem: Popup menu wraps to next line when double-wide character doesn't
fit. (Jiang Ma)
Solution: Display a ">" instead. (Dominique Pelle)
v7.2.341
2010-01-19 17:40:46 +01:00
Bram Moolenaar
3ee0229f64
updated for version 7.2.340
...
Problem: Gcc warning for condition that can never be true. (James Vega)
Solution: Use start_lvl instead flp->lvl.
v7.2.340
2010-01-19 17:24:25 +01:00
Bram Moolenaar
c4e4198730
updated for version 7.2.339
...
Problem: Part of --startuptime patch is missing.
Solution: Add check for time_fd.
v7.2.339
2010-01-19 16:31:47 +01:00
Bram Moolenaar
6b29b0e809
updated for version 7.2.338
...
Problem: Part of FD_CLOEXEC change is missing.
Solution: Include source file skipped because of typo.
v7.2.338
2010-01-19 16:22:03 +01:00
Bram Moolenaar
3d63e3f160
updated for version 7.2.337
...
Problem: The :compiler command doesn't function properly when invoked in a
function.
Solution: Add "g:" before "current_compiler". (Yukihiro Nakadaira)
v7.2.337
2010-01-19 16:13:50 +01:00
Bram Moolenaar
7e506b6a42
updated for version 7.2.336
...
Problem: MzScheme interface can't evaluate an expression.
Solution: Add mzeval(). (Sergey Khorev)
v7.2.336
2010-01-19 15:55:06 +01:00
Bram Moolenaar
6d8027a6c2
updated for version 7.2.335
...
Problem: The CTRL-] command escapes too many characters.
Solution: Use a different list of characters to be escaped. (Sergey Khorev)
v7.2.335
2010-01-19 15:24:27 +01:00
Bram Moolenaar
8065d7fd9c
updated for version 7.2.334
...
Problem: Postponing keys in Netbeans interface does not work properly.
Solution: Store the key string instead of the number. Avoid an infinite
loop. (Mostly by Xavier de Gaye)
v7.2.334
2010-01-19 15:13:14 +01:00
Bram Moolenaar
2660c0ea9b
updated for version 7.2.333
...
Problem: Warnings from static code analysis.
Solution: Small changes to various lines. (Dominique Pelle)
v7.2.333
2010-01-19 14:59:56 +01:00
Bram Moolenaar
3ea38ef239
updated for version 7.2.332
...
Problem: Crash when spell correcting triggers an autocommand that reloads
the buffer.
Solution: Make a copy of the line to be modified. (Dominique Pelle)
v7.2.332
2010-01-19 13:08:42 +01:00
Bram Moolenaar
f68f656213
updated for version 7.2.331
...
Problem: Can't interrupt "echo list" for a very long list.
Solution: Call line_breakcheck() in list_join().
v7.2.331
2010-01-19 12:48:05 +01:00
Bram Moolenaar
c0880db674
Add a few missing runtime files.
2010-01-17 14:38:06 +01:00
Bram Moolenaar
9db9d9ce05
Updated runtime files.
2010-01-16 14:29:14 +01:00
Bram Moolenaar
555cdc2f8c
Updated runtime files.
2010-01-12 21:31:21 +01:00
Bram Moolenaar
3e8cb58725
updated for version 7.2.330
...
Problem: Tables for Unicode case operators are outdated.
Solution: Add a Vim script for generating the tables. Include tables for
Unicode 5.2.
v7.2.330
2010-01-12 19:52:03 +01:00
Bram Moolenaar
5890b2cf9e
updated for version 7.2.329
...
Problem: "g_" doesn't position cursor correctly when in Visual mode and
'selection' is "exclusive". (Ben Fritz)
Solution: Call adjust_for_sel().
v7.2.329
2010-01-12 15:42:37 +01:00
Bram Moolenaar
e37d79928d
updated for version 7.2.328
...
Problem: has("win64") does not return 1 on 64 bit MS-Windows version.
Solution: Also check for _WIN64 besides WIN64.
v7.2.328
2010-01-12 13:18:33 +01:00
Bram Moolenaar
ef3c1a7fd7
Fixed encoding name in Ukranian message file.
2010-01-11 20:07:07 +01:00
Bram Moolenaar
a17c9cebd3
Add an .hgignore file (suggested by Mike Williams).
2010-01-10 14:44:52 +01:00
Bram Moolenaar
7608643f38
Remove config.h from the distribution, let's see if that works.
2010-01-10 14:35:14 +01:00
Bram Moolenaar
d8e21d3deb
Minor text file updates.
2010-01-06 21:16:31 +01:00
Bram Moolenaar
5c73622a90
Update runtime files.
2010-01-06 20:54:52 +01:00