summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-09-23updated for version 7.4.459v7.4.459Bram Moolenaar
Problem: Can't change the icon after building Vim. Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
2014-09-23updated for version 7.4.458v7.4.458Bram Moolenaar
Problem: Issue 252: Cursor moves in a zero-height window. Solution: Check for zero height. (idea by Christian Brabandt)
2014-09-23updated for version 7.4.457v7.4.457Bram Moolenaar
Problem: Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. Solution: Add the <CursorHold> key. (Hirohito Higashi)
2014-09-23updated for version 7.4.456v7.4.456Bram Moolenaar
Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
2014-09-23updated for version 7.4.455v7.4.455Bram Moolenaar
Problem: Completion for :buf does not use 'wildignorecase'. (Akshay H) Solution: Pass the 'wildignorecase' flag around.
2014-09-23updated for version 7.4.454v7.4.454Bram Moolenaar
Problem: When using a Visual selection of multiple words and doing CTRL-W_] it jumps to the tag matching the word under the cursor, not the selected text. (Patrick hemmer) Solution: Do not reset Visual mode. (idea by Christian Brabandt)
2014-09-19Updated runtime files.Bram Moolenaar
2014-09-19updated for version 7.4.453v7.4.453Bram Moolenaar
Problem: Still can't build with tiny features. Solution: Add #ifdef.
2014-09-19updated for version 7.4.452v7.4.452Bram Moolenaar
Problem: Can't build with tiny features. (Tony Mechelynck) Solution: Use "return" instead of "break".
2014-09-19updated for version 7.4.451v7.4.451Bram Moolenaar
Problem: Calling system() with empty input gives an error for writing the temp file. Solution: Do not try writing if the string length is zero. (Olaf Dabrunz)
2014-09-19updated for version 7.4.450v7.4.450Bram Moolenaar
Problem: Not all commands that edit another buffer support the +cmd argument. Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski)
2014-09-19updated for version 7.4.449v7.4.449Bram Moolenaar
Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt)
2014-09-19updated for version 7.4.448v7.4.448Bram Moolenaar
Problem: Using ETO_IGNORELANGUAGE causes problems. Solution: Remove this flag. (Paul Moore)
2014-09-19updated for version 7.4.447v7.4.447Bram Moolenaar
Problem: Spell files from Hunspell may generate a lot of errors. Solution: Add the IGNOREEXTRA flag.
2014-09-19updated for version 7.4.446v7.4.446Bram Moolenaar
Problem: In some situations, when setting up an environment to trigger an autocommand, the environment is not properly restored. Solution: Check the return value of switch_win() and call restore_win() always. (Daniel Hahler)
2014-09-19updated for version 7.4.445v7.4.445Bram Moolenaar
Problem: Clipboard may be cleared on startup. Solution: Set clip_did_set_selection to -1 during startup. (Christian Brabandt)
2014-09-15updated for version 7.4.444v7.4.444Bram Moolenaar
Problem: Reversed question mark not recognized as punctuation. (Issue 258) Solution: Add the Supplemental Punctuation range.
2014-09-11updated for version 7.4.443v7.4.443Bram Moolenaar
Problem: Error reported by ubsan when running test 72. Solution: Add type cast to unsigned. (Dominique Pelle)
2014-09-09updated for version 7.4.442v7.4.442Bram Moolenaar
Problem: Using unitinialized variable. Solution: Pass the first window of the tabpage.
2014-09-09Update runtime files.Bram Moolenaar
2014-09-09updated for version 7.4.441v7.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.440v7.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.439v7.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.438v7.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.437v7.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.436v7.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.435v7.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.434v7.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.433v7.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.432v7.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.431v7.4.431Bram Moolenaar
Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
2014-08-30updated for version 7.4.430v7.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.429v7.4.429Bram Moolenaar
Problem: Build fails with fewer features. (Elimar Riesebieter) Solution: Add #ifdef.
2014-08-29updated for version 7.4.428v7.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.427v7.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.426v7.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.425v7.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.424v7.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.423v7.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.422v7.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.421v7.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.420v7.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.419v7.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.418v7.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.417v7.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.416v7.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.415v7.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.