]> granicus.if.org Git - vim/log
vim
13 years agoupdated for version 7.3.275 v7.3.275
Bram Moolenaar [Wed, 10 Aug 2011 13:56:27 +0000 (15:56 +0200)]
updated for version 7.3.275
Problem:    MS-Windows: When using a black background some screen updates
            cause the window to flicker.
Solution:   Add WS_CLIPCHILDREN to CreateWindow().  (RenĂ© Aguirre)

13 years agoupdated for version 7.3.274 v7.3.274
Bram Moolenaar [Wed, 10 Aug 2011 12:32:39 +0000 (14:32 +0200)]
updated for version 7.3.274
Problem:    With concealed characters tabs do not have the right size.
Solution:   Use VCOL_HLC instead of vcol. (Eiichi Sato)

13 years agoupdated for version 7.3.273 v7.3.273
Bram Moolenaar [Wed, 10 Aug 2011 11:21:46 +0000 (13:21 +0200)]
updated for version 7.3.273
Problem:    A BOM in an error file is seen as text. (Aleksey Baibarin)
Solution:   Remove the BOM from the text before evaluating. (idea by Christian
            Brabandt)

13 years agoupdated for version 7.3.272 v7.3.272
Bram Moolenaar [Wed, 10 Aug 2011 10:38:08 +0000 (12:38 +0200)]
updated for version 7.3.272
Problem:    ":put =list" does not add an empty line for a trailing empty
            item.
Solution:   Add a trailing NL when turning a list into a string.

13 years agoupdated for version 7.3.271 v7.3.271
Bram Moolenaar [Wed, 10 Aug 2011 10:19:04 +0000 (12:19 +0200)]
updated for version 7.3.271
Problem:    Code not following Vim coding style.
Solution:   Fix the style. (Elias Diem)

13 years agoupdated for version 7.3.270 v7.3.270
Bram Moolenaar [Wed, 10 Aug 2011 10:11:01 +0000 (12:11 +0200)]
updated for version 7.3.270
Problem:    Illegal memory access.
Solution:   Swap conditions. (Dominique Pelle)

13 years agoupdated for version 7.3.269 v7.3.269
Bram Moolenaar [Thu, 4 Aug 2011 20:59:28 +0000 (22:59 +0200)]
updated for version 7.3.269
Problem:    'shellcmdflag' only works with one flag.
Solution:   Split into multiple arguments. (Gary Johnson)

13 years agoupdated for version 7.3.268 v7.3.268
Bram Moolenaar [Thu, 4 Aug 2011 17:36:52 +0000 (19:36 +0200)]
updated for version 7.3.268
Problem:    Vim freezes when executing an external command with zsh.
Solution:   Use O_NOCTTY both in the master and slave. (Bjorn Winckler)

13 years agoupdated for version 7.3.267 v7.3.267
Bram Moolenaar [Thu, 4 Aug 2011 17:34:59 +0000 (19:34 +0200)]
updated for version 7.3.267
Problem:    Ruby on Mac OS X 10.7 may crash.
Solution:   Avoid alloc(0). (Bjorn Winckler)

13 years agoupdated for version 7.3.266 v7.3.266
Bram Moolenaar [Wed, 27 Jul 2011 16:25:44 +0000 (18:25 +0200)]
updated for version 7.3.266
Problem:    In Gvim with iBus typing space in Insert mode doesn't work.
Solution:   Clear xim_expected_char after checking it.

13 years agoupdated for version 7.3.265 v7.3.265
Bram Moolenaar [Wed, 27 Jul 2011 15:58:46 +0000 (17:58 +0200)]
updated for version 7.3.265
Problem:    When storing a pattern in search history there is no proper check
            for the separator character.
Solution:   Pass the separator character to in_history(). (Muraoka Taro)

13 years agoupdated for version 7.3.264 v7.3.264
Bram Moolenaar [Wed, 27 Jul 2011 15:31:47 +0000 (17:31 +0200)]
updated for version 7.3.264
Problem:    When the current directory name contains wildcard characters, such
            as "foo[with]bar", the tags file can't be found.  (Jeremy
            Erickson)
Solution:   When searching for matching files also match without expanding
            wildcards.  This is a bit of a hack.

13 years agoupdated for version 7.3.263 v7.3.263
Bram Moolenaar [Wed, 27 Jul 2011 12:15:46 +0000 (14:15 +0200)]
updated for version 7.3.263
Problem:    Perl and Tcl have a few code style problems.
Solution:   Clean it up.  (Elias Diem)

13 years agoupdated for version 7.3.262 v7.3.262
Bram Moolenaar [Wed, 27 Jul 2011 12:09:09 +0000 (14:09 +0200)]
updated for version 7.3.262
Problem:    Photon code style doesn't match Vim style.
Solution:   Clean up some of it.  (Elias Diem)

13 years agoupdated for version 7.3.261 v7.3.261
Bram Moolenaar [Wed, 27 Jul 2011 11:59:21 +0000 (13:59 +0200)]
updated for version 7.3.261
Problem:    G++ error message errornously recognized as error.
Solution:   Ignore "In file included from" line also when it ends in a colon.
            (Fernando Castillo)

13 years agoupdated for version 7.3.260 v7.3.260
Bram Moolenaar [Wed, 20 Jul 2011 16:29:39 +0000 (18:29 +0200)]
updated for version 7.3.260
Problem:    CursorHold triggers on an incomplete mapping. (Will Gray)
Solution:   Don't trigger CursorHold when there is typeahead.

13 years agoupdated for version 7.3.259 v7.3.259
Bram Moolenaar [Wed, 20 Jul 2011 15:58:20 +0000 (17:58 +0200)]
updated for version 7.3.259
Problem:    Equivalence classes only work for latin characters.
Solution:   Add the Unicode equivalence characters. (Dominique Pelle)

13 years agoupdated for version 7.3.258 v7.3.258
Bram Moolenaar [Wed, 20 Jul 2011 15:27:25 +0000 (17:27 +0200)]
updated for version 7.3.258
Problem:    MS-Windows: The edit with existing vim context menu entries can be
            unwanted.
Solution:   Let a registry entry disable them. (Jerome Vuarand)

13 years agoupdated for version 7.3.257 v7.3.257
Bram Moolenaar [Wed, 20 Jul 2011 14:37:24 +0000 (16:37 +0200)]
updated for version 7.3.257
Problem:    Not all completions are available to user commands.
Solution:   Add "color", "compiler", "file_in_path" and "locale". (Dominique
            Pelle)

13 years agoupdated for version 7.3.256 v7.3.256
Bram Moolenaar [Wed, 20 Jul 2011 13:09:43 +0000 (15:09 +0200)]
updated for version 7.3.256
Problem:    Javascript indenting not sufficiently tested.
Solution:   Add more tests. (Luc Deschenaux)  Mark the lines that are indented
            wrong.

13 years agoupdated for version 7.3.255 v7.3.255
Bram Moolenaar [Wed, 20 Jul 2011 13:04:58 +0000 (15:04 +0200)]
updated for version 7.3.255
Problem:    When editing a file such as "File[2010-08-15].vim" an E16 error is
            given. (Manuel Stol)
Solution:   Don't give an error for failing to compile the regexp.

13 years agoUpdated runtime files.
Bram Moolenaar [Mon, 18 Jul 2011 17:40:27 +0000 (19:40 +0200)]
Updated runtime files.
Add missing test82 files.

13 years agoupdated for version 7.3.254 v7.3.254
Bram Moolenaar [Fri, 15 Jul 2011 19:24:11 +0000 (21:24 +0200)]
updated for version 7.3.254
Problem:    The coladd field is not reset when setting the line number for a
            ":call" command.
Solution:   Reset it.

13 years agoupdated for version 7.3.253 v7.3.253
Bram Moolenaar [Fri, 15 Jul 2011 19:16:59 +0000 (21:16 +0200)]
updated for version 7.3.253
Problem:    "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
            Checks in mb_strnicmp() for illegal and truncated bytes are
            wrong.  Should not assume that byte length is equal before case
            folding.
Solution:   Add utf_safe_read_char_adv() and utf_strnicmp(). Add a test for
            this. (Ivan Krasilnikov)

13 years agoupdated for version 7.3.252 v7.3.252
Bram Moolenaar [Fri, 15 Jul 2011 15:56:16 +0000 (17:56 +0200)]
updated for version 7.3.252
Problem:    Tests fail. (David Northfield)
Solution:   Add missing update for .ok file.

13 years agoupdated for version 7.3.251 v7.3.251
Bram Moolenaar [Fri, 15 Jul 2011 15:51:34 +0000 (17:51 +0200)]
updated for version 7.3.251
Problem:    "gH<Del>" deletes the current line, except when it's the last
            line.
Solution:   Set the "include" flag to indicate the last line is to be deleted.

13 years agoupdated for version 7.3.250 v7.3.250
Bram Moolenaar [Fri, 15 Jul 2011 13:54:44 +0000 (15:54 +0200)]
updated for version 7.3.250
Problem:    Python: Errors in Unicode characters not handled nicely.
Solution:   Add the surrogateescape error handler. (lilydjwg)

13 years agoupdated for version 7.3.249 v7.3.249
Bram Moolenaar [Fri, 15 Jul 2011 12:12:30 +0000 (14:12 +0200)]
updated for version 7.3.249
Problem:    Wrong indenting for array initializer.
Solution:   Detect '}' in a better way. (Lech Lorens)

13 years agoupdated for version 7.3.248 v7.3.248
Bram Moolenaar [Fri, 15 Jul 2011 11:52:04 +0000 (13:52 +0200)]
updated for version 7.3.248
Problem:    PC Install instructions missing install instructions.
Solution:   Step-by-step explanation. (Michael Soyka)

13 years agoupdated for version 7.3.247 v7.3.247
Bram Moolenaar [Fri, 15 Jul 2011 11:33:21 +0000 (13:33 +0200)]
updated for version 7.3.247
Problem:    Running tests changes the users viminfo file.  Test for patch
            7.3.245 missing.
Solution:   Add "nviminfo" to the 'viminfo' option.  Include the test.

13 years agoupdated for version 7.3.246 v7.3.246
Bram Moolenaar [Fri, 15 Jul 2011 11:21:30 +0000 (13:21 +0200)]
updated for version 7.3.246
Problem:    Repeating "f4" in "4444" skips one 4.
Solution:   Check the t_cmd flag. (Christian Brabandt)

13 years agoupdated for version 7.3.245 v7.3.245
Bram Moolenaar [Fri, 15 Jul 2011 11:09:51 +0000 (13:09 +0200)]
updated for version 7.3.245
Problem:    Python 3.2 libraries not correctly detected.
Solution:   Add the suffix to the library name. (Niclas Zeising)

13 years agoupdated for version 7.3.244 v7.3.244
Bram Moolenaar [Thu, 7 Jul 2011 15:43:41 +0000 (17:43 +0200)]
updated for version 7.3.244
Problem:    MS-Windows: Build problem with old compiler. (John Beckett)
Solution:   Only use HandleToLong() when available. (Mike Williams)

13 years agoupdated for version 7.3.243 v7.3.243
Bram Moolenaar [Thu, 7 Jul 2011 15:36:56 +0000 (17:36 +0200)]
updated for version 7.3.243
Problem:    Illegal memory access in readline().
Solution:   Swap the conditions. (Dominique Pelle)

13 years agoupdated for version 7.3.242 v7.3.242
Bram Moolenaar [Thu, 7 Jul 2011 15:15:33 +0000 (17:15 +0200)]
updated for version 7.3.242
Problem:    Illegal memory access in after_pathsep().
Solution:   Check that the pointer is not at the start of the file name.
            (Dominique Pelle)

13 years agoupdated for version 7.3.241 v7.3.241
Bram Moolenaar [Thu, 7 Jul 2011 14:44:37 +0000 (16:44 +0200)]
updated for version 7.3.241
Problem:    Using CTRL-R CTRL-W on the command line may insert only part of
            the word.
Solution:   Use the cursor position instead of assuming it is at the end of
            the command. (Tyru)

13 years agoupdated for version 7.3.240 v7.3.240
Bram Moolenaar [Thu, 7 Jul 2011 14:20:52 +0000 (16:20 +0200)]
updated for version 7.3.240
Problem:    External commands can't use pipes on MS-Windows.
Solution:   Implement pipes and use them when 'shelltemp' isn't set. (Vincent
            Berthoux)

13 years agoupdated for version 7.3.239 v7.3.239
Bram Moolenaar [Thu, 7 Jul 2011 13:08:58 +0000 (15:08 +0200)]
updated for version 7.3.239
Problem:    Python corrects the cursor column without taking 'virtualedit'
            into account. (lilydjwg)
Solution:   Call check_cursor_col_win().

13 years agoupdated for version 7.3.238 v7.3.238
Bram Moolenaar [Thu, 7 Jul 2011 13:04:52 +0000 (15:04 +0200)]
updated for version 7.3.238
Problem:    Compiler warning for conversion.
Solution:   Add type cast. (Mike Williams)

13 years agoupdated for version 7.3.237 v7.3.237
Bram Moolenaar [Sun, 26 Jun 2011 17:40:23 +0000 (19:40 +0200)]
updated for version 7.3.237
Problem:    "filetype" completion doesn't work on Windows. (Yue Wu)
Solution:   Don't use a glob pattern for the directories, use a list of
            directories. (Dominique Pelle)

13 years agoupdated for version 7.3.236 v7.3.236
Bram Moolenaar [Sun, 26 Jun 2011 17:13:50 +0000 (19:13 +0200)]
updated for version 7.3.236
Problem:    Python 3 doesn't compile without +multi_byte
Solution:   Use "latin1" when MULTI_BYTE is not defined. (lilydjwg)

13 years agoupdated for version 7.3.235 v7.3.235
Bram Moolenaar [Sun, 26 Jun 2011 03:36:34 +0000 (05:36 +0200)]
updated for version 7.3.235
Problem:    ";" gets stuck on a "t" command, it's not useful.
Solution:   Add the ';' flag in 'cpo'. (Christian Brabandt)

13 years agoupdated for version 7.3.234 v7.3.234
Bram Moolenaar [Sun, 26 Jun 2011 02:49:00 +0000 (04:49 +0200)]
updated for version 7.3.234
Problem:    With GTK menu may be popping down.
Solution:   Use event time instead of GDK_CURRENT_TIME. (Hong Xu)

13 years agoupdated for version 7.3.233 v7.3.233
Bram Moolenaar [Sun, 26 Jun 2011 02:25:30 +0000 (04:25 +0200)]
updated for version 7.3.233
Problem:    ":scriptnames" and ":breaklist" show long file names.
Solution:   Shorten to use "~/" when possible. (Jean-Rene David)

13 years agoupdated for version 7.3.232 v7.3.232
Bram Moolenaar [Sun, 26 Jun 2011 02:01:44 +0000 (04:01 +0200)]
updated for version 7.3.232
Problem:    Python doesn't compile without +multi_byte
Solution:   Use "latin1" when MULTI_BYTE is not defined.

13 years agoupdated for version 7.3.231 v7.3.231
Bram Moolenaar [Sun, 26 Jun 2011 01:18:52 +0000 (03:18 +0200)]
updated for version 7.3.231
Problem:    Runtime file patches failed.
Solution:   Redo the patches made against the patched files instead of the
            files in the mercurial repository.

13 years agoupdated for version 7.3.230 v7.3.230
Bram Moolenaar [Mon, 20 Jun 2011 03:02:58 +0000 (05:02 +0200)]
updated for version 7.3.230
Problem:    ":wundo" and ":rundo" don't unescape their argument.  (Aaron
            Thoma)
Solution:   Use FILE1 instead of XFILE.

13 years agoupdated for version 7.3.229 v7.3.229
Bram Moolenaar [Sun, 19 Jun 2011 22:53:15 +0000 (00:53 +0200)]
updated for version 7.3.229
Problem:    Using fork() makes gvim crash on Mac when build with
            CoreFoundation.
Solution:   Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)

13 years agoupdated for version 7.3.228 v7.3.228
Bram Moolenaar [Sun, 19 Jun 2011 22:45:58 +0000 (00:45 +0200)]
updated for version 7.3.228
Problem:    "2gj" does not always move to the correct position.
Solution:   Get length of line after moving to a next line. (James Vega)

13 years agoupdated for version 7.3.227 v7.3.227
Bram Moolenaar [Sun, 19 Jun 2011 22:25:44 +0000 (00:25 +0200)]
updated for version 7.3.227
Problem:    Mac OS doesn't have the linewise clipboard fix.
Solution:   Also change the Mac OS file. (Bjorn Winckler)

13 years agoUpdated runtime files.
Bram Moolenaar [Sun, 19 Jun 2011 03:09:16 +0000 (05:09 +0200)]
Updated runtime files.

13 years agoupdated for version 7.3.226 v7.3.226
Bram Moolenaar [Sun, 19 Jun 2011 02:54:21 +0000 (04:54 +0200)]
updated for version 7.3.226
Problem:    On a 64 bit system "syn sync fromstart" is very slow.  (Bjorn
            Steinbrink)
Solution:   Store the state when starting to parse from the first line.

13 years agoupdated for version 7.3.225 v7.3.225
Bram Moolenaar [Sun, 19 Jun 2011 02:32:15 +0000 (04:32 +0200)]
updated for version 7.3.225
Problem:    Using "\n" in a substitute inside ":s" does not result in a line
            break.
Solution:   Change behavior inside vim_regexec_nl().   Add tests.  (Motoya
            Kurotsu)

13 years agoupdated for version 7.3.224 v7.3.224
Bram Moolenaar [Sun, 19 Jun 2011 00:55:37 +0000 (02:55 +0200)]
updated for version 7.3.224
Problem:    Can't pass dict to sort function.
Solution:   Add the optional {dict} argument to sort(). (ZyX)

13 years agoupdated for version 7.3.223 v7.3.223
Bram Moolenaar [Sat, 18 Jun 2011 23:30:07 +0000 (01:30 +0200)]
updated for version 7.3.223
Problem:    MingW cross compilation doesn't work with tiny features.
Solution:   Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of
            "#ifdef CLIPBOARD".  Fix typo in makefile.

13 years agoupdated for version 7.3.222 v7.3.222
Bram Moolenaar [Sat, 18 Jun 2011 23:27:34 +0000 (01:27 +0200)]
updated for version 7.3.222
Problem:    Warning for building GvimExt.
Solution:   Comment-out the DESCRIPTION line. (Mike Williams)

13 years agoupdated for version 7.3.221 v7.3.221
Bram Moolenaar [Sat, 18 Jun 2011 23:14:29 +0000 (01:14 +0200)]
updated for version 7.3.221
Problem:    Text from the clipboard is sometimes handled as linewise, but not
            consistently.
Solution:   Assume the text is linewise when it ends in a CR or NL.

13 years agoupdated for version 7.3.220 v7.3.220
Bram Moolenaar [Sat, 18 Jun 2011 22:27:51 +0000 (00:27 +0200)]
updated for version 7.3.220
Problem:    Python 3: vim.error is a 'str' instead of an 'Exception' object,
            so 'except' or 'raise' it causes a 'SystemError' exception.
            Buffer objects do not support slice assignment.
            When exchanging text between Vim and Python, multibyte texts become
            gabage or cause Unicode Expceptions, etc.
            'py3file' tries to read in the file as Unicode, sometimes causes
            UnicodeDecodeException
Solution:   Fix the problems. (lilydjwg)

13 years agoAdd files added by recent patches.
Bram Moolenaar [Mon, 13 Jun 2011 19:21:22 +0000 (21:21 +0200)]
Add files added by recent patches.

13 years agoupdated for version 7.3.219 v7.3.219
Bram Moolenaar [Mon, 13 Jun 2011 00:04:00 +0000 (02:04 +0200)]
updated for version 7.3.219
Problem:    Can't compile with GTK on Mac.
Solution:   Add some #ifdef trickery. (Ben Schmidt)

13 years agoupdated for version 7.3.218 v7.3.218
Bram Moolenaar [Sun, 12 Jun 2011 23:32:46 +0000 (01:32 +0200)]
updated for version 7.3.218
Problem:    Tiny configuration problem with Python 3.
Solution:   Add abiflags in one more place. (Andreas Behr)

13 years agoupdated for version 7.3.217 v7.3.217
Bram Moolenaar [Sun, 12 Jun 2011 23:19:56 +0000 (01:19 +0200)]
updated for version 7.3.217
Problem:    Inside an "if" a ":wincmd" causes problems.
Solution:   When skipping commands let ":wincmd" skip over its argument.

13 years agoupdated for version 7.3.216 v7.3.216
Bram Moolenaar [Sun, 12 Jun 2011 23:07:27 +0000 (01:07 +0200)]
updated for version 7.3.216
Problem:    When recovering a file a range of lines is missing. (Charles Jie)
Solution:   Reset the index when advancing to the next pointer block.  Add a
            test to verify recovery works.

13 years agoupdated for version 7.3.215 v7.3.215
Bram Moolenaar [Sun, 12 Jun 2011 20:13:40 +0000 (22:13 +0200)]
updated for version 7.3.215
Problem:    Wrong file names in previous patch. (Toothpik)
Solution:   Include the option changes.

13 years agoupdated for version 7.3.214 v7.3.214
Bram Moolenaar [Sun, 12 Jun 2011 20:03:23 +0000 (22:03 +0200)]
updated for version 7.3.214
Problem:    The text displayed by ":z-" isn't exactly like old Vi.
Solution:   Add one to the start line number. (ChangZhuo Chen)

13 years agoupdated for version 7.3.213 v7.3.213
Bram Moolenaar [Sun, 12 Jun 2011 19:51:08 +0000 (21:51 +0200)]
updated for version 7.3.213
Problem:    Javascript object literal is not indented correctly.
Solution:   Make a special case for when "J1" is in 'cino'. (Luc Deschenaux)

13 years agoupdated for version 7.3.212 v7.3.212
Bram Moolenaar [Sun, 12 Jun 2011 19:37:13 +0000 (21:37 +0200)]
updated for version 7.3.212
Problem:    With Python 3.2 ":py3" fails.
Solution:   Move PyEval_InitThreads() to after Py_Initialize(). (Roland
            Puntaier)  Check abiflags in configure. (Andreas Behr)

13 years agoupdated for version 7.3.211 v7.3.211
Bram Moolenaar [Sun, 12 Jun 2011 19:25:00 +0000 (21:25 +0200)]
updated for version 7.3.211
Problem:    Compiler warning.
Solution:   Add type cast.

13 years agoupdated for version 7.3.210 v7.3.210
Bram Moolenaar [Sun, 12 Jun 2011 18:42:22 +0000 (20:42 +0200)]
updated for version 7.3.210
Problem:    Can't always find the file when using cscope.
Solution:   Add the 'cscoperelative' option. (Raghavendra D Prabhu)

13 years agoupdated for version 7.3.209 v7.3.209
Bram Moolenaar [Sun, 12 Jun 2011 18:36:09 +0000 (20:36 +0200)]
updated for version 7.3.209
Problem:    MSVC Install instructions point to wrong batch file.
Solution:   Add a batch file for use with MSVC 10.

13 years agoupdated for version 7.3.208 v7.3.208
Bram Moolenaar [Sun, 12 Jun 2011 18:33:38 +0000 (20:33 +0200)]
updated for version 7.3.208
Problem:    Early terminated if statement.
Solution:   Remove the semicolon. (Lech Lorens)

13 years agoupdated for version 7.3.207 v7.3.207
Bram Moolenaar [Sun, 12 Jun 2011 18:31:31 +0000 (20:31 +0200)]
updated for version 7.3.207
Problem:    Can't compile with MSVC with pentium4 and 64 bit.
Solution:   Only use SSE2 for 32 bit. (Mike Williams)

13 years agoupdated for version 7.3.206 v7.3.206
Bram Moolenaar [Wed, 25 May 2011 19:18:06 +0000 (21:18 +0200)]
updated for version 7.3.206
Problem:    64bit MS-Windows compiler warning.
Solution:   Use HandleToLong() instead of type cast. (Mike Williams)

13 years agoupdated for version 7.3.205 v7.3.205
Bram Moolenaar [Wed, 25 May 2011 15:56:27 +0000 (17:56 +0200)]
updated for version 7.3.205
Problem:    Syntax "extend" doesn't work correctly.
Solution:   Avoid calling check_state_ends() recursively (Ben Schmidt)

13 years agoupdated for version 7.3.204 v7.3.204
Bram Moolenaar [Wed, 25 May 2011 15:29:44 +0000 (17:29 +0200)]
updated for version 7.3.204
Problem:    Compiler warning.
Solution:   Add type cast. (Mike Williams)

13 years agoupdated for version 7.3.203 v7.3.203
Bram Moolenaar [Wed, 25 May 2011 15:06:22 +0000 (17:06 +0200)]
updated for version 7.3.203
Problem:    MS-Windows: Can't run an external command without a console window.
Solution:   Support ":!start /b cmd". (Xaizek)

13 years agoupdated for version 7.3.202 v7.3.202
Bram Moolenaar [Wed, 25 May 2011 13:16:18 +0000 (15:16 +0200)]
updated for version 7.3.202
Problem:    Cannot influence the indent inside a namespace.
Solution:   Add the "N" 'cino' parameter. (Konstantin Lepa)

13 years agoupdated for version 7.3.201 v7.3.201
Bram Moolenaar [Wed, 25 May 2011 11:34:04 +0000 (13:34 +0200)]
updated for version 7.3.201
Problem:    "} else" still causes following lines to be indented too much.
Solution:   Better detection for the "else" block. (Lech Lorens)

13 years agoupdated for version 7.3.200 v7.3.200
Bram Moolenaar [Wed, 25 May 2011 10:51:22 +0000 (12:51 +0200)]
updated for version 7.3.200
Problem:    CTRL-D doesn't complete :lang.
Solution:   Add the missing part of the change. (Dominique Pelle)

13 years agoupdated for version 7.3.199 v7.3.199
Bram Moolenaar [Wed, 25 May 2011 10:09:50 +0000 (12:09 +0200)]
updated for version 7.3.199
Problem:    MS-Windows: Compilation problem of OLE with MingW compiler.
Solution:   Put #ifdef around declarations. (Guopeng Wen)

13 years agoupdated for version 7.3.198 v7.3.198
Bram Moolenaar [Thu, 19 May 2011 16:26:40 +0000 (18:26 +0200)]
updated for version 7.3.198
Problem:    No completion for ":lang".
Solution:   Get locales to complete from. (Dominique Pelle)

13 years agoupdated for version 7.3.197 v7.3.197
Bram Moolenaar [Thu, 19 May 2011 15:42:59 +0000 (17:42 +0200)]
updated for version 7.3.197
Problem:    When a QuickfixCmdPost event removes all errors, Vim still tries
            to jump to the first error, resulting in E42.
Solution:   Get the number of error after the autocmd event. (Mike Lundy)

13 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)

13 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)

13 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)

13 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)

13 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.

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

13 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.

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

13 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)

13 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.

13 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.

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

13 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.

13 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.

13 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)

13 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)

13 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)

13 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.