summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-09updated for version 7.4.441Bram Moolenaar
Problem: Endless loop and other problems when 'cedit' is set to CTRL-C. Solution: Do not call ex_window() when ex_normal_busy or got_int was set. (Yasuhiro Matsumoto)
2014-09-09updated for version 7.4.440Bram Moolenaar
Problem: Omni complete popup drawn incorrectly. Solution: Call validate_cursor() instead of check_cursor(). (Hirohito Higashi)
2014-09-09updated for version 7.4.439Bram Moolenaar
Problem: Duplicate message in message history. Some quickfix messages appear twice. (Gary Johnson) Solution: Do not reset keep_msg too early. (Hirohito Higashi)
2014-09-09updated for version 7.4.438Bram Moolenaar
Problem: Cached values for 'cino' not reset for ":set all&". Solution: Call parse_cino(). (Yukihiro Nakadaira)
2014-09-09updated for version 7.4.437Bram Moolenaar
Problem: New and old regexp engine are not consistent. Solution: Also give an error for "\ze*" for the old regexp engine.
2014-09-09updated for version 7.4.436Bram Moolenaar
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)
2014-09-09updated for version 7.4.435Bram Moolenaar
Problem: Line formatting behaves differently when 'linebreak' is set. (mvxxc) Solution: Disable 'linebreak' temporarily. (Christian Brabandt)
2014-09-09updated for version 7.4.434Bram Moolenaar
Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto)
2014-09-09updated for version 7.4.433Bram Moolenaar
Problem: Test 75 fails on MS-Windows. Solution: Use ":normal" instead of feedkeys(). (Michael Soyka)
2014-09-09updated for version 7.4.432Bram Moolenaar
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)
2014-09-09updated for version 7.4.431Bram Moolenaar
Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
2014-08-30updated for version 7.4.430Bram Moolenaar
Problem: test_listlbr fails when compiled with normal features. Solution: Check for the +conceal feature.
2014-08-30updated for version 7.4.429Bram Moolenaar
Problem: Build fails with fewer features. (Elimar Riesebieter) Solution: Add #ifdef.
2014-08-29updated for version 7.4.428Bram Moolenaar
Problem: executable() may return a wrong result on MS-Windows. Solution: Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken Takata)
2014-08-29updated for version 7.4.427Bram Moolenaar
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".
2014-08-29updated for version 7.4.426Bram Moolenaar
Problem: README File missing from list of files. Solution: Update the list of files.
2014-08-29Update runtime files.Bram Moolenaar
2014-08-29updated for version 7.4.425Bram Moolenaar
Problem: When 'showbreak' is used "gj" may move to the wrong position. (Nazri Ramliy) Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt)
2014-08-29updated for version 7.4.424Bram Moolenaar
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.
2014-08-29updated for version 7.4.423Bram Moolenaar
Problem: expand("$shell") does not work as documented. Solution: Do not escape the $ when expanding environment variables.
2014-08-29updated for version 7.4.422Bram Moolenaar
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)
2014-08-29updated for version 7.4.421Bram Moolenaar
Problem: Crash when searching for "\ze*". (Urtica Dioica) Solution: Disallow a multi after \ze and \zs.
2014-08-29updated for version 7.4.420Bram Moolenaar
Problem: It's not obvious how to add a new test. Solution: Add a README file. (Christian Brabandt)
2014-08-29updated for version 7.4.419Bram Moolenaar
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)
2014-08-29updated for version 7.4.418Bram Moolenaar
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().
2014-08-24updated for version 7.4.417Bram Moolenaar
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.
2014-08-24updated for version 7.4.416Bram Moolenaar
Problem: Problem with breakindent/showbreak and tabs. Solution: Handle tabs differently. (Christian Brabandt)
2014-08-23Runtime file updates.Bram Moolenaar
2014-08-23Update version number to 7.4.415Bram Moolenaar
2014-08-23updated for version 7.4.415Bram Moolenaar
Problem: Cannot build. Warning for shadowed variable. (John Little) Solution: Add missing change. Remove declaration.
2014-08-22updated for version 7.4.414Bram Moolenaar
Problem: Cannot define a command only when it's used. Solution: Add the CmdUndefined autocommand event. (partly by Yasuhiro Matsumoto)
2014-08-22Updated runtime files.Bram Moolenaar
2014-08-22updated for version 7.4.413Bram Moolenaar
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)
2014-08-22updated for version 7.4.412Bram Moolenaar
Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
2014-08-22updated for version 7.4.411Bram Moolenaar
Problem: "foo bar" sorts before "foo" with sort(). (John Little) Solution: Avoid putting quotes around strings before comparing them.
2014-08-17updated for version 7.4.410Bram Moolenaar
Problem: Fold does not open after search when there is a CmdwinLeave autocommand. Solution: Restore KeyTyped. (Jacob Niehus)
2014-08-17updated for version 7.4.409Bram Moolenaar
Problem: Can't build with Perl on Fedora 20. Solution: Find xsubpp in another directory. (Michael Henry)
2014-08-16Add files missing from 7.4.408.Bram Moolenaar
2014-08-16updated for version 7.4.408Bram Moolenaar
Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto)
2014-08-16updated for version 7.4.407Bram Moolenaar
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)
2014-08-16updated for version 7.4.406Bram Moolenaar
Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka)
2014-08-16updated for version 7.4.405Bram Moolenaar
Problem: Screen updating is slow when using matches. Solution: Do not use the ">=" as in patch 7.4.362, check the lnum.
2014-08-13updated for version 7.4.404Bram Moolenaar
Problem: Windows 64 bit compiler warnings. Solution: Add type casts. (Mike Williams)
2014-08-13updated for version 7.4.403Bram Moolenaar
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.
2014-08-12updated for version 7.4.402Bram Moolenaar
Problem: Test 72 crashes under certain conditions. (Kazunobu Kuriyama) Solution: Clear the whole bufinfo_T early.
2014-08-10updated for version 7.4.401Bram Moolenaar
Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
2014-08-10updated for version 7.4.400Bram Moolenaar
Problem: List of distributed files is incomplete. Solution: Add recently added files.
2014-08-10updated for version 7.4.399Bram Moolenaar
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)
2014-08-07updated for version 7.4.398Bram Moolenaar
Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration.
2014-08-06updated for version 7.4.397Bram Moolenaar
Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible.