]> granicus.if.org Git - vim/log
vim
14 years agoupdated for version 7.3.196 v7.3.196
Bram Moolenaar [Thu, 19 May 2011 15:25:41 +0000 (17:25 +0200)]
updated for version 7.3.196
Problem:    Can't intercept a character that is going to be inserted.
Solution:   Add the InsertCharPre autocommand event. (Jakson A. Aquino)

14 years agoupdated for version 7.3.195 v7.3.195
Bram Moolenaar [Thu, 19 May 2011 14:35:09 +0000 (16:35 +0200)]
updated for version 7.3.195
Problem:    "} else" causes following lines to be indented too much. (Rouben
            Rostamian)
Solution:   Better detection for the "else". (Lech Lorens)

14 years agoupdated for version 7.3.194 v7.3.194
Bram Moolenaar [Thu, 19 May 2011 12:59:10 +0000 (14:59 +0200)]
updated for version 7.3.194
Problem:    When "b" is a symlink to directory "a", resolve("b/") doesn't
            result in "a/".  (ZyX)
Solution:   Remove the trailing slash. (Jean-Rene David)

14 years agoupdated for version 7.3.193 v7.3.193
Bram Moolenaar [Thu, 19 May 2011 12:50:54 +0000 (14:50 +0200)]
updated for version 7.3.193
Problem:    In the command line window ":close" doesn't work properly. (Tony
            Mechelynck)
Solution:   Use Ctrl_C instead of K_IGNORE for cmdwin_result. (Jean-Rene
            David)

14 years agoupdated for version 7.3.192 v7.3.192
Bram Moolenaar [Thu, 19 May 2011 12:30:16 +0000 (14:30 +0200)]
updated for version 7.3.192
Problem:    Ex command ":s/ \?/ /g" splits multi-byte characters into bytes.
            (Dominique Pelle)
Solution:   Advance over whole character instead of one byte.

14 years agoUpdated message translations.
Bram Moolenaar [Thu, 19 May 2011 11:44:07 +0000 (13:44 +0200)]
Updated message translations.

14 years agoupdated for version 7.3.191 v7.3.191
Bram Moolenaar [Thu, 19 May 2011 11:41:14 +0000 (13:41 +0200)]
updated for version 7.3.191
Problem:    Still some RISC OS stuff to remove.
Solution:   Remove files and lines. (Hong Xu)
            Remove the 'osfiletype' option code.

14 years agoUpdated runtime files.
Bram Moolenaar [Thu, 19 May 2011 10:22:51 +0000 (12:22 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.190 v7.3.190
Bram Moolenaar [Thu, 19 May 2011 10:14:10 +0000 (12:14 +0200)]
updated for version 7.3.190
Problem:    When there is a "containedin" syntax argument highlighting may be
            wrong. (Radek)
Solution:   Reset current_next_list. (Ben Schmidt)

14 years agoupdated for version 7.3.189 v7.3.189
Bram Moolenaar [Tue, 10 May 2011 15:29:33 +0000 (17:29 +0200)]
updated for version 7.3.189
Problem:    Can't build without +clipboard feature. (Christian Ebert)
Solution:   Add the missing #ifdef.

14 years agoupdated for version 7.3.188 v7.3.188
Bram Moolenaar [Tue, 10 May 2011 15:21:56 +0000 (17:21 +0200)]
updated for version 7.3.188
Problem:    More RISC OS files to remove.
Solution:   Remove them.  Update the file list.

14 years agoUpdated runtime files.
Bram Moolenaar [Tue, 10 May 2011 15:18:44 +0000 (17:18 +0200)]
Updated runtime files.

14 years agoRemove the deleted RISC OS files.
Bram Moolenaar [Tue, 10 May 2011 14:42:00 +0000 (16:42 +0200)]
Remove the deleted RISC OS files.

14 years agoupdated for version 7.3.187 v7.3.187
Bram Moolenaar [Tue, 10 May 2011 14:41:25 +0000 (16:41 +0200)]
updated for version 7.3.187
Problem:    The RISC OS port has obvious errors and is not being maintained.
Solution:   Remove the RISC OS files and code.

14 years agoupdated for version 7.3.186 v7.3.186
Bram Moolenaar [Tue, 10 May 2011 14:12:45 +0000 (16:12 +0200)]
updated for version 7.3.186
Problem:    When 'clipboard' contains "unnamed" or "unnamedplus" the value of
            v:register is wrong for operators without a specific register.
Solution:   Adjust the register according to 'clipboard'. (Ingo Karkat)

14 years agoupdated for version 7.3.185 v7.3.185
Bram Moolenaar [Tue, 10 May 2011 14:00:47 +0000 (16:00 +0200)]
updated for version 7.3.185
Problem:    ":windo g/pattern/q" closes windows and reports "N more lines".
            (Tim Chase)
Solution:   Remember what buffer ":global" started in. (Jean-Rene David)

14 years agoupdated for version 7.3.184 v7.3.184
Bram Moolenaar [Tue, 10 May 2011 13:52:15 +0000 (15:52 +0200)]
updated for version 7.3.184
Problem:    Static code analysis errors in riscOS.
Solution:   Make buffer size bigger. (Dominique Pelle)

14 years agoupdated for version 7.3.183 v7.3.183
Bram Moolenaar [Tue, 10 May 2011 13:42:03 +0000 (15:42 +0200)]
updated for version 7.3.183
Problem:    When Exuberant ctags binary is exuberant-ctags it's not found.
Solution:   Add configure check for exuberant-ctags.

14 years agoupdated for version 7.3.182 v7.3.182
Bram Moolenaar [Tue, 10 May 2011 12:44:11 +0000 (14:44 +0200)]
updated for version 7.3.182
Problem:    Compiler warning for uninitialized variable.
Solution:   Add dummy initializer.

14 years agoupdated for version 7.3.181 v7.3.181
Bram Moolenaar [Tue, 10 May 2011 12:22:16 +0000 (14:22 +0200)]
updated for version 7.3.181
Problem:    When repeating the insert of CTRL-V or a digraph the display may
            not be updated correctly.
Solution:   Only call edit_unputchar() after edit_putchar(). (Lech Lorens)

14 years agoupdated for version 7.3.180 v7.3.180
Bram Moolenaar [Tue, 10 May 2011 11:38:27 +0000 (13:38 +0200)]
updated for version 7.3.180
Problem:    When both a middle part of 'comments' matches and an end part, the
            middle part was used errornously.
Solution:   After finding the middle part match continue looking for a better
            end part match. (partly by Lech Lorens)

14 years agoupdated for version 7.3.179 v7.3.179
Bram Moolenaar [Tue, 10 May 2011 09:56:30 +0000 (11:56 +0200)]
updated for version 7.3.179
Problem:    C-indent doesn't handle colon in string correctly.
Solution:   Skip the string. (Lech Lorens)

14 years agoupdated for version 7.3.178 v7.3.178
Bram Moolenaar [Tue, 10 May 2011 09:39:19 +0000 (11:39 +0200)]
updated for version 7.3.178
Problem:    C-indent doesn't handle code right after { correctly.
Solution:   Fix detecting unterminated line. (Lech Lorens)

14 years agoupdated for version 7.3.177 v7.3.177
Bram Moolenaar [Thu, 5 May 2011 16:31:59 +0000 (18:31 +0200)]
updated for version 7.3.177
Problem:    MS-Windows: mkdir() doesn't work properly when 'encoding' is
            "utf-8".
Solution:   Convert to utf-16. (Yukihiro Nakadaira)

14 years agoupdated for version 7.3.176 v7.3.176
Bram Moolenaar [Thu, 5 May 2011 16:10:16 +0000 (18:10 +0200)]
updated for version 7.3.176
Problem:    Ruby linking doesn't work properly on Mac OS X.
Solution:   Fix the configure check for Ruby. (Bjorn Winckler)

14 years agoupdated for version 7.3.175 v7.3.175
Bram Moolenaar [Thu, 5 May 2011 15:32:44 +0000 (17:32 +0200)]
updated for version 7.3.175
Problem:    When 'colorcolumn' is set locally to a window, ":new" opens a
            window with the same highlighting but 'colorcolumn' is empty.
            (Tyru)
Solution:   Call check_colorcolumn() after clearing and copying options.
            (Christian Brabandt)

14 years agoupdated for version 7.3.174 v7.3.174
Bram Moolenaar [Thu, 5 May 2011 15:24:27 +0000 (17:24 +0200)]
updated for version 7.3.174
Problem:    When Exuberant ctags binary is exctags it's not found.
Solution:   Add configure check for exctags. (Hong Xu)

14 years agoupdated for version 7.3.173 v7.3.173
Bram Moolenaar [Thu, 5 May 2011 15:14:14 +0000 (17:14 +0200)]
updated for version 7.3.173
Problem:    After using setqflist() to make the quickfix list empty ":cwindow"
            may open the window anyway.  Also after ":vimgrep".
Solution:   Correctly check whether the list is empty. (Ingo Karkat)

14 years agoupdated for version 7.3.172 v7.3.172
Bram Moolenaar [Thu, 5 May 2011 14:41:24 +0000 (16:41 +0200)]
updated for version 7.3.172
Problem:    MS-Windows: rename() might delete the file if the name differs but
            it's actually the same file.
Solution:   Use the file handle to check if it's the same file. (Yukihiro
            Nakadaira)

14 years agoupdated for version 7.3.171 v7.3.171
Bram Moolenaar [Thu, 5 May 2011 12:26:41 +0000 (14:26 +0200)]
updated for version 7.3.171
Problem:    When the clipboard isn't supported: ":yank*" gives a confusing
            error message.
Solution:   Specifically mention that the register name is invalid.
            (Jean-Rene David)

14 years agoupdated for version 7.3.170 v7.3.170
Bram Moolenaar [Thu, 28 Apr 2011 17:05:05 +0000 (19:05 +0200)]
updated for version 7.3.170
Problem:    VMS Makefile for testing was not updated for test77.
Solution:   Add test77 to the Makefile.

14 years agoUpdated runtime files.
Bram Moolenaar [Thu, 28 Apr 2011 17:02:44 +0000 (19:02 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.169 v7.3.169
Bram Moolenaar [Thu, 28 Apr 2011 15:48:44 +0000 (17:48 +0200)]
updated for version 7.3.169
Problem:    Freeing memory already freed, warning from static code analyzer.
Solution:   Initialize pointers to NULL, correct use of "mustfree". (partly by
            Dominique Pelle)

14 years agoupdated for version 7.3.168 v7.3.168
Bram Moolenaar [Thu, 28 Apr 2011 15:30:09 +0000 (17:30 +0200)]
updated for version 7.3.168
Problem:    When the second argument of input() contains a CR the text up to
            that is used without asking the user. (Yasuhiro Matsumoto)
Solution:   Change CR, NL and ESC in the text to a space.

14 years agoupdated for version 7.3.167 v7.3.167
Bram Moolenaar [Thu, 28 Apr 2011 15:27:09 +0000 (17:27 +0200)]
updated for version 7.3.167
Problem:    When using the internal grep QuickFixCmdPost is not triggered.
            (Yukihiro Nakadaira)
Solution:   Change the place where autocommands are triggered.

14 years agoupdated for version 7.3.166 v7.3.166
Bram Moolenaar [Thu, 28 Apr 2011 15:24:58 +0000 (17:24 +0200)]
updated for version 7.3.166
Problem:    Buffer on the stack may be too big
Solution:   Allocate the space.

14 years agoupdated for version 7.3.165 v7.3.165
Bram Moolenaar [Thu, 28 Apr 2011 15:21:53 +0000 (17:21 +0200)]
updated for version 7.3.165
Problem:    ":find" completion does not escape spaces in a directory name.
            (Isz)
Solution:   Add backslashes for EXPAND_FILES_IN_PATH. (Carlo Teubner)

14 years agoupdated for version 7.3.164 v7.3.164
Bram Moolenaar [Thu, 28 Apr 2011 11:02:09 +0000 (13:02 +0200)]
updated for version 7.3.164
Problem:    C-indenting: a preprocessor statement confuses detection of a
            function delcaration.
Solution:   Ignore preprocessor lines. (Lech Lorens)  Also recognize the style
            to put a comma before the argument name.

14 years agoupdated for version 7.3.163 v7.3.163
Bram Moolenaar [Thu, 28 Apr 2011 10:57:36 +0000 (12:57 +0200)]
updated for version 7.3.163
Problem:    For the default of 'shellpipe' "mksh" and "pdksh" are not
            recognized.
Solution:   Recognize these shell names.

14 years agoupdated for version 7.3.162 v7.3.162
Bram Moolenaar [Thu, 21 Apr 2011 12:27:28 +0000 (14:27 +0200)]
updated for version 7.3.162
Problem:    No error message when assigning to a list with an index out of
            range. (Yukihiro Nakadaira)
Solution:   Add the error message.

14 years agoupdated for version 7.3.161 v7.3.161
Bram Moolenaar [Mon, 11 Apr 2011 19:35:11 +0000 (21:35 +0200)]
updated for version 7.3.161
Problem:    Items on the stack may be too big.
Solution:   Make items static or allocate them.

14 years agoupdated for version 7.3.160 v7.3.160
Bram Moolenaar [Mon, 11 Apr 2011 14:56:35 +0000 (16:56 +0200)]
updated for version 7.3.160
Problem:    Unsafe string copying.
Solution:   Use vim_strncpy() instead of strcpy().  Use vim_strcat() instead
            of strcat().

14 years agoupdated for version 7.3.159 v7.3.159
Bram Moolenaar [Mon, 11 Apr 2011 12:29:17 +0000 (14:29 +0200)]
updated for version 7.3.159
Problem:    Using uninitialized pointer when out of memory.
Solution:   Check for NULL return value.

14 years agoupdated for version 7.3.158 v7.3.158
Bram Moolenaar [Mon, 11 Apr 2011 12:27:38 +0000 (14:27 +0200)]
updated for version 7.3.158
Problem:    Might use uninitialized memory in C indenting.
Solution:   Init arrays to empty.

14 years agoupdated for version 7.3.157 v7.3.157
Bram Moolenaar [Mon, 11 Apr 2011 12:26:19 +0000 (14:26 +0200)]
updated for version 7.3.157
Problem:    Superfluous assignment.
Solution:   Remove assignment.

14 years agoupdated for version 7.3.156 v7.3.156
Bram Moolenaar [Mon, 11 Apr 2011 12:24:37 +0000 (14:24 +0200)]
updated for version 7.3.156
Problem:    Tty names possibly left unterminated.
Solution:   Use vim_strncpy() instead of strncpy().

14 years agoupdated for version 7.3.155 v7.3.155
Bram Moolenaar [Mon, 11 Apr 2011 11:46:13 +0000 (13:46 +0200)]
updated for version 7.3.155
Problem:    Crash when using map(), filter() and remove() on v:. (ZyX)
            Also for extend(). (Yukihiro Nakadaira)
Solution:   Mark v: as locked.  Also correct locking error messages.

14 years agoupdated for version 7.3.154 v7.3.154
Bram Moolenaar [Sat, 2 Apr 2011 13:12:50 +0000 (15:12 +0200)]
updated for version 7.3.154
Problem:    Can't compile with tiny features. (Tony Mechelynck)
Solution:   Move #define outside of #ifdef.

14 years agoupdated for version 7.3.153 v7.3.153
Bram Moolenaar [Sat, 2 Apr 2011 12:44:55 +0000 (14:44 +0200)]
updated for version 7.3.153
Problem:    Compiler warning for ambiguous else, missing prototype.
Solution:   Add braces. (Dominique Pelle)  Add prototype for die().

14 years agoupdated for version 7.3.152 v7.3.152
Bram Moolenaar [Fri, 1 Apr 2011 17:14:40 +0000 (19:14 +0200)]
updated for version 7.3.152
Problem:    Xxd does not check for errors from library functions.
Solution:   Add error checks. (Florian Zumbiehl)

14 years agoUpdated runtime files.
Bram Moolenaar [Fri, 1 Apr 2011 16:03:16 +0000 (18:03 +0200)]
Updated runtime files.

14 years agoupdated for version 7.3.151 v7.3.151
Bram Moolenaar [Fri, 1 Apr 2011 14:28:38 +0000 (16:28 +0200)]
updated for version 7.3.151
Problem:    When "unnamedplus" is in 'clipboard' the selection is sometimes
            also copied to the star register.
Solution:   Avoid copy to the star register when undesired. (James Vega)

14 years agoupdated for version 7.3.150 v7.3.150
Bram Moolenaar [Fri, 1 Apr 2011 14:07:46 +0000 (16:07 +0200)]
updated for version 7.3.150
Problem:    readline() does not return the last line when the NL is missing.
            (Hong Xu)
Solution:   When at the end of the file Also check for a previous line.

14 years agoupdated for version 7.3.149 v7.3.149
Bram Moolenaar [Fri, 1 Apr 2011 13:33:59 +0000 (15:33 +0200)]
updated for version 7.3.149
Problem:    The cursor disappears after the processing of the 'setDot'
            netbeans command when vim runs in a terminal.
Solution:   Show the cursor after a screen update. (Xavier de Gaye, 2011

14 years agoupdated for version 7.3.148 v7.3.148
Bram Moolenaar [Fri, 1 Apr 2011 12:44:59 +0000 (14:44 +0200)]
updated for version 7.3.148
Problem:    A syntax file with a huge number of items or clusters causes weird
            behavior, a hang or a crash. (Yukihiro Nakadaira)
Solution:   Check running out of IDs. (partly by Ben Schmidt)

14 years agoupdated for version 7.3.147 v7.3.147
Bram Moolenaar [Fri, 1 Apr 2011 11:05:45 +0000 (13:05 +0200)]
updated for version 7.3.147
Problem:    Can't build on HP-UX.
Solution:   Remove an unnecessary backslash. (John Marriott)

14 years agoupdated for version 7.3.146 v7.3.146
Bram Moolenaar [Sun, 27 Mar 2011 14:03:15 +0000 (16:03 +0200)]
updated for version 7.3.146
Problem:    It's possible to assign to a read-only member of a dict.
            It's possible to create a global variable "0". (ZyX)
            It's possible to add a v: variable with ":let v:.name = 1".
Solution:   Add check for dict item being read-only.
            Check the name of g: variables.
            Disallow adding v: variables.

14 years agoupdated for version 7.3.145 v7.3.145
Bram Moolenaar [Sat, 26 Mar 2011 17:32:05 +0000 (18:32 +0100)]
updated for version 7.3.145
Problem:    Can't build with Python dynamically loading.
Solution:   Add dll_PyType_Ready.

14 years agoupdated for version 7.3.144 v7.3.144
Bram Moolenaar [Sat, 26 Mar 2011 12:56:48 +0000 (13:56 +0100)]
updated for version 7.3.144
Problem:    Crash with ":python help(dir)". (Kearn Holliday)
Solution:   Fix the way the type is set on objects. (Tobias Columbus)

14 years agoAdd missing files for patch 7.3.143. v7.3.143
Bram Moolenaar [Tue, 22 Mar 2011 19:52:37 +0000 (20:52 +0100)]
Add missing files for patch 7.3.143.

14 years agoupdated for version 7.3.143
Bram Moolenaar [Tue, 22 Mar 2011 17:10:45 +0000 (18:10 +0100)]
updated for version 7.3.143
Problem:    Memfile is not tested sufficiently.  Looking up blocks in a
            memfile is slow when there are many blocks.
Solution:   Add high level test and unittest.  Adjust the number of hash
            buckets to the number of blocks.  (Ivan Krasilnikov)

14 years agoUpdated runtime file. Fix Italian translations.
Bram Moolenaar [Tue, 22 Mar 2011 16:40:10 +0000 (17:40 +0100)]
Updated runtime file.  Fix Italian translations.

14 years agoupdated for version 7.3.142 v7.3.142
Bram Moolenaar [Tue, 22 Mar 2011 14:47:44 +0000 (15:47 +0100)]
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)

14 years agoupdated for version 7.3.141 v7.3.141
Bram Moolenaar [Tue, 22 Mar 2011 13:35:05 +0000 (14:35 +0100)]
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.

14 years agoUpdated runtime files.
Bram Moolenaar [Tue, 22 Mar 2011 13:05:35 +0000 (14:05 +0100)]
Updated runtime files.

14 years agoupdated for version 7.3.140 v7.3.140
Bram Moolenaar [Tue, 22 Mar 2011 12:29:24 +0000 (13:29 +0100)]
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)

14 years agoupdated for version 7.3.139 v7.3.139
Bram Moolenaar [Tue, 22 Mar 2011 12:07:26 +0000 (13:07 +0100)]
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.

14 years agoupdated for version 7.3.138 v7.3.138
Bram Moolenaar [Thu, 3 Mar 2011 14:54:50 +0000 (15:54 +0100)]
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)

14 years agoupdated for version 7.3.137 v7.3.137
Bram Moolenaar [Thu, 3 Mar 2011 14:04:08 +0000 (15:04 +0100)]
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.

14 years agoupdated for version 7.3.136 v7.3.136
Bram Moolenaar [Thu, 3 Mar 2011 14:01:30 +0000 (15:01 +0100)]
updated for version 7.3.136
Problem:    Duplicate include of assert.h.
Solution:   Remove it.

14 years agoupdated for version 7.3.135 v7.3.135
Bram Moolenaar [Fri, 25 Feb 2011 17:38:36 +0000 (18:38 +0100)]
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)

14 years agoupdated for version 7.3.134 v7.3.134
Bram Moolenaar [Fri, 25 Feb 2011 16:10:27 +0000 (17:10 +0100)]
updated for version 7.3.134
Problem:    Drag-n-drop doesn't work in KDE Dolphin.
Solution:   Add GDK_ACTION_MOVE flag. (Florian Degner)

14 years agoupdated for version 7.3.133 v7.3.133
Bram Moolenaar [Fri, 25 Feb 2011 15:52:17 +0000 (16:52 +0100)]
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.

14 years agoupdated for version 7.3.132 v7.3.132
Bram Moolenaar [Fri, 25 Feb 2011 14:18:50 +0000 (15:18 +0100)]
updated for version 7.3.132
Problem:    C++ style comments.
Solution:   Change to C comments.

14 years agoupdated for version 7.3.131 v7.3.131
Bram Moolenaar [Fri, 25 Feb 2011 14:17:19 +0000 (15:17 +0100)]
updated for version 7.3.131
Problem:    Including errno.h too often.
Solution:   Don't include errno.h in Unix header file.

14 years agoupdated for version 7.3.130 v7.3.130
Bram Moolenaar [Fri, 25 Feb 2011 14:15:50 +0000 (15:15 +0100)]
updated for version 7.3.130
Problem:    Variable misplaced in #ifdef.
Solution:   Move clipboard_event_time outside of #ifdef.

14 years agoupdated for version 7.3.129 v7.3.129
Bram Moolenaar [Fri, 25 Feb 2011 14:13:48 +0000 (15:13 +0100)]
updated for version 7.3.129
Problem:    Using integer like a boolean.
Solution:   Nicer check for integer being non-zero.

14 years agoupdated for version 7.3.128 v7.3.128
Bram Moolenaar [Fri, 25 Feb 2011 14:11:22 +0000 (15:11 +0100)]
updated for version 7.3.128
Problem:    Another compiler warning for signed pointer.
Solution:   Use unsigned int argument for sscanf().

14 years agoupdated for version 7.3.127 v7.3.127
Bram Moolenaar [Fri, 25 Feb 2011 13:46:09 +0000 (14:46 +0100)]
updated for version 7.3.127
Problem:    Compiler complains about comma.
Solution:   Remove comma after last enum element.

14 years agoupdated for version 7.3.126 v7.3.126
Bram Moolenaar [Fri, 25 Feb 2011 13:42:45 +0000 (14:42 +0100)]
updated for version 7.3.126
Problem:    Compiler warning for signed pointer.
Solution:   Use unsigned int argument for sscanf().

14 years agoRuntime file updates.
Bram Moolenaar [Fri, 25 Feb 2011 13:42:19 +0000 (14:42 +0100)]
Runtime file updates.

14 years agoupdated for version 7.3.125 v7.3.125
Bram Moolenaar [Tue, 15 Feb 2011 17:06:15 +0000 (18:06 +0100)]
updated for version 7.3.125
Problem:    MSVC: Problem with quotes in link argument.
Solution:   Escape backslashes and quotes. (Weasley)

14 years agoupdated for version 7.3.124 v7.3.124
Bram Moolenaar [Tue, 15 Feb 2011 16:39:22 +0000 (17:39 +0100)]
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.

14 years agoupdated for version 7.3.123 v7.3.123
Bram Moolenaar [Tue, 15 Feb 2011 15:29:59 +0000 (16:29 +0100)]
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.

14 years agoupdated for version 7.3.122 v7.3.122
Bram Moolenaar [Tue, 15 Feb 2011 14:28:09 +0000 (15:28 +0100)]
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.

14 years agoupdated for version 7.3.121 v7.3.121
Bram Moolenaar [Tue, 15 Feb 2011 13:24:46 +0000 (14:24 +0100)]
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.

14 years agoupdated for version 7.3.120 v7.3.120
Bram Moolenaar [Tue, 15 Feb 2011 10:57:04 +0000 (11:57 +0100)]
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)

14 years agoupdated for version 7.3.119 v7.3.119
Bram Moolenaar [Sat, 12 Feb 2011 13:00:03 +0000 (14:00 +0100)]
updated for version 7.3.119
Problem:    Build problem on Mac. (Nicholas Stallard)
Solution:   Use "extern" instead of "EXTERN" for p_vfile.

14 years agoupdated for version 7.3.118 v7.3.118
Bram Moolenaar [Wed, 9 Feb 2011 17:47:40 +0000 (18:47 +0100)]
updated for version 7.3.118
Problem:    Ruby uses SIGVTALARM which makes Vim exit. (Alec Tica)
Solution:   Ignore SIGVTALARM. (Dominique Pelle)

14 years agoupdated for version 7.3.117 v7.3.117
Bram Moolenaar [Wed, 9 Feb 2011 16:42:57 +0000 (17:42 +0100)]
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".

14 years agoupdated for version 7.3.116 v7.3.116
Bram Moolenaar [Wed, 9 Feb 2011 16:09:30 +0000 (17:09 +0100)]
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)

14 years agoUpdated runtime files and translations.
Bram Moolenaar [Wed, 9 Feb 2011 16:07:58 +0000 (17:07 +0100)]
Updated runtime files and translations.

14 years agoupdated for version 7.3.115 v7.3.115
Bram Moolenaar [Wed, 9 Feb 2011 15:44:51 +0000 (16:44 +0100)]
updated for version 7.3.115
Problem:    Vim can crash when tmpnam() returns NULL.
Solution:   Check for NULL. (Hong Xu)

14 years agoupdated for version 7.3.114 v7.3.114
Bram Moolenaar [Wed, 9 Feb 2011 14:59:37 +0000 (15:59 +0100)]
updated for version 7.3.114
Problem:    Potential problem in initialization when giving an error message
            early.
Solution:   Initialize 'verbosefile' empty. (Ben Schmidt)

14 years agoupdated for version 7.3.113 v7.3.113
Bram Moolenaar [Wed, 9 Feb 2011 13:47:03 +0000 (14:47 +0100)]
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)

14 years agoupdated for version 7.3.112 v7.3.112
Bram Moolenaar [Tue, 1 Feb 2011 20:55:01 +0000 (21:55 +0100)]
updated for version 7.3.112
Problem:    Setting 'statusline' to "%!'asdf%' reads uninitialized memory.
Solution:   Check for NUL after %.

14 years agoupdated for version 7.3.111 v7.3.111
Bram Moolenaar [Tue, 1 Feb 2011 17:01:11 +0000 (18:01 +0100)]
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'.

14 years agoupdated for version 7.3.110 v7.3.110
Bram Moolenaar [Tue, 1 Feb 2011 16:12:25 +0000 (17:12 +0100)]
updated for version 7.3.110
Problem:    The "nbsp" item in 'listchars' isn't used for ":list".
Solution:   Make it work. (Christian Brabandt)

14 years agoupdated for version 7.3.109 v7.3.109
Bram Moolenaar [Tue, 1 Feb 2011 12:59:48 +0000 (13:59 +0100)]
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.

14 years agoupdated for version 7.3.108 v7.3.108
Bram Moolenaar [Tue, 1 Feb 2011 12:48:53 +0000 (13:48 +0100)]
updated for version 7.3.108
Problem:    Useless check for NULL when calling vim_free().
Solution:   Remove the check. (Dominique Pelle)