summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.479v7.3.479v7-3-479Bram Moolenaar2012-03-235-5/+14
| | | | | | Problem: When 'cursorline' is set the line number highlighting can't be set separately. Solution: Add "CursorLineNr". (Howard Buchholz)
* Added tag v7-3-478 for changeset 754db4059212Bram Moolenaar2012-03-230-0/+0
|
* updated for version 7.3.478v7.3.478v7-3-478Bram Moolenaar2012-03-232-0/+3
| | | | | | Problem: Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo' containing !. Solution: Free the typeval. (Dominique Pelle)
* Added tag v7-3-477 for changeset 62dc0d69ab11Bram Moolenaar2012-03-230-0/+0
|
* updated for version 7.3.477v7.3.477v7-3-477Bram Moolenaar2012-03-232-0/+7
| | | | | | | Problem: Using ":echo" to output enough lines to scroll, then using "j" and "k" at the more prompt, displays the command on top of the output. (Marcin Szamotulski) Solution: Put the output below the command. (Christian Brabandt)
* Added tag v7-3-476 for changeset fb2c5a51dac7Bram Moolenaar2012-03-230-0/+0
|
* updated for version 7.3.476v7.3.476v7-3-476Bram Moolenaar2012-03-232-1/+4
| | | | | | | Problem: When selecting a block, using "$" to include the end of each line and using "A" and typing a backspace strange things happen. (Yuangchen Xie) Solution: Avoid using a negative length. (Christian Brabandt)
* Added tag v7-3-475 for changeset 36160830a5e8Bram Moolenaar2012-03-160-0/+0
|
* updated for version 7.3.475v7.3.475v7-3-475Bram Moolenaar2012-03-162-10/+14
| | | | | | Problem: In a terminal with few colors the omnicomplete menu may be hard to see when using the default colors. Solution: Use more explicit colors. (suggested by Alex Henrie)
* Added tag v7-3-474 for changeset 7613c9ab083fBram Moolenaar2012-03-160-0/+0
|
* updated for version 7.3.474v7.3.474v7-3-474Bram Moolenaar2012-03-162-18/+2
| | | | | Problem: Perl build with gcc 4 fails. Solution: Remove XS() statements. (Yasuhiro Matsumoto)
* Added tag v7-3-473 for changeset 7f1bce9c9b79Bram Moolenaar2012-03-160-0/+0
|
* updated for version 7.3.473v7.3.473v7-3-473Bram Moolenaar2012-03-162-1/+9
| | | | | | Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson)
* Added tag v7-3-472 for changeset 8332129d9ae8Bram Moolenaar2012-03-160-0/+0
|
* updated for version 7.3.472v7.3.472v7-3-472Bram Moolenaar2012-03-163-7/+16
| | | | | | | | Problem: Crash when using ":redraw" in a BufEnter autocommand and switching to another tab. (驼峰) Solution: Move triggering the the autocommands to after correcting the option values. Also check the row value to be out of bounds. (Christian Brabandt, Sergey Khorev)
* Added tag v7-3-471 for changeset 3465a9e77588Bram Moolenaar2012-03-160-0/+0
|
* updated for version 7.3.471v7.3.471v7-3-471Bram Moolenaar2012-03-163-3/+5
| | | | | Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt)
* Updated runtime files. Add Dutch translations.Bram Moolenaar2012-03-1148-77/+8331
|
* Added tag v7-3-470 for changeset 636e4db6e207Bram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.470v7.3.470v7-3-470Bram Moolenaar2012-03-072-1/+9
| | | | | Problem: Test 62 fails when compiled without GUI and X11. Solution: Don't test :drop when it is not supported.
* Added tag v7-3-469 for changeset e61c3b09ae86Bram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.469v7.3.469v7-3-469Bram Moolenaar2012-03-072-1/+3
| | | | | Problem: Compiler warning for unused argument without some features. Solution: Add UNUSED.
* Added tag v7-3-468 for changeset 38a135730423Bram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.468v7.3.468v7-3-468Bram Moolenaar2012-03-073-2/+36
| | | | | Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
* Added tag v7-3-467 for changeset 276d58e9265cBram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.467v7.3.467v7-3-467Bram Moolenaar2012-03-072-1/+4
| | | | | | Problem: Cursor positioned wrong at the command line when regaining focus and using some input method. Solution: Do not position the cursor in command line mode.
* Added tag v7-3-466 for changeset df9c7798b5e2Bram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.466v7.3.466v7-3-466Bram Moolenaar2012-03-072-0/+5
| | | | | | Problem: Get ml_get error hen ":behave mswin" was used and selecting several lines. (A. Sinan Unur) Solution: Adjust the end of the operation. (Christian Brabandt)
* Added tag v7-3-465 for changeset d1096a4e96bdBram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.465v7.3.465v7-3-465Bram Moolenaar2012-03-075-17/+72
| | | | | | Problem: Cannot get file name with newline from glob(). Solution: Add argument to glob() and expand() to indicate they must return a list. (Christian Brabandt)
* Added tag v7-3-464 for changeset 43259e4542c7Bram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.464v7.3.464v7-3-464Bram Moolenaar2012-03-071-6/+7
| | | | | Problem: Compiler warning for sprintf. Solution: Put the length in a variable. (Dominique Pelle)
* Added tag v7-3-463 for changeset 8e0fe5a723adBram Moolenaar2012-03-070-0/+0
|
* updated for version 7.3.463v7.3.463v7-3-463Bram Moolenaar2012-03-072-4/+9
| | | | | | Problem: When using ":s///c" the cursor is moved away from the match. (Lawman) Solution: Don't move the cursor when do_ask is set. (Christian Brabandt)
* Added tag v7-3-462 for changeset 70eff6af1158Bram Moolenaar2012-02-290-0/+0
|
* updated for version 7.3.462v7.3.462v7-3-462Bram Moolenaar2012-02-292-11/+49
| | | | | Problem: When using ":loadview" folds may be closed unexpectedly. Solution: Take into account foldlevel. (Xavier de Gaye)
* Added tag v7-3-461 for changeset de60f6fa3d8dBram Moolenaar2012-02-290-0/+0
|
* updated for version 7.3.461v7.3.461v7-3-461Bram Moolenaar2012-02-294-22/+87
| | | | | | | Problem: The InsertCharPre autocommand event is not triggered during completion and when typing several characters quickly. Solution: Also trigger InsertCharPre during completion. Do not read ahead when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto)
* Added tag v7-3-460 for changeset 981c7ad9dd48Bram Moolenaar2012-02-290-0/+0
|
* updated for version 7.3.460v7.3.460v7-3-460Bram Moolenaar2012-02-293-2/+16
| | | | | Problem: Win32: UPX does not compress 64 bit binaries. Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
* Added tag v7-3-459 for changeset cb2ae92ce106Bram Moolenaar2012-02-290-0/+0
|
* updated for version 7.3.459v7.3.459v7-3-459Bram Moolenaar2012-02-293-2/+4
| | | | | Problem: Win32: Warnings for type conversion. Solution: Add type casts. (Mike Williams)
* Added tag v7-3-458 for changeset da670fb71d30Bram Moolenaar2012-02-290-0/+0
|
* updated for version 7.3.458v7.3.458v7-3-458Bram Moolenaar2012-02-292-1/+4
| | | | | Problem: Crash when calling smsg() during startup. Solution: Don't use 'shortmess' when it is not set yet.
* Added tag v7-3-457 for changeset 4a2744311b3fBram Moolenaar2012-02-290-0/+0
|
* updated for version 7.3.457v7.3.457v7-3-457Bram Moolenaar2012-02-292-11/+18
| | | | | | Problem: When setting $VIMRUNTIME later the directory for fetching translated messages is not adjusted. Solution: Put bindtextdomain() in vim_setenv().
* Added tag v7-3-456 for changeset 07fd030f89beBram Moolenaar2012-02-220-0/+0
|
* updated for version 7.3.456v7.3.456v7-3-456Bram Moolenaar2012-02-224-24/+108
| | | | | | | Problem: ":tab drop file" has several problems, including moving the current window and opening a new tab for a file that already has a window. Solution: Refactor ":tab drop" handling. (Hirohito Higashi)
* Added tag v7-3-455 for changeset e6392f2aed4cBram Moolenaar2012-02-220-0/+0
|
* updated for version 7.3.455v7.3.455v7-3-455Bram Moolenaar2012-02-222-1/+12
| | | | | Problem: Using many continuation lines can be slow. Solution: Adjust the reallocation size to the current length.