summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.430v7.4.430Bram Moolenaar2014-08-302-1/+3
| | | | | Problem: test_listlbr fails when compiled with normal features. Solution: Check for the +conceal feature.
* updated for version 7.4.429v7.4.429Bram Moolenaar2014-08-302-0/+4
| | | | | Problem: Build fails with fewer features. (Elimar Riesebieter) Solution: Add #ifdef.
* updated for version 7.4.428v7.4.428Bram Moolenaar2014-08-292-3/+24
| | | | | | Problem: executable() may return a wrong result on MS-Windows. Solution: Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken Takata)
* updated for version 7.4.427v7.4.427Bram Moolenaar2014-08-293-4/+16
| | | | | | Problem: When an InsertCharPre autocommand executes system() typeahead may be echoed and messes up the display. (Jacob Niehus) Solution: Do not set cooked mode when invoked from ":silent".
* updated for version 7.4.426v7.4.426Bram Moolenaar2014-08-292-0/+3
| | | | | Problem: README File missing from list of files. Solution: Update the list of files.
* Update runtime files.Bram Moolenaar2014-08-2916-55/+268
|
* updated for version 7.4.425v7.4.425Bram Moolenaar2014-08-292-1/+9
| | | | | | Problem: When 'showbreak' is used "gj" may move to the wrong position. (Nazri Ramliy) Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt)
* updated for version 7.4.424v7.4.424Bram Moolenaar2014-08-292-1/+5
| | | | | | Problem: Get ml_get error when using Python to delete lines in a buffer that is not in a window. issue 248. Solution: Do not try adjusting the cursor for a different buffer.
* updated for version 7.4.423v7.4.423Bram Moolenaar2014-08-294-5/+11
| | | | | Problem: expand("$shell") does not work as documented. Solution: Do not escape the $ when expanding environment variables.
* updated for version 7.4.422v7.4.422Bram Moolenaar2014-08-294-0/+30
| | | | | | Problem: When using conceal with linebreak some text is not displayed correctly. (GrĂ¼ner Gimpel) Solution: Check for conceal mode when using linebreak. (Christian Brabandt)
* updated for version 7.4.421v7.4.421Bram Moolenaar2014-08-294-1/+33
| | | | | Problem: Crash when searching for "\ze*". (Urtica Dioica) Solution: Disallow a multi after \ze and \zs.
* updated for version 7.4.420v7.4.420Bram Moolenaar2014-08-292-0/+20
| | | | | Problem: It's not obvious how to add a new test. Solution: Add a README file. (Christian Brabandt)
* updated for version 7.4.419v7.4.419Bram Moolenaar2014-08-294-0/+50
| | | | | | Problem: Whan part of a list is locked it's possible to make changes. Solution: Check if any of the list items is locked before make a change. (ZyX)
* updated for version 7.4.418v7.4.418Bram Moolenaar2014-08-292-0/+10
| | | | | | Problem: When leaving ":append" the cursor shape is like in Insert mode. (Jacob Niehus) Solution: Do not have State set to INSERT when calling getline().
* updated for version 7.4.417v7.4.417Bram Moolenaar2014-08-244-9/+18
| | | | | | Problem: After splitting a window and setting 'breakindent' the default minimum with is not respected. Solution: Call briopt_check() when copying options to a new window.
* updated for version 7.4.416v7.4.416Bram Moolenaar2014-08-244-4/+23
| | | | | Problem: Problem with breakindent/showbreak and tabs. Solution: Handle tabs differently. (Christian Brabandt)
* Runtime file updates.Bram Moolenaar2014-08-237-37/+163
|
* Update version number to 7.4.415v7.4.415Bram Moolenaar2014-08-231-0/+2
|
* updated for version 7.4.415Bram Moolenaar2014-08-232-1/+2
| | | | | Problem: Cannot build. Warning for shadowed variable. (John Little) Solution: Add missing change. Remove declaration.
* updated for version 7.4.414v7.4.414Bram Moolenaar2014-08-225-0/+56
| | | | | | Problem: Cannot define a command only when it's used. Solution: Add the CmdUndefined autocommand event. (partly by Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2014-08-2238-271/+1120
|
* updated for version 7.4.413v7.4.413Bram Moolenaar2014-08-222-16/+17
| | | | | | Problem: MS-Windows: Using US international keyboard layout, inserting dead key by pressing space does not always work. Issue 250. Solution: Let MS-Windows translate the message. (John Wellesz)
* updated for version 7.4.412v7.4.412Bram Moolenaar2014-08-223-0/+30
| | | | | Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
* updated for version 7.4.411v7.4.411Bram Moolenaar2014-08-222-5/+29
| | | | | Problem: "foo bar" sorts before "foo" with sort(). (John Little) Solution: Avoid putting quotes around strings before comparing them.
* updated for version 7.4.410v7.4.410Bram Moolenaar2014-08-172-0/+16
| | | | | | Problem: Fold does not open after search when there is a CmdwinLeave autocommand. Solution: Restore KeyTyped. (Jacob Niehus)
* updated for version 7.4.409v7.4.409Bram Moolenaar2014-08-175-2/+22
| | | | | Problem: Can't build with Perl on Fedora 20. Solution: Find xsubpp in another directory. (Michael Henry)
* Add files missing from 7.4.408.Bram Moolenaar2014-08-162-0/+22
|
* updated for version 7.4.408v7.4.408Bram Moolenaar2014-08-168-26/+55
| | | | | Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto)
* updated for version 7.4.407v7.4.407Bram Moolenaar2014-08-164-2/+18
| | | | | | Problem: Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt)
* updated for version 7.4.406v7.4.406Bram Moolenaar2014-08-163-0/+6
| | | | | Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka)
* updated for version 7.4.405v7.4.405Bram Moolenaar2014-08-164-2/+27
| | | | | Problem: Screen updating is slow when using matches. Solution: Do not use the ">=" as in patch 7.4.362, check the lnum.
* updated for version 7.4.404v7.4.404Bram Moolenaar2014-08-133-6/+8
| | | | | Problem: Windows 64 bit compiler warnings. Solution: Add type casts. (Mike Williams)
* updated for version 7.4.403v7.4.403Bram Moolenaar2014-08-134-1/+43
| | | | | | Problem: Valgrind reports errors when running test 72. (Dominique Pelle) Solution: Reset the local 'cryptmethod' option before storing the seed. Set the seed in the memfile even when there is no block0 yet.
* updated for version 7.4.402v7.4.402Bram Moolenaar2014-08-122-9/+5
| | | | | Problem: Test 72 crashes under certain conditions. (Kazunobu Kuriyama) Solution: Clear the whole bufinfo_T early.
* updated for version 7.4.401v7.4.401Bram Moolenaar2014-08-1013-1/+68
| | | | | Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
* updated for version 7.4.400v7.4.400Bram Moolenaar2014-08-102-0/+8
| | | | | Problem: List of distributed files is incomplete. Solution: Add recently added files.
* updated for version 7.4.399v7.4.399Bram Moolenaar2014-08-1027-978/+1781
| | | | | | | | | Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater)
* updated for version 7.4.398v7.4.398Bram Moolenaar2014-08-072-1/+3
| | | | | | Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration.
* updated for version 7.4.397v7.4.397Bram Moolenaar2014-08-062-3/+12
| | | | | | Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible.
* updated for version 7.4.396v7.4.396Bram Moolenaar2014-08-068-6/+94
| | | | | Problem: When 'clipboard' is "unnamed", :g/pat/d is very slow. (Praful) Solution: Only set the clipboard after the last delete. (Christian Brabandt)
* updated for version 7.4.395v7.4.395Bram Moolenaar2014-08-064-0/+23
| | | | | | Problem: C indent is wrong below an if with wrapped condition followed by curly braces. (Trevor Powell) Solution: Make a copy of tryposBrace.
* updated for version 7.4.394v7.4.394Bram Moolenaar2014-08-062-1/+4
| | | | | Problem: When using DirectX last italic character is incomplete. Solution: Add one to the number of cells. (Ken Takata)
* updated for version 7.4.393v7.4.393Bram Moolenaar2014-08-0616-23/+1390
| | | | | | | | Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka)
* updated for version 7.4.392v7.4.392Bram Moolenaar2014-08-062-0/+24
| | | | | Problem: Not easy to detect type of command line window. Solution: Add the getcmdwintype() function. (Jacob Niehus)
* updated for version 7.4.391v7.4.391Bram Moolenaar2014-08-062-3/+18
| | | | | | Problem: No 'cursorline' highlighting when the cursor is on a line with diff highlighting. (Benjamin Fritz) Solution: Combine the highlight attributes. (Christian Brabandt)
* updated for version 7.4.390v7.4.390Bram Moolenaar2014-08-062-1/+3
| | | | | Problem: Advancing pointer over end of a string. Solution: Init quote character to -1 instead of zero. (Dominique Pelle)
* updated for version 7.4.389v7.4.389Bram Moolenaar2014-07-305-108/+61
| | | | | | Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito)
* updated for version 7.4.388v7.4.388Bram Moolenaar2014-07-304-1/+21
| | | | | | Problem: With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt)
* updated for version 7.4.387v7.4.387Bram Moolenaar2014-07-3012-1/+39
| | | | | Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer.
* updated for version 7.4.386v7.4.386Bram Moolenaar2014-07-3010-1/+38
| | | | | Problem: When splitting a window the changelist position is wrong. Solution: Copy the changelist position. (Jacob Niehus)