summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.471v7.4.471Bram Moolenaar2014-10-092-0/+24
| | | | | | | Problem: MS-Windows: When printer name contains multi-byte, the name is displayed as ???. Solution: Convert the printer name from the active codepage to 'encoding'. (Yasuhiro Matsumoto)
* updated for version 7.4.470v7.4.470Bram Moolenaar2014-10-094-6/+8
| | | | | Problem: Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata)
* updated for version 7.4.469v7.4.469Bram Moolenaar2014-10-092-3/+6
| | | | | Problem: Can't build with MSVC. (Ken Takata) Solution: Move the assignment after the declarations.
* updated for version 7.4.468v7.4.468Bram Moolenaar2014-10-092-1/+6
| | | | | | Problem: Issue 26: CTRL-C does not interrupt after it was mapped and then unmapped. Solution: Reset mapped_ctrl_c. (Christian Brabandt)
* updated for version 7.4.467v7.4.467Bram Moolenaar2014-10-095-2/+33
|
* updated for version 7.4.466v7.4.466Bram Moolenaar2014-10-092-1/+4
| | | | | Problem: CTRL-W } does not open preview window. (Erik Falor) Solution: Don't set g_do_tagpreview for CTRL-W }.
* updated for version 7.4.465v7.4.465Bram Moolenaar2014-10-072-2/+5
| | | | | Problem: Crash when expanding a very long string. Solution: Use wsncpy() instead of wcscpy(). (Ken Takata)
* updated for version 7.4.464v7.4.464Bram Moolenaar2014-10-062-1/+3
| | | | | Problem: Compiler warning. Solution: Add type cast. (Ken Takata)
* Update runtime files.Bram Moolenaar2014-10-0216-78/+132
|
* updated for version 7.4.463v7.4.463Bram Moolenaar2014-09-293-0/+4
| | | | | Problem: Test 86 and 87 may hang on MS-Windows. Solution: Call inputrestore() after inputsave(). (Ken Takata)
* updated for version 7.4.462v7.4.462Bram Moolenaar2014-09-292-8/+16
| | | | | | | Problem: Setting the local value of 'backupcopy' empty gives an error. (Peter Mattern) Solution: When using an empty value set the flags to zero. (Hirohito Higashi)
* updated for version 7.4.461v7.4.461Bram Moolenaar2014-09-272-7/+15
| | | | | | Problem: MS-Windows: When collate is on the number of copies is too high. Solution: Only set the collated/uncollated count when collate is on. (Yasuhiro Matsumoto)
* updated for version 7.4.460v7.4.460Bram Moolenaar2014-09-242-0/+4
| | | | | Problem: Can't build without the quickfix feature. (Erik Falor) Solution: Add a #ifdef.
* updated for version 7.4.459v7.4.459Bram Moolenaar2014-09-235-1/+40
| | | | | Problem: Can't change the icon after building Vim. Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
* updated for version 7.4.458v7.4.458Bram Moolenaar2014-09-232-0/+14
| | | | | Problem: Issue 252: Cursor moves in a zero-height window. Solution: Check for zero height. (idea by Christian Brabandt)
* updated for version 7.4.457v7.4.457Bram Moolenaar2014-09-232-0/+3
| | | | | | Problem: Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. Solution: Add the <CursorHold> key. (Hirohito Higashi)
* updated for version 7.4.456v7.4.456Bram Moolenaar2014-09-238-21/+62
| | | | | | Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
* updated for version 7.4.455v7.4.455Bram Moolenaar2014-09-232-9/+14
| | | | | Problem: Completion for :buf does not use 'wildignorecase'. (Akshay H) Solution: Pass the 'wildignorecase' flag around.
* updated for version 7.4.454v7.4.454Bram Moolenaar2014-09-232-4/+7
| | | | | | | 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)
* Updated runtime files.Bram Moolenaar2014-09-1913-134/+156
|
* updated for version 7.4.453v7.4.453Bram Moolenaar2014-09-192-0/+4
| | | | | Problem: Still can't build with tiny features. Solution: Add #ifdef.
* updated for version 7.4.452v7.4.452Bram Moolenaar2014-09-192-2/+4
| | | | | Problem: Can't build with tiny features. (Tony Mechelynck) Solution: Use "return" instead of "break".
* updated for version 7.4.451v7.4.451Bram Moolenaar2014-09-192-1/+6
| | | | | | 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)
* updated for version 7.4.450v7.4.450Bram Moolenaar2014-09-194-41/+66
| | | | | | Problem: Not all commands that edit another buffer support the +cmd argument. Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski)
* updated for version 7.4.449v7.4.449Bram Moolenaar2014-09-196-0/+27
| | | | | Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt)
* updated for version 7.4.448v7.4.448Bram Moolenaar2014-09-192-14/+5
| | | | | Problem: Using ETO_IGNORELANGUAGE causes problems. Solution: Remove this flag. (Paul Moore)
* updated for version 7.4.447v7.4.447Bram Moolenaar2014-09-193-3/+23
| | | | | Problem: Spell files from Hunspell may generate a lot of errors. Solution: Add the IGNOREEXTRA flag.
* updated for version 7.4.446v7.4.446Bram Moolenaar2014-09-194-54/+55
| | | | | | | 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)
* updated for version 7.4.445v7.4.445Bram Moolenaar2014-09-193-2/+13
| | | | | | Problem: Clipboard may be cleared on startup. Solution: Set clip_did_set_selection to -1 during startup. (Christian Brabandt)
* updated for version 7.4.444v7.4.444Bram Moolenaar2014-09-152-0/+3
| | | | | Problem: Reversed question mark not recognized as punctuation. (Issue 258) Solution: Add the Supplemental Punctuation range.
* updated for version 7.4.443v7.4.443Bram Moolenaar2014-09-112-1/+3
| | | | | Problem: Error reported by ubsan when running test 72. Solution: Add type cast to unsigned. (Dominique Pelle)
* updated for version 7.4.442v7.4.442Bram Moolenaar2014-09-092-4/+6
| | | | | Problem: Using unitinialized variable. Solution: Pass the first window of the tabpage.
* Update runtime files.Bram Moolenaar2014-09-0910-87/+134
|
* updated for version 7.4.441v7.4.441Bram Moolenaar2014-09-092-5/+10
| | | | | | 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)
* updated for version 7.4.440v7.4.440Bram Moolenaar2014-09-092-2/+4
| | | | | | Problem: Omni complete popup drawn incorrectly. Solution: Call validate_cursor() instead of check_cursor(). (Hirohito Higashi)
* 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
|