Bram Moolenaar
e627fb00fc
updated for version 7.3.119
...
Problem: Build problem on Mac. (Nicholas Stallard)
Solution: Use "extern" instead of "EXTERN" for p_vfile.
v7.3.119
2011-02-12 14:00:03 +01:00
Bram Moolenaar
b292a2a04c
updated for version 7.3.118
...
Problem: Ruby uses SIGVTALARM which makes Vim exit. (Alec Tica)
Solution: Ignore SIGVTALARM. (Dominique Pelle)
v7.3.118
2011-02-09 18:47:40 +01:00
Bram Moolenaar
4e509b6369
updated for version 7.3.117
...
Problem: On some systems --as-needed does not work, because the "tinfo"
library is included indirectly from "ncurses". (Charles Campbell)
Solution: In configure prefer using "tinfo" instead of "ncurses".
v7.3.117
2011-02-09 17:42:57 +01:00
Bram Moolenaar
5ec3aea854
updated for version 7.3.116
...
Problem: 'cursorline' is displayed too short when there are concealed
characters and 'list' is set. (Dennis Preiser)
Solution: Check for 'cursorline' when 'list' is set. (Christian Brabandt)
v7.3.116
2011-02-09 17:09:30 +01:00
Bram Moolenaar
d58e929fa2
Updated runtime files and translations.
2011-02-09 17:07:58 +01:00
Bram Moolenaar
95474ca34c
updated for version 7.3.115
...
Problem: Vim can crash when tmpnam() returns NULL.
Solution: Check for NULL. (Hong Xu)
v7.3.115
2011-02-09 16:44:51 +01:00
Bram Moolenaar
ba81e4660b
updated for version 7.3.114
...
Problem: Potential problem in initialization when giving an error message
early.
Solution: Initialize 'verbosefile' empty. (Ben Schmidt)
v7.3.114
2011-02-09 15:59:37 +01:00
Bram Moolenaar
b18919146d
updated for version 7.3.113
...
Problem: Windows: Fall back directory for creating temp file is wrong.
Solution: Use "." instead of empty string. (Hong Xu)
v7.3.113
2011-02-09 14:47:03 +01:00
Bram Moolenaar
1d87f516f2
updated for version 7.3.112
...
Problem: Setting 'statusline' to "%!'asdf%' reads uninitialized memory.
Solution: Check for NUL after %.
v7.3.112
2011-02-01 21:55:01 +01:00
Bram Moolenaar
6145285c90
updated for version 7.3.111
...
Problem: Executing a :normal command in 'statusline' evaluation causes the
cursor to move. (Dominique Pelle)
Solution: When updating the cursor for 'cursorbind' allow the cursor beyond
the end of the line. When evaluating 'statusline' temporarily
reset 'cursorbind'.
v7.3.111
2011-02-01 18:01:11 +01:00
Bram Moolenaar
acf1728ef5
updated for version 7.3.110
...
Problem: The "nbsp" item in 'listchars' isn't used for ":list".
Solution: Make it work. (Christian Brabandt)
v7.3.110
2011-02-01 17:12:25 +01:00
Bram Moolenaar
c98d5ee923
updated for version 7.3.109
...
Problem: Processing new Esperanto spell file fails and crashes Vim.
(Dominique Pelle)
Solution: When running out of memory give an error. Handle '?' in
COMPOUNDRULE properly.
v7.3.109
2011-02-01 13:59:48 +01:00
Bram Moolenaar
3c2d6534ef
updated for version 7.3.108
...
Problem: Useless check for NULL when calling vim_free().
Solution: Remove the check. (Dominique Pelle)
v7.3.108
2011-02-01 13:48:53 +01:00
Bram Moolenaar
5e3d6ca435
updated for version 7.3.107
...
Problem: Year number for :undolist can be confused with month or day.
Solution: Change "%y" to "%Y".
v7.3.107
2011-01-22 21:25:11 +01:00
Bram Moolenaar
f3d419d719
updated for version 7.3.106
...
Problem: When 'cursorbind' is set another window may scroll unexpectedly
when 'scrollbind' is also set. (Xavier Wang)
Solution: Don't call update_topline() if 'scrollbind' is set.
v7.3.106
2011-01-22 21:05:07 +01:00
Bram Moolenaar
445edda2f9
updated for version 7.3.105
...
Problem: Can't get the value of "b:changedtick" with getbufvar().
Solution: Make it work. (Christian Brabandt)
v7.3.105
2011-01-22 01:13:39 +01:00
Bram Moolenaar
4124e72373
updated for version 7.3.104
...
Problem: Conceal: using Tab for cchar causes problems. (ZyX)
Solution: Do not accept a control character for cchar.
v7.3.104
2011-01-22 00:58:20 +01:00
Bram Moolenaar
164c60f5b1
updated for version 7.3.103
...
Problem: Changing 'fileformat' and then using ":w" in an empty file sets
the 'modified' option.
Solution: In unchanged() don't ignore 'ff' for an empty file.
v7.3.103
2011-01-22 00:11:50 +01:00
Bram Moolenaar
d2c340a6a6
updated for version 7.3.102
...
Problem: When using ":make", typing the next command and then getting the
"reload" prompt the next command is (partly) eaten by the reload
prompt.
Solution: Accept ':' as a special character at the reload prompt to accept
the default choice and execute the command.
v7.3.102
2011-01-17 20:08:11 +01:00
Bram Moolenaar
e279335752
updated for version 7.3.101
...
Problem: ino_t defined with wrong size.
Solution: Move including auto/config.h before other includes. (Marius
Geminas)
v7.3.101
2011-01-17 19:53:27 +01:00
Bram Moolenaar
48ac02c9eb
updated for version 7.3.100
...
Problem: When using :normal v:count isn't set.
Solution: Call normal_cmd() with toplevel set to TRUE.
v7.3.100
2011-01-17 19:50:06 +01:00
Bram Moolenaar
2a8a3ecb67
Updated runtime files.
2011-01-08 16:06:37 +01:00
Bram Moolenaar
13d831ff0c
updated for version 7.3.099
...
Problem: Crash when splitting a window with zero height. (Yukihiro
Nakadaira)
Solution: Don't set the fraction in a window with zero height.
v7.3.099
2011-01-08 14:46:03 +01:00
Bram Moolenaar
fd0e75683f
updated for version 7.3.098
...
Problem: Function that ignores error still causes called_emsg to be set.
E.g. when expand() fails the status line is disabled.
Solution: Move check for emsg_not_now() up. (James Vega)
v7.3.098
2011-01-04 19:25:50 +01:00
Bram Moolenaar
6d0efdaab5
updated for version 7.3.097
...
Problem: Using ":call" inside "if 0" does not see that a function returns a
Dict and gives error for "." as string concatenation.
Solution: Use eval0() to skip over the expression. (Yasuhiro Matsumoto)
v7.3.097
2011-01-04 19:03:27 +01:00
Bram Moolenaar
870b05c4c0
updated for version 7.3.096
...
Problem: "gvim -nb" is not interruptable. Leaking file descriptor on
netbeans connection error.
Solution: Check for CTRL-C typed. Free file descriptor. (Xavier de Gaye)
v7.3.096
2011-01-04 18:11:43 +01:00
Bram Moolenaar
d91f704b03
updated for version 7.3.095
...
Problem: Win32: In Chinese tear-off menu doesn't work. (Weasley)
Solution: Use menu_name_equal(). (Alex Jakushev)
v7.3.095
2011-01-04 17:49:32 +01:00
Bram Moolenaar
7eb4652e74
updated for version 7.3.094
...
Problem: Using abs() requires type cast to int.
Solution: Use labs() so that the value remains long. (Hong Xu)
v7.3.094
2010-12-30 14:57:08 +01:00
Bram Moolenaar
b0d3f878a4
updated for version 7.3.093
...
Problem: New DLL dependencies in MingW with gcc 4.5.0.
Solution: Add STATIC_STDCPLUS, LDFLAGS and split up WINDRES. (Guopeng Wen)
v7.3.093
2010-12-30 14:50:52 +01:00
Bram Moolenaar
9980835c68
updated for version 7.3.092
...
Problem: Resizing the window when exiting.
Solution: Don't resize when exiting.
v7.3.092
2010-12-30 14:47:36 +01:00
Bram Moolenaar
946ffd4606
updated for version 7.3.091
...
Problem: "vim -w foo" writes special key codes for removed escape
sequences. (Josh Triplett)
Solution: Don't write K_IGNORE codes.
v7.3.091
2010-12-30 12:30:31 +01:00
Bram Moolenaar
657ae0bddd
updated for version 7.3.090
...
Problem: Wrong help text for Cscope.
Solution: Adjust the help text for "t". (Dominique Pelle)
v7.3.090
2010-12-30 11:41:09 +01:00
Bram Moolenaar
de1b092c77
updated for version 7.3.089
...
Problem: Compiler warning on 64 bit MS-Windows.
Solution: Add type cast. (Mike Williams)
v7.3.089
2010-12-24 14:00:17 +01:00
Bram Moolenaar
7a8ef14c69
updated for version 7.3.088
...
Problem: Ruby can't load Gems sometimes, may cause a crash.
Solution: Undefine off_t. Use ruby_process_options(). (Yasuhiro Matsumoto)
v7.3.088
2010-12-24 13:39:35 +01:00
Bram Moolenaar
b57aa92d2c
updated for version 7.3.087
...
Problem: EINTR is not always defined.
Solution: Include errno.h in vim.h.
v7.3.087
2010-12-17 20:24:01 +01:00
Bram Moolenaar
f82a2d2e5f
updated for version 7.3.086
...
Problem: When using a mapping with an expression and there was no count,
v:count has the value of the previous command. (ZyX)
Solution: Also set v:count and v:count1 before getting the character that
could be a command or a count.
v7.3.086
2010-12-17 18:53:01 +01:00
Bram Moolenaar
9c26303293
updated for version 7.3.085
...
Problem: Inconsistency with preproc symbols. void * computation.
Solution: Include vimio.h from vim.h. Add type cast.
v7.3.085
2010-12-17 18:06:06 +01:00
Bram Moolenaar
0215e8e15b
updated for version 7.3.084
...
Problem: When splitting the window, the new one scrolls with the cursor at
the top.
Solution: Compute w_fraction before setting the new height.
v7.3.084
2010-12-17 17:35:10 +01:00
Bram Moolenaar
540fc6fbdb
updated for version 7.3.083
...
Problem: When a read() or write() is interrupted by a signal it fails.
Solution: Add read_eintr() and write_eintr().
v7.3.083
2010-12-17 16:27:16 +01:00
Bram Moolenaar
45d9d02d71
updated for version 7.3.082
...
Problem: Leaking file descriptor when hostname doesn't exist.
Solution: Remove old debugging lines.
v7.3.082
2010-12-17 12:19:21 +01:00
Bram Moolenaar
81af9250a7
Update runtime files.
2010-12-10 20:35:50 +01:00
Bram Moolenaar
7c5676b5d6
updated for version 7.3.081
...
Problem: Non-printable characters in 'statusline' cause trouble. (ZyX)
Solution: Use transstr(). (partly by Caio Ariede)
v7.3.081
2010-12-08 19:56:58 +01:00
Bram Moolenaar
56f7804065
updated for version 7.3.080
...
Problem: Spell doesn't work on VMS.
Solution: Use different file names. (Zoltan Bartos, Zoltan Arpadffy)
v7.3.080
2010-12-08 17:09:32 +01:00
Bram Moolenaar
3d27070767
updated for version 7.3.079
...
Problem: Duplicate lines in makefile.
Solution: Remove the lines. (Hong Xu)
v7.3.079
2010-12-08 14:55:02 +01:00
Bram Moolenaar
9c52c3a0a1
updated for version 7.3.078
...
Problem: Warning for unused variable.
Solution: Adjuste #ifdefs.
v7.3.078
2010-12-08 14:23:15 +01:00
Bram Moolenaar
2e2e13ca14
updated for version 7.3.077
...
Problem: When updating crypt of swapfile fails there is no error message.
(Carlo Teubner)
Solution: Add the error message.
v7.3.077
2010-12-08 13:17:03 +01:00
Bram Moolenaar
e980d8a934
updated for version 7.3.076
...
Problem: Clang warnings for dead code.
Solution: Remove it. (Carlo Teubner)
v7.3.076
2010-12-08 13:11:21 +01:00
Bram Moolenaar
005c3c27ee
updated for version 7.3.075
...
Problem: Missing part of 'wildignorecase'
Solution: Also adjust expand()
v7.3.075
2010-12-02 21:44:40 +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)
v7.3.074
2010-12-02 21:43:16 +01:00
Bram Moolenaar
863053d1d4
updated for version 7.3.073
...
Problem: Double free memory when netbeans command follows DETACH.
Solution: Only free the node when owned. (Xavier de Gaye)
v7.3.073
2010-12-02 17:09:54 +01:00