1
0
forked from aniani/vim

Commit Graph

  • 12b0290d42 updated for version 7.3.477 Problem: Using ":echo" to output enough lines to scroll, then using "j" and "k" at the more prompt, displays the command on top of the output. (Marcin Szamotulski) Solution: Put the output below the command. (Christian Brabandt) v7.3.477 Bram Moolenaar 2012-03-23 15:18:24 +01:00
  • 5e4b9e9ff8 updated for version 7.3.476 Problem: When selecting a block, using "$" to include the end of each line and using "A" and typing a backspace strange things happen. (Yuangchen Xie) Solution: Avoid using a negative length. (Christian Brabandt) v7.3.476 Bram Moolenaar 2012-03-23 14:16:23 +01:00
  • 5d3a8038b6 updated for version 7.3.475 Problem: In a terminal with few colors the omnicomplete menu may be hard to see when using the default colors. Solution: Use more explicit colors. (suggested by Alex Henrie) v7.3.475 Bram Moolenaar 2012-03-16 20:16:46 +01:00
  • dfba6b6449 updated for version 7.3.474 Problem: Perl build with gcc 4 fails. Solution: Remove XS() statements. (Yasuhiro Matsumoto) v7.3.474 Bram Moolenaar 2012-03-16 19:34:47 +01:00
  • 1ea69b7077 updated for version 7.3.473 Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson) v7.3.473 Bram Moolenaar 2012-03-16 19:24:26 +01:00
  • 5ad15df9ce updated for version 7.3.472 Problem: Crash when using ":redraw" in a BufEnter autocommand and switching to another tab. (驼峰) Solution: Move triggering the the autocommands to after correcting the option values. Also check the row value to be out of bounds. (Christian Brabandt, Sergey Khorev) v7.3.472 Bram Moolenaar 2012-03-16 19:07:58 +01:00
  • 1c0b03e857 updated for version 7.3.471 Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt) v7.3.471 Bram Moolenaar 2012-03-16 14:32:15 +01:00
  • 84f7235bdb Updated runtime files. Add Dutch translations. Bram Moolenaar 2012-03-11 15:57:40 +01:00
  • 7c578d3c3f updated for version 7.3.470 Problem: Test 62 fails when compiled without GUI and X11. Solution: Don't test :drop when it is not supported. v7.3.470 Bram Moolenaar 2012-03-07 22:55:20 +01:00
  • 5fbe699390 updated for version 7.3.469 Problem: Compiler warning for unused argument without some features. Solution: Add UNUSED. v7.3.469 Bram Moolenaar 2012-03-07 22:52:36 +01:00
  • 8ec1f8523b updated for version 7.3.468 Problem: For some compilers the error file is not easily readable. Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski) v7.3.468 Bram Moolenaar 2012-03-07 20:13:49 +01:00
  • 917ba89f7f updated for version 7.3.467 Problem: Cursor positioned wrong at the command line when regaining focus and using some input method. Solution: Do not position the cursor in command line mode. v7.3.467 Bram Moolenaar 2012-03-07 19:38:55 +01:00
  • 9e98edfe8f updated for version 7.3.466 Problem: Get ml_get error hen ":behave mswin" was used and selecting several lines. (A. Sinan Unur) Solution: Adjust the end of the operation. (Christian Brabandt) v7.3.466 Bram Moolenaar 2012-03-07 19:30:36 +01:00
  • 146e9c3886 updated for version 7.3.465 Problem: Cannot get file name with newline from glob(). Solution: Add argument to glob() and expand() to indicate they must return a list. (Christian Brabandt) v7.3.465 Bram Moolenaar 2012-03-07 19:18:23 +01:00
  • 552ac13d55 updated for version 7.3.464 Problem: Compiler warning for sprintf. Solution: Put the length in a variable. (Dominique Pelle) v7.3.464 Bram Moolenaar 2012-03-07 18:03:10 +01:00
  • 0faaeb826e updated for version 7.3.463 Problem: When using ":s///c" the cursor is moved away from the match. (Lawman) Solution: Don't move the cursor when do_ask is set. (Christian Brabandt) v7.3.463 Bram Moolenaar 2012-03-07 14:57:52 +01:00
  • d25ad65a97 updated for version 7.3.462 Problem: When using ":loadview" folds may be closed unexpectedly. Solution: Take into account foldlevel. (Xavier de Gaye) v7.3.462 Bram Moolenaar 2012-02-29 19:20:02 +01:00
  • f5876f147a updated for version 7.3.461 Problem: The InsertCharPre autocommand event is not triggered during completion and when typing several characters quickly. Solution: Also trigger InsertCharPre during completion. Do not read ahead when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto) v7.3.461 Bram Moolenaar 2012-02-29 18:22:08 +01:00
  • 91856270df updated for version 7.3.460 Problem: Win32: UPX does not compress 64 bit binaries. Solution: Mention and add the alternative: mpress. (Dave Bodenstab) v7.3.460 Bram Moolenaar 2012-02-29 16:56:39 +01:00
  • 4336cdf318 updated for version 7.3.459 Problem: Win32: Warnings for type conversion. Solution: Add type casts. (Mike Williams) v7.3.459 Bram Moolenaar 2012-02-29 13:58:47 +01:00
  • 7f29f7a2f4 updated for version 7.3.458 Problem: Crash when calling smsg() during startup. Solution: Don't use 'shortmess' when it is not set yet. v7.3.458 Bram Moolenaar 2012-02-29 13:51:37 +01:00
  • 011a34d77d updated for version 7.3.457 Problem: When setting $VIMRUNTIME later the directory for fetching translated messages is not adjusted. Solution: Put bindtextdomain() in vim_setenv(). v7.3.457 Bram Moolenaar 2012-02-29 13:49:09 +01:00
  • 52379eadfb updated for version 7.3.456 Problem: ":tab drop file" has several problems, including moving the current window and opening a new tab for a file that already has a window. Solution: Refactor ":tab drop" handling. (Hirohito Higashi) v7.3.456 Bram Moolenaar 2012-02-22 19:13:08 +01:00
  • b549a731fb updated for version 7.3.455 Problem: Using many continuation lines can be slow. Solution: Adjust the reallocation size to the current length. v7.3.455 Bram Moolenaar 2012-02-22 18:29:33 +01:00
  • 7282bc3e7e updated for version 7.3.454 Problem: Re-allocating memory slows Vim down. Solution: Use realloc() in ga_grow(). (Dominique Pelle) v7.3.454 Bram Moolenaar 2012-02-22 18:12:32 +01:00
  • 58437e0409 updated for version 7.3.453 Problem: Pasting in the command line is slow. Solution: Don't redraw if there is another character to read. (Dominique Pelle) v7.3.453 Bram Moolenaar 2012-02-22 17:58:04 +01:00
  • 5f1e3e4473 updated for version 7.3.452 Problem: Undo broken when pasting close to the last line. (Andrey Radev) Solution: Use a flag to remember if the deleted included the last line. (Christian Brabandt) v7.3.452 Bram Moolenaar 2012-02-22 17:38:00 +01:00
  • db7207e6e5 Updated runtime files. Bram Moolenaar 2012-02-22 17:30:19 +01:00
  • 84a4c334e1 updated for version 7.3.451 Problem: Tcl doesn't work on 64 MS-Windows. Solution: Make it work. (Dave Bodenstab) v7.3.451 Bram Moolenaar 2012-02-22 16:01:56 +01:00
  • ee7d100091 updated for version 7.3.450 Problem: Win32: Still a problem with "!start /b". Solution: Fix pointer use. (Yasuhiro Matsumoto) v7.3.450 Bram Moolenaar 2012-02-22 15:34:08 +01:00
  • 42ec656524 updated for version 7.3.449 Problem: Crash when a BufWinLeave autocommand closes the only other window. (Daniel Hunt) Solution: Abort closing a buffer when it becomes the only one. v7.3.449 Bram Moolenaar 2012-02-22 14:58:37 +01:00
  • fb7df7be2f updated for version 7.3.448 Problem: Win32: Still a problem with "!start /b". Solution: Escape only '|'. (Yasuhiro Matsumoto) v7.3.448 Bram Moolenaar 2012-02-22 13:07:05 +01:00
  • 6b707b4b82 updated for version 7.3.447 Problem: Win32: External commands with "start" do not work. Solution: Unescape part of the command. (Yasuhiro Matsumoto) v7.3.447 Bram Moolenaar 2012-02-21 21:22:44 +01:00
  • f66b3fcf6c updated for version 7.3.446 Problem: Win32: External commands with special characters don't work. Solution: Add the 'shellxescape' option. v7.3.446 Bram Moolenaar 2012-02-20 22:18:30 +01:00
  • 034b115568 updated for version 7.3.445 Problem: Can't properly escape commands for cmd.exe. Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'. No need to use "/s" for 'shellcmdflag'. v7.3.445 Bram Moolenaar 2012-02-19 18:19:30 +01:00
  • 5dc6252d33 Update runtime files. Bram Moolenaar 2012-02-13 00:05:22 +01:00
  • 61c3519b78 updated for version 7.3.444 Problem: ":all!" and ":sall!" give error E477, even though the documentation says these are valid commands. Solution: Support the exclamation mark. (Hirohito Higashi) v7.3.444 Bram Moolenaar 2012-02-13 00:01:43 +01:00
  • a64ba220f0 updated for version 7.3.443 Problem: MS-Windows: 'shcf' and 'shellxquote' defaults are not very good. Solution: Make a better guess when 'shell' is set to "cmd.exe". (Ben Fritz) v7.3.443 Bram Moolenaar 2012-02-12 23:23:31 +01:00
  • 60542ac9fd updated for version 7.3.442 Problem: Still read modelines for ":doautocmd". Solution: Move check for <nomodeline> to separate function. v7.3.442 Bram Moolenaar 2012-02-12 20:14:01 +01:00
  • bbc98db7c4 updated for version 7.3.441 Problem: Newer versions of MzScheme (Racket) require earlier (trampolined) initialisation. Solution: Call mzscheme_main() early in main(). (Sergey Khorev) v7.3.441 Bram Moolenaar 2012-02-12 01:55:55 +01:00
  • efcb54b78c updated for version 7.3.440 Problem: Vim does not support UTF8_STRING for the X selection. Solution: Add UTF8_STRING atom support. (Alex Efros) Use it only when 'encoding' is set to Unicode. v7.3.440 Bram Moolenaar 2012-02-12 01:35:10 +01:00
  • be74734429 updated for version 7.3.439 Problem: Compiler warnings to size casts in Perl interface. Solution: Use XS macros. (James McCoy) v7.3.439 Bram Moolenaar 2012-02-12 00:31:52 +01:00
  • a61d5fbf7a updated for version 7.3.438 Problem: There is no way to avoid ":doautoall" reading modelines. Solution: Add the <nomodeline> argument. Adjust documentation. v7.3.438 Bram Moolenaar 2012-02-12 00:18:58 +01:00
  • 28f2908d95 updated for version 7.3.437 Problem: Continue looping inside FOR_ALL_TAB_WINDOWS even when already done. Solution: Use goto instead of break. (Hirohito Higashi) v7.3.437 Bram Moolenaar 2012-02-11 23:45:37 +01:00
  • 68ba0dd633 updated for version 7.3.436 Problem: Compiler warnings for types on Windows. Solution: Add type casts. (Mike Williams) v7.3.436 Bram Moolenaar 2012-02-11 20:44:10 +01:00
  • c047b9a49f updated for version 7.3.435 Problem: Compiler warning for unused variable. Solution: Move the variable inside #ifdef. v7.3.435 Bram Moolenaar 2012-02-11 20:40:55 +01:00
  • 3fe37d62d1 updated for version 7.3.434 Problem: Using join() can be slow. Solution: Compute the size of the result before allocation to avoid a lot of allocations and copies. (Taro Muraoka) v7.3.434 Bram Moolenaar 2012-02-06 00:13:22 +01:00
  • b3a6bbc7b6 updated for version 7.3.433 Problem: Using continued lines in a Vim script can be slow. Solution: Instead of reallocating for every line use a growarray. (Yasuhiro Matsumoto) v7.3.433 Bram Moolenaar 2012-02-05 23:10:30 +01:00
  • 8d462f9666 updated for version 7.3.432 Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall) v7.3.432 Bram Moolenaar 2012-02-05 22:51:33 +01:00
  • a8c8a688ac updated for version 7.3.431 Problem: Fetching a key at a prompt may be confused by escape sequences. Especially when getting a prompt at a VimEnter autocommand. (Alex Efros) Solution: Properly handle escape sequences deleted by check_termcode(). v7.3.431 Bram Moolenaar 2012-02-05 22:05:48 +01:00
  • 73b2470896 updated for version 7.3.430 Problem: When a custom filetype detection uses "augroup END" the conf fileytpe detection does not have the filetypedetect group. Solution: Always end the group and include filetypedetect in the conf autocommand. (Lech Lorens) v7.3.430 Bram Moolenaar 2012-02-05 20:08:36 +01:00
  • be094a1579 updated for version 7.3.429 Problem: When 'cpoptions' includes "E" "c0" in the first column is an error. The redo register is then set to the errornous command. Solution: Do not set the redo register if the command fails because of an empty region. (Hideki Eiraku) v7.3.429 Bram Moolenaar 2012-02-05 01:18:48 +01:00
  • e37c611012 updated for version 7.3.428 Problem: Win32: an xpm file without a mask crashes Vim. Solution: Fail when the mask is missing. (Dave Bodenstab) v7.3.428 Bram Moolenaar 2012-02-05 00:48:00 +01:00
  • a489e1d9d6 updated for version 7.3.427 Problem: readfile() can be slow with long lines. Solution: Use realloc() instead of alloc(). (John Little) v7.3.427 Bram Moolenaar 2012-02-05 00:39:18 +01:00
  • 76b9b3696c updated for version 7.3.426 Problem: With '$' in 'cpoptions' the $ is not displayed in the first column. Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and Hirohito Higashi) v7.3.426 Bram Moolenaar 2012-02-04 23:35:00 +01:00
  • d87fbc2b1c updated for version 7.3.425 Problem: Search history lines are duplicated. (Edwin Steiner) Solution: Convert separator character from space to NUL. v7.3.425 Bram Moolenaar 2012-02-04 22:44:32 +01:00
  • fbe323d854 updated for version 7.3.424 Problem: Win16 version missing some functions. Solution: Add #defines for the functions. v7.3.424 Bram Moolenaar 2012-02-04 22:01:48 +01:00
  • b8ff1fb5eb updated for version 7.3.423 Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. v7.3.423 Bram Moolenaar 2012-02-04 21:59:01 +01:00
  • 7f85d297dc updated for version 7.3.422 Problem: Python 3 does not have __members__. Solution: Add "name" and "number" in another way. (lilydjwg) v7.3.422 Bram Moolenaar 2012-02-04 20:17:26 +01:00
  • 3c70f33440 updated for version 7.3.421 Problem: Get E832 when setting 'undofile' in vimrc and there is a file to be edited on the command line. (Toothpik) Solution: Do not try reading the undo file for a file that wasn't loaded. v7.3.421 Bram Moolenaar 2012-01-28 18:03:35 +01:00
  • 16c31fe1b7 updated for version 7.3.420 Problem: "it" and "at" don't work properly with a dash in the tag name. Solution: Require a space to match the tag name. (Christian Brabandt) v7.3.420 Bram Moolenaar 2012-01-26 20:58:26 +01:00
  • 7d550fbde5 updated for version 7.3.419 Problem: DBCS encoding in a user command does not always work. Solution: Skip over DBCS characters. (Yasuhiro Matsumoto) v7.3.419 Bram Moolenaar 2012-01-26 20:41:26 +01:00
  • 6110a006d5 updated for version 7.3.418 Problem: When a user complete function returns -1 an error message is given. Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto) v7.3.418 Bram Moolenaar 2012-01-26 18:58:38 +01:00
  • 8e808d2b4d updated for version 7.3.417 Problem: Test 43 fails with a tiny build. Solution: Only run test 43 with at least a small build. v7.3.417 Bram Moolenaar 2012-01-26 18:56:47 +01:00
  • 975261e8a0 updated for version 7.3.416 Problem: Compiler warning for wrong pointer. Solution: Add type cast. v7.3.416 Bram Moolenaar 2012-01-26 18:52:06 +01:00
  • f44cfb88f6 updated for version 7.3.416 Problem: Compiler warning for wrong pointer. Solution: Add type cast. Bram Moolenaar 2012-01-26 18:03:07 +01:00
  • abe838b099 updated for version 7.3.415 Problem: Completion of functions stops once a dictionary is encountered. (James McCoy) Solution: Return an empty string instead of NULL. v7.3.415 Bram Moolenaar 2012-01-26 14:32:30 +01:00
  • 06af60244e updated for version 7.3.414 Problem: Using CTRL-A on "000" drops the leading zero, while on "001" it doesn't. Solution: Detect "000" as an octal number. (James McCoy) v7.3.414 Bram Moolenaar 2012-01-26 13:40:08 +01:00
  • 38f5f9529a updated for version 7.3.413 Problem: Build warnings on MS-Windows. Solution: Add type casts. (Mike Williams) v7.3.413 Bram Moolenaar 2012-01-26 13:01:59 +01:00
  • 2b04b19455 updated for version 7.3.412 Problem: Storing a float in a session file has an additional '&'. Solution: Remove the '&'. (Yasuhiro Matsumoto) v7.3.412 Bram Moolenaar 2012-01-26 11:45:30 +01:00
  • 53748fcb7b updated for version 7.3.411 Problem: Pasting in Visual mode using the "" register does not work. (John Beckett) Solution: Detect that the write is overwriting the pasted register. (Christian Brabandt) v7.3.411 Bram Moolenaar 2012-01-26 11:43:09 +01:00
  • 33c1b198c6 updated for version 7.3.410 Problem: Compiler error for // comment. (Joachim Schmitz) Solution: Turn into /* comment */. v7.3.410 Bram Moolenaar 2012-01-23 20:48:40 +01:00
  • 7474c7c3d6 updated for version 7.3.409 Problem: The license in pty.c is unclear. Solution: Add a comment about the license. v7.3.409 Bram Moolenaar 2012-01-20 21:13:59 +01:00
  • 6be7f8733f Update runtime files. Bram Moolenaar 2012-01-20 21:08:56 +01:00
  • 90b280059f updated for version 7.3.408 Problem: Missing declaration. Solution: Add the declaration. (John Marriott) v7.3.408 Bram Moolenaar 2012-01-20 20:54:19 +01:00
  • f31b764c23 updated for version 7.3.407 Problem: ":12verbose call F()" may duplicate text while trying to truncate. (Thinca) Solution: Only truncate when there is not enough room. Also check the byte length of the buffer. v7.3.407 Bram Moolenaar 2012-01-20 20:44:43 +01:00
  • 3ef7cdf0fd updated for version 7.3.406 Problem: Multi-byte characters in b:browsefilter are not handled correctly. Solution: First use convert_filter() normally and then convert to wide characters. (Taro Muraoka) v7.3.406 Bram Moolenaar 2012-01-20 17:57:51 +01:00
  • 5af7d71276 updated for version 7.3.405 Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger) v7.3.405 Bram Moolenaar 2012-01-20 17:15:51 +01:00
  • 6d6cec8375 updated for version 7.3.404 Problem: When a complete function uses refresh "always" redo will not work properly. Solution: Do not reset compl_leader when compl_opt_refresh_always is set. (Yasuhiro Matsumoto) v7.3.404 Bram Moolenaar 2012-01-20 14:32:27 +01:00
  • 73633f84d6 updated for version 7.3.403 Problem: ":helpgrep" does not trigger QuickFixCmd* autocommands. Solution: Trigger the autocommands. (Christian Brabandt) v7.3.403 Bram Moolenaar 2012-01-20 13:39:07 +01:00
  • 8f55d103db updated for version 7.3.402 Problem: When jumping to the first error a line of the buffer is sometimes redrawn on top of the list of errors. Solution: Do not call update_topline_redraw() if the display was scrolled up. v7.3.402 Bram Moolenaar 2012-01-20 13:28:34 +01:00
  • 309cbc3840 updated for version 7.3.401 Problem: A couple more shadowed variables. Solution: Rename the variables. v7.3.401 Bram Moolenaar 2012-01-10 22:31:31 +01:00
  • 70b2a56d5a updated for version 7.3.400 Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables. v7.3.400 Bram Moolenaar 2012-01-10 22:26:17 +01:00
  • 1f5965b3c4 updated for version 7.3.399 Problem: ":cd" doesn't work when the path contains wildcards. (Yukihiro Nakadaira) Solution: Ignore wildcard errors when the EW_NOTWILD flag is used. v7.3.399 Bram Moolenaar 2012-01-10 18:37:58 +01:00
  • a0f299b4e8 updated for version 7.3.398 Problem: When creating more than 10 location lists and adding items one by one a previous location may be used. (Audrius Kažukauskas) Solution: Clear the location list completely when adding the tenth one. v7.3.398 Bram Moolenaar 2012-01-10 17:13:52 +01:00
  • 10b7b39b3d updated for version 7.3.397 Problem: ":helpgrep" does not work properly when 'encoding' is not utf-8 or latin1. Solution: Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto) v7.3.397 Bram Moolenaar 2012-01-10 16:28:45 +01:00
  • 6ee8d89cf9 Updated runtime files. Bram Moolenaar 2012-01-10 14:55:01 +01:00
  • 64a72303f8 updated for version 7.3.396 Problem: After forcing an operator to be characterwise it can still become linewise when spanning whole lines. Solution: Don't make the operator linewise when motion_force was set. (Christian Brabandt) v7.3.396 Bram Moolenaar 2012-01-10 13:46:22 +01:00
  • 66accae339 updated for version 7.3.395 Problem: "dv?bar" in the last line deletes too much and breaks undo. Solution: Only adjust the cursor position when it's after the last line of the buffer. Add a test. (Christian Brabandt) v7.3.395 Bram Moolenaar 2012-01-10 13:44:27 +01:00
  • 738f8fc8ed updated for version 7.3.394 Problem: When placing a mark while starting up a screen redraw messes up the screen. (lith) Solution: Don't redraw while still starting up. (Christian Brabandt) v7.3.394 Bram Moolenaar 2012-01-10 12:42:09 +01:00
  • 6ef47c223e updated for version 7.3.393 Problem: Win32: When resizing Vim it is always moved to the primary monitor if the secondary monitor is on the left. Solution: Use the nearest monitor. (Yukihiro Nakadaira) v7.3.393 Bram Moolenaar 2012-01-04 20:29:22 +01:00
  • 374d32d70f updated for version 7.3.392 Problem: When setting 'undofile' while the file is already loaded but unchanged, try reading the undo file. (Andy Wokula) Solution: Compute a checksum of the text when 'undofile' is set. (Christian Brabandt) v7.3.392 Bram Moolenaar 2012-01-04 19:34:37 +01:00
  • 79a2a49c5a updated for version 7.3.391 Problem: Can't check if the XPM_W32 feature is enabled. Solution: Add xpm_w32 to the list of features. (kat) v7.3.391 Bram Moolenaar 2012-01-04 14:35:37 +01:00
  • fc57380c3f updated for version 7.3.390 Problem: Using NULL buffer pointer in a window. Solution: Check for w_buffer being NULL in more places. (Bjorn Winckler) v7.3.390 Bram Moolenaar 2011-12-30 15:01:59 +01:00
  • 5d6f75e17e updated for version 7.3.389 Problem: After typing at a prompt the "MORE" message appears too soon. Solution: reset lines_left in msg_end_prompt(). (Eswald) v7.3.389 Bram Moolenaar 2011-12-30 14:14:29 +01:00
  • 83bac4c31a updated for version 7.3.388 Problem: Crash on exit when EXITFREE is defined and using tiny features. Solution: Check for NULL window pointer. (Dominique Pelle) v7.3.388 Bram Moolenaar 2011-12-30 13:39:10 +01:00
  • b6b046b281 Updated runtime files. Bram Moolenaar 2011-12-30 13:11:27 +01:00
  • deaf7b7397 updated for version 7.3.387 Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier. v7.3.387 Bram Moolenaar 2011-12-30 13:09:21 +01:00
  • ff0a4809e3 updated for version 7.3.386 Problem: Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira) v7.3.386 Bram Moolenaar 2011-12-23 14:56:28 +01:00
  • 637606413f updated for version 7.3.385 Problem: When using an expression mapping on the command line the cursor ends up in the wrong place. (Yasuhiro Matsumoto) Solution: Save and restore msg_col and msg_row when evaluating the expression. v7.3.385 Bram Moolenaar 2011-12-23 14:54:04 +01:00