summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't set mousebaserock/richardipsum/vimfixbaserock/morphRichard Ipsum2015-01-151-5/+0
| | | | This option is usually disabled by default
* vim.morph: install example vimrc as /etc/vimrcRichard Maw2012-05-161-2/+7
| | | | | This sets things like nocompatible, so vim behaves like it usually does, rather than what vi does.
* vim.morph: build multibyte and use /etc/vimrcRichard Maw2012-02-271-1/+5
| | | | | Extra configuration is required for multibyte support and vim won't automatically look for vimrc in /etc, it will look in $VIM.
* vim.morph: Use build-system: autotoolsRichard Maw2012-02-151-9/+1
| | | | This is equivalent right now and more analyzable
* add morphRichard Maw2012-01-171-0/+13
|
* Added tag v7-3-401 for changeset 1251e1ce9461Bram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.401v7.3.401v7-3-401Bram Moolenaar2012-01-102-12/+16
| | | | | Problem: A couple more shadowed variables. Solution: Rename the variables.
* Added tag v7-3-400 for changeset 320cc46d0eb0Bram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.400v7.3.400v7-3-400Bram Moolenaar2012-01-1019-162/+167
| | | | | Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
* Added tag v7-3-399 for changeset ce6afdc00290Bram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.399v7.3.399v7-3-399Bram Moolenaar2012-01-102-6/+14
| | | | | | Problem: ":cd" doesn't work when the path contains wildcards. (Yukihiro Nakadaira) Solution: Ignore wildcard errors when the EW_NOTWILD flag is used.
* Added tag v7-3-398 for changeset 9eb7fdfb5e63Bram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.398v7.3.398v7-3-398Bram Moolenaar2012-01-102-4/+3
| | | | | | Problem: When creating more than 10 location lists and adding items one by one a previous location may be used. (Audrius Kažukauskas) Solution: Clear the location list completely when adding the tenth one.
* Added tag v7-3-397 for changeset 75217982ea46Bram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.397v7.3.397v7-3-397Bram Moolenaar2012-01-105-24/+64
| | | | | | Problem: ":helpgrep" does not work properly when 'encoding' is not utf-8 or latin1. Solution: Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2012-01-1024-103/+278
|
* Added tag v7-3-396 for changeset 2f075595590fBram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.396v7.3.396v7-3-396Bram Moolenaar2012-01-102-0/+3
| | | | | | | Problem: After forcing an operator to be characterwise it can still become linewise when spanning whole lines. Solution: Don't make the operator linewise when motion_force was set. (Christian Brabandt)
* Added tag v7-3-395 for changeset 80c529a5650fBram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.395v7.3.395v7-3-395Bram Moolenaar2012-01-104-4/+15
| | | | | | Problem: "dv?bar" in the last line deletes too much and breaks undo. Solution: Only adjust the cursor position when it's after the last line of the buffer. Add a test. (Christian Brabandt)
* Added tag v7-3-394 for changeset 927c7377cf49Bram Moolenaar2012-01-100-0/+0
|
* updated for version 7.3.394v7.3.394v7-3-394Bram Moolenaar2012-01-102-3/+9
| | | | | | Problem: When placing a mark while starting up a screen redraw messes up the screen. (lith) Solution: Don't redraw while still starting up. (Christian Brabandt)
* Added tag v7-3-393 for changeset e0248b732a5cBram Moolenaar2012-01-040-0/+0
|
* updated for version 7.3.393v7.3.393v7-3-393Bram Moolenaar2012-01-042-29/+22
| | | | | | Problem: Win32: When resizing Vim it is always moved to the primary monitor if the secondary monitor is on the left. Solution: Use the nearest monitor. (Yukihiro Nakadaira)
* Added tag v7-3-392 for changeset c4898d6d73a2Bram Moolenaar2012-01-040-0/+0
|
* updated for version 7.3.392v7.3.392v7-3-392Bram Moolenaar2012-01-044-0/+42
| | | | | | | Problem: When setting 'undofile' while the file is already loaded but unchanged, try reading the undo file. (Andy Wokula) Solution: Compute a checksum of the text when 'undofile' is set. (Christian Brabandt)
* Added tag v7-3-391 for changeset 819322e0e93eBram Moolenaar2012-01-040-0/+0
|
* updated for version 7.3.391v7.3.391v7-3-391Bram Moolenaar2012-01-042-0/+5
| | | | | Problem: Can't check if the XPM_W32 feature is enabled. Solution: Add xpm_w32 to the list of features. (kat)
* Added tag v7-3-390 for changeset 48252b5fd170Bram Moolenaar2011-12-300-0/+0
|
* updated for version 7.3.390v7.3.390v7-3-390Bram Moolenaar2011-12-304-7/+18
| | | | | Problem: Using NULL buffer pointer in a window. Solution: Check for w_buffer being NULL in more places. (Bjorn Winckler)
* Added tag v7-3-389 for changeset c97c3272d7a6Bram Moolenaar2011-12-300-0/+0
|
* updated for version 7.3.389v7.3.389v7-3-389Bram Moolenaar2011-12-302-1/+4
| | | | | Problem: After typing at a prompt the "MORE" message appears too soon. Solution: reset lines_left in msg_end_prompt(). (Eswald)
* Added tag v7-3-388 for changeset 683fab13904cBram Moolenaar2011-12-300-0/+0
|
* updated for version 7.3.388v7.3.388v7-3-388Bram Moolenaar2011-12-302-0/+4
| | | | | Problem: Crash on exit when EXITFREE is defined and using tiny features. Solution: Check for NULL window pointer. (Dominique Pelle)
* Updated runtime files.Bram Moolenaar2011-12-3035-251/+453
|
* Added tag v7-3-387 for changeset ac16c62282acBram Moolenaar2011-12-300-0/+0
|
* updated for version 7.3.387v7.3.387v7-3-387Bram Moolenaar2011-12-302-1/+3
| | | | | Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier.
* Added tag v7-3-386 for changeset 1cedbee50ca6Bram Moolenaar2011-12-230-0/+0
|
* updated for version 7.3.386v7.3.386v7-3-386Bram Moolenaar2011-12-232-1/+3
| | | | | Problem: Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira)
* Added tag v7-3-385 for changeset 910eb66c9768Bram Moolenaar2011-12-230-0/+0
|
* updated for version 7.3.385v7.3.385v7-3-385Bram Moolenaar2011-12-232-0/+8
| | | | | | | Problem: When using an expression mapping on the command line the cursor ends up in the wrong place. (Yasuhiro Matsumoto) Solution: Save and restore msg_col and msg_row when evaluating the expression.
* Added tag v7-3-384 for changeset e958eeffa0a7Bram Moolenaar2011-12-230-0/+0
|
* updated for version 7.3.384v7.3.384v7-3-384Bram Moolenaar2011-12-232-1/+3
| | | | | | Problem: Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary completion. Solution: Add CTRL-K to the list of recognized keys. (James McCoy)
* Added tag v7-3-383 for changeset f8d2ef4512f8Bram Moolenaar2011-12-230-0/+0
|
* updated for version 7.3.383v7.3.383v7-3-383Bram Moolenaar2011-12-232-1/+3
| | | | | Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
* Added tag v7-3-382 for changeset 2260435283f2Bram Moolenaar2011-12-150-0/+0
|
* updated for version 7.3.382v7.3.382v7-3-382Bram Moolenaar2011-12-152-6/+19
| | | | | | Problem: IME characters are inserted twice. Solution: Do not call DefWindowProc() if the event was handled. (Yasuhiro Matsumoto)
* Update runtime files.Bram Moolenaar2011-12-1436-237/+908
|
* Added tag v7-3-381 for changeset 6cc788692b2eBram Moolenaar2011-12-140-0/+0
|
* updated for version 7.3.381v7.3.381v7-3-381Bram Moolenaar2011-12-144-1/+71
| | | | | Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)