summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.439v7.4.439Bram Moolenaar2014-09-092-2/+4
| | | | | | Problem: Duplicate message in message history. Some quickfix messages appear twice. (Gary Johnson) Solution: Do not reset keep_msg too early. (Hirohito Higashi)
* updated for version 7.4.438v7.4.438Bram Moolenaar2014-09-092-0/+5
| | | | | Problem: Cached values for 'cino' not reset for ":set all&". Solution: Call parse_cino(). (Yukihiro Nakadaira)
* updated for version 7.4.437v7.4.437Bram Moolenaar2014-09-093-13/+20
| | | | | Problem: New and old regexp engine are not consistent. Solution: Also give an error for "\ze*" for the old regexp engine.
* updated for version 7.4.436v7.4.436Bram Moolenaar2014-09-092-0/+5
| | | | | | | Problem: ml_get error for autocommand that moves the cursor of the current window. Solution: Check the cursor position after switching back to the current buffer. (Christian Brabandt)
* updated for version 7.4.435v7.4.435Bram Moolenaar2014-09-092-0/+11
| | | | | | Problem: Line formatting behaves differently when 'linebreak' is set. (mvxxc) Solution: Disable 'linebreak' temporarily. (Christian Brabandt)
* updated for version 7.4.434v7.4.434Bram Moolenaar2014-09-095-4/+18
| | | | | | Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto)
* updated for version 7.4.433v7.4.433Bram Moolenaar2014-09-092-4/+6
| | | | | Problem: Test 75 fails on MS-Windows. Solution: Use ":normal" instead of feedkeys(). (Michael Soyka)
* updated for version 7.4.432v7.4.432Bram Moolenaar2014-09-094-4/+18
| | | | | | Problem: When the startup code expands command line arguments, setting 'encoding' will not properly convert the arguments. Solution: Call get_cmd_argsW() early in main(). (Yasuhiro Matsumoto)
* updated for version 7.4.431v7.4.431Bram Moolenaar2014-09-092-1/+3
| | | | | Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
* 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.