summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-19patch 7.4.1132Bram Moolenaar
Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan)
2016-01-18patch 7.4.1131Bram Moolenaar
Problem: New lines in the viminfo file are dropped. Solution: Copy lines starting with "|". Fix that when using :rviminfo in a function global variables were restored as function-local variables.
2016-01-18patch 7.4.1130Bram Moolenaar
Problem: Memory leak in :vimgrep. Solution: Call FreeWild(). (Yegappan Lakshmanan)
2016-01-17patch 7.4.1129Bram Moolenaar
Problem: Python None value can't be converted to a Vim value. Solution: Just use zero. (Damien)
2016-01-17Update help files.Bram Moolenaar
2016-01-17patch 7.4.1128Bram Moolenaar
Problem: MS-Windows: delete() does not recognize junctions. Solution: Add mch_isrealdir() for MS-Windows. Update mch_is_symbolic_link(). (Ken Takata)
2016-01-17patch 7.4.1127Bram Moolenaar
Problem: Both old and new style tests for Perl. Solution: Merge the old tests with the new style tests.
2016-01-17patch 7.4.1126Bram Moolenaar
Problem: Can only get the directory of the current window. Solution: Add window and tab arguments to getcwd() and haslocaldir(). (Thinca, Hirohito Higashi)
2016-01-17patch 7.4.1125Bram Moolenaar
Problem: There is no perleval(). Solution: Add perleval(). (Damien)
2016-01-17patch 7.4.1124Bram Moolenaar
Problem: MS-Windows: dead key behavior is not ideal. Solution: Handle dead keys differently when not in Insert or Select mode. (John Wellesz, closes #399)
2016-01-17patch 7.4.1123Bram Moolenaar
Problem: Using ":argadd" when there are no arguments results in the second argument to be the current one. (Yegappan Lakshmanan) Solution: Correct the w_arg_idx value.
2016-01-17patch 7.4.1122Bram Moolenaar
Problem: Test 92 and 93 fail when using gvim on a system with a non utf-8 locale. Solution: Avoid using .gvimrc by adding -U NONE. (Yukihiro Nakadaira)
2016-01-17patch 7.4.1121Bram Moolenaar
Problem: test_expand leaves files behind. Solution: Edit another file before deleting, otherwise the swap file remains.
2016-01-17patch 7.4.1120Bram Moolenaar
Problem: delete(x, 'rf') fails if a directory is empty. (Lcd) Solution: Ignore not finding matches in an empty directory.
2016-01-17patch 7.4.1119Bram Moolenaar
Problem: argidx() has a wrong value after ":%argdelete". (Yegappan Lakshmanan) Solution: Correct the value of w_arg_idx. Add a test.
2016-01-17patch 7.4.1118Bram Moolenaar
Problem: Tests hang in 24 line terminal. Solution: Set the 'more' option off.
2016-01-17patch 7.4.1117Bram Moolenaar
Problem: No longer get "." and ".." in directory list. Solution: Do not skip "." and ".." unless EW_DODOT is set.
2016-01-17patch 7.4.1116Bram Moolenaar
Problem: delete(x, 'rf') does not delete files starting with a dot. Solution: Also delete files starting with a dot.
2016-01-17patch 7.4.1115Bram Moolenaar
Problem: MS-Windows: make clean in testdir doesn't clean everything. Solution: Add command to delete X* directories. (Ken Takata)
2016-01-17patch 7.4.1114Bram Moolenaar
Problem: delete() does not work well with symbolic links. Solution: Recognize symbolik links.
2016-01-17patch 7.4.1113Bram Moolenaar
Problem: Using {ns} in variable name does not work. (lilydjwg) Solution: Fix recognizing colon. Add a test.
2016-01-16patch 7.4.1112Bram Moolenaar
Problem: When using ":next" with an illegal file name no error is reported. Solution: Give an error message.
2016-01-16patch 7.4.1111Bram Moolenaar
Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
2016-01-16patch 7.4.1110Bram Moolenaar
Problem: Test 108 fails when language is French. Solution: Force English messages. (Dominique Pelle)
2016-01-16patch 7.4.1109Bram Moolenaar
Problem: MS-Windows doesn't have rmdir(). Solution: Add mch_rmdir().
2016-01-16patch 7.4.1108Bram Moolenaar
Problem: Expanding "~" halfway a file name. Solution: Handle the file name as one name. (Marco Hinz) Add a test. Closes #564.
2016-01-16patch 7.4.1107Bram Moolenaar
Problem: Vim can create a directory but not delete it. Solution: Add an argument to delete() to make it possible to delete a directory, also recursively.
2016-01-16patch 7.4.1106Bram Moolenaar
Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
2016-01-16patch 7.4.1105Bram Moolenaar
Problem: When using slices there is a mixup of variable name and namespace. Solution: Recognize variables that can't be a namespace. (Hirohito Higashi)
2016-01-16patch 7.4.1104Bram Moolenaar
Problem: Various problems building with MzScheme/Racket. Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken Takata)
2016-01-16patch 7.4.1103Bram Moolenaar
Problem: Removed file still in distribution. Solution: Remove Make_cyg.mak from the list of files.
2016-01-16patch 7.4.1102Bram Moolenaar
Problem: Debugger has no stack backtrace support. Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto Fanjul, closes #433)
2016-01-15patch 7.4.1101Bram Moolenaar
Problem: With 'rightleft' and concealing the cursor may move to the wrong position. Solution: Compute the column differently when 'rightleft' is set. (Hirohito Higashi)
2016-01-15patch 7.4.1100Bram Moolenaar
Problem: Cygwin makefiles are unused. Solution: Remove them.
2016-01-15patch 7.4.1099Bram Moolenaar
Problem: It's not easy to know if Vim supports blowfish. (Smu Johnson) Solution: Add has('crypt-blowfish') and has('crypt-blowfish2').
2016-01-15patch 7.4.1098Bram Moolenaar
Problem: Still using old style C function declarations. Solution: Always define __ARGS() to include types. Turn a few functions into ANSI style to find out if this causes problems for anyone.
2016-01-15Update runtime filesBram Moolenaar
2016-01-15patch 7.4.1097Bram Moolenaar
Problem: Looking up the alloc ID for tests fails. Solution: Fix the line computation. Use assert_fails() for unlet test.
2016-01-15patch 7.4.1096Bram Moolenaar
Problem: Need several lines to verify a command produces an error. Solution: Add assert_fails(). (suggested by Nikolay Pavlov) Make the quickfix alloc test actually work.
2016-01-15patch 7.4.1095Bram Moolenaar
Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
2016-01-15Add missing test file.Bram Moolenaar
2016-01-15patch 7.4.1094Bram Moolenaar
Problem: Test for :hardcopy fails on MS-Windows. Solution: Check for the +postscript feature.
2016-01-15patch 7.4.1093Bram Moolenaar
Problem: Typo in test goes unnoticed. Solution: Fix the typo. Give error for wrong arguments to cursor(). (partly by Hirohito Higashi) Add a test for cursor().
2016-01-15patch 7.4.1092Bram Moolenaar
Problem: It is not simple to test for an exception and give a proper error message. Solution: Add assert_exception().
2016-01-15patch 7.4.1091Bram Moolenaar
Problem: When making a change while need_wait_return is set there is a two second delay. Solution: Do not assume the ATTENTION prompt was given when need_wait_return was set already.
2016-01-14patch 7.4.1090Bram Moolenaar
Problem: No tests for :hardcopy and related options. Solution: Add test_hardcopy.
2016-01-12patch 7.4.1089Bram Moolenaar
Problem: Repeating CTRL-A doesn't work. Solution: Call prep_redo_cmd(). (Hirohito Higashi)
2016-01-12patch 7.4.1088Bram Moolenaar
Problem: Coverity warns for uninitialized variables. Only one is an actual problem. Solution: Move the conditions. Don't use endpos if handling an error.
2016-01-10patch 7.4.1087Bram Moolenaar
Problem: CTRL-A and CTRL-X do not work properly with blockwise visual selection if there is a mix of Tab and spaces. Solution: Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)
2016-01-10patch 7.4.1086Bram Moolenaar
Problem: Crash with an extremely long buffer name. Solution: Limit the return value of vim_snprintf(). (Dominique Pelle)