Bram Moolenaar
cab49dff91
Updated runtime file. Fix Italian translations.
2011-03-22 17:40:10 +01:00
Bram Moolenaar
a29a37d533
updated for version 7.3.142
...
Problem: Python stdout doesn't have a flush() method, causing an import to
fail.
Solution: Add a dummy flush() method. (Tobias Columbus)
v7.3.142
2011-03-22 15:47:44 +01:00
Bram Moolenaar
0b2f94db23
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.
v7.3.141
2011-03-22 14:35:05 +01:00
Bram Moolenaar
662db673f9
Updated runtime files.
2011-03-22 14:05:35 +01:00
Bram Moolenaar
e9d4b58dda
updated for version 7.3.140
...
Problem: Crash when drawing the "$" at end-of-line for list mode just after
the window border and 'cursorline' is set.
Solution: Don't check for 'cursorline'. (Quentin Carbonneaux)
v7.3.140
2011-03-22 13:29:24 +01:00
Bram Moolenaar
fd30cd41dc
updated for version 7.3.139
...
Problem: When 'lazyredraw' is set ":ver" output can't be read.
Solution: Don't redraw the screen when at a prompt or command line.
v7.3.139
2011-03-22 13:07:26 +01:00
Bram Moolenaar
f63c49d4e9
updated for version 7.3.138
...
Problem: ":com" changes the multi-byte text of :echo. (Dimitar Dimitrov)
Solution: Search for K_SPECIAL as a byte, not a character. (Ben Schmidt)
v7.3.138
2011-03-03 15:54:50 +01:00
Bram Moolenaar
6eb634ef1f
updated for version 7.3.137
...
Problem: When 'lazyredraw' is set the screen may not be updated. (Ivan
Krasilnikov)
Solution: Call update_screen() before waiting for input.
v7.3.137
2011-03-03 15:04:08 +01:00
Bram Moolenaar
ec737235c7
updated for version 7.3.136
...
Problem: Duplicate include of assert.h.
Solution: Remove it.
v7.3.136
2011-03-03 15:01:30 +01:00
Bram Moolenaar
b4b0a08c81
updated for version 7.3.135
...
Problem: When there is no previous substitute pattern, the previous search
pattern is used. The other way around doesn't work.
Solution: When there is no previous search pattern, use the previous
substitute pattern if possible. (Christian Brabandt)
v7.3.135
2011-02-25 18:38:36 +01:00
Bram Moolenaar
ba7cc9f83f
updated for version 7.3.134
...
Problem: Drag-n-drop doesn't work in KDE Dolphin.
Solution: Add GDK_ACTION_MOVE flag. (Florian Degner)
v7.3.134
2011-02-25 17:10:27 +01:00
Bram Moolenaar
4cf35c2fa4
updated for version 7.3.133
...
Problem: When using encryption it's not clear what method was used.
Solution: In the file message show "blowfish" when using blowfish.
v7.3.133
2011-02-25 16:52:17 +01:00
Bram Moolenaar
0c1f3f4d49
updated for version 7.3.132
...
Problem: C++ style comments.
Solution: Change to C comments.
v7.3.132
2011-02-25 15:18:50 +01:00
Bram Moolenaar
c725c0ad9b
updated for version 7.3.131
...
Problem: Including errno.h too often.
Solution: Don't include errno.h in Unix header file.
v7.3.131
2011-02-25 15:17:19 +01:00
Bram Moolenaar
ede547afcf
updated for version 7.3.130
...
Problem: Variable misplaced in #ifdef.
Solution: Move clipboard_event_time outside of #ifdef.
v7.3.130
2011-02-25 15:15:50 +01:00
Bram Moolenaar
128773b21d
updated for version 7.3.129
...
Problem: Using integer like a boolean.
Solution: Nicer check for integer being non-zero.
v7.3.129
2011-02-25 15:13:48 +01:00
Bram Moolenaar
e698addf88
updated for version 7.3.128
...
Problem: Another compiler warning for signed pointer.
Solution: Use unsigned int argument for sscanf().
v7.3.128
2011-02-25 15:11:22 +01:00
Bram Moolenaar
49789dc987
updated for version 7.3.127
...
Problem: Compiler complains about comma.
Solution: Remove comma after last enum element.
v7.3.127
2011-02-25 14:46:09 +01:00
Bram Moolenaar
2f70a34e2e
updated for version 7.3.126
...
Problem: Compiler warning for signed pointer.
Solution: Use unsigned int argument for sscanf().
v7.3.126
2011-02-25 14:42:45 +01:00
Bram Moolenaar
0065402f9a
Runtime file updates.
2011-02-25 14:42:19 +01:00
Bram Moolenaar
c30846f525
updated for version 7.3.125
...
Problem: MSVC: Problem with quotes in link argument.
Solution: Escape backslashes and quotes. (Weasley)
v7.3.125
2011-02-15 18:06:15 +01:00
Bram Moolenaar
cab35ad26d
updated for version 7.3.124
...
Problem: When writing a file in binary mode it may be missing the final EOL
if a file previously read was missing the EOL. (Kevin Goodsell)
Solution: Move the write_no_eol_lnum into the buffer struct.
v7.3.124
2011-02-15 17:39:22 +01:00
Bram Moolenaar
c2b4c62d0b
updated for version 7.3.123
...
Problem: ml_get error when executing register being recorded into, deleting
lines and 'conceallevel' is set. (ZyX)
Solution: Don't redraw a line for concealing when it doesn't exist.
v7.3.123
2011-02-15 16:29:59 +01:00
Bram Moolenaar
542512a3e5
updated for version 7.3.122
...
Problem: Having auto/config.mk in the repository causes problems.
Solution: Remove auto/config.mk from the distribution. In the toplevel
Makefile copy it from the "dist" file.
v7.3.122
2011-02-15 15:28:09 +01:00
Bram Moolenaar
b75d09d42b
updated for version 7.3.121
...
Problem: Complicated 'statusline' causes a crash. (Christian Brabandt)
Solution: Check that the number of items is not too big.
v7.3.121
2011-02-15 14:24:46 +01:00
Bram Moolenaar
c41fc713ba
updated for version 7.3.120
...
Problem: The message for an existing swap file is too long to fit in a 25
line terminal.
Solution: Make the message shorter. (Chad Miller)
v7.3.120
2011-02-15 11:57:04 +01:00
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