1
0
forked from aniani/vim

Commit Graph

  • 6bf7a5933f updated for version 7.4.586 Problem: Parallel building of the documentation html files is not reliable. Solution: Remove a cyclic dependency. (Reiner Herrmann) v7.4.586 Bram Moolenaar 2015-01-20 17:27:22 +01:00
  • e823183254 updated for version 7.4.585 Problem: Range for :bdelete does not work. (Ronald Schild) Solution: Also allow unloaded buffers. v7.4.585 Bram Moolenaar 2015-01-20 13:29:49 +01:00
  • ff8a75dab7 updated for version 7.4.584 Problem: With tiny features test_command_count may fail. Solution: Source small.vim. (Christian Brabandt) v7.4.584 Bram Moolenaar 2015-01-20 12:39:39 +01:00
  • ff13610d7b updated for version 7.4.583 Problem: With tiny features test 16 may fail. Solution: Source small.vim. (Christian Brabandt) v7.4.583 Bram Moolenaar 2015-01-20 12:14:01 +01:00
  • ef795d1a5b updated for version 7.4.582 Problem: Can't match "%>80v" properly. (Axel Bender) Solution: Correctly handle ">". (Christian Brabandt) v7.4.582 Bram Moolenaar 2015-01-18 16:46:32 +01:00
  • 7cbc703fdc updated for version 7.4.581 Problem: Compiler warnings for unitinialized variables. (John Little) Solution: Initialize the variables. v7.4.581 Bram Moolenaar 2015-01-18 14:08:56 +01:00
  • 164f3269b1 updated for version 7.4.580 Problem: ":52wincmd v" still gives an invalid range error. (Charles Campbell) Solution: Skip over white space. v7.4.580 Bram Moolenaar 2015-01-14 21:22:01 +01:00
  • 83caecf314 Updated runtime files. Bram Moolenaar 2015-01-14 19:42:21 +01:00
  • d574ea2f80 updated for version 7.4.579 Problem: Wrong cursor positioning when 'linebreak' is set and lines wrap. Solution: (Christian Brabandt) v7.4.579 Bram Moolenaar 2015-01-14 19:35:14 +01:00
  • 084abaec06 updated for version 7.4.578 Problem: Using getcurpos() after "$" in an empty line returns a negative number. Solution: Don't add one when this would overflow. (Hirohito Higashi) v7.4.578 Bram Moolenaar 2015-01-14 19:00:38 +01:00
  • a20bcad15c updated for version 7.4.577 Problem: Matching with a virtual column has a lot of overhead on very long lines. (Issue 310) Solution: Bail out early if there can't be a match. (Christian Brabandt) Also check for CTRL-C at every position. v7.4.577 Bram Moolenaar 2015-01-14 18:40:28 +01:00
  • ba3f58e296 updated for version 7.4.576 Problem: Redrawing problem with 'relativenumber' and 'linebreak'. Solution: Temporarily reset 'linebreak' and restore it in more places. (Christian Brabandt) v7.4.576 Bram Moolenaar 2015-01-14 17:52:30 +01:00
  • ea67672534 updated for version 7.4.575 Problem: Unicode character properties are outdated. Solution: Update the tables with the latest version. v7.4.575 Bram Moolenaar 2015-01-14 17:40:09 +01:00
  • 615b9978dd updated for version 7.4.574 Problem: No error for eval('$'). Solution: Check for empty name. (Yasuhiro Matsumoto) v7.4.574 Bram Moolenaar 2015-01-14 17:15:05 +01:00
  • 5000869712 updated for version 7.4.573 Problem: Mapping CTRL-C in Visual mode doesn't work. (Ingo Karkat) Solution: Call get_real_state() instead of using State directly. v7.4.573 Bram Moolenaar 2015-01-14 16:08:32 +01:00
  • 84c8e5ab9c updated for version 7.4.572 Problem: Address type of :wincmd depends on the argument. Solution: Check the argument. v7.4.572 Bram Moolenaar 2015-01-14 15:47:36 +01:00
  • 435797304a updated for version 7.4.571 Problem: Can't build with tiny features. (Ike Devolder) Solution: Add #ifdef. v7.4.571 Bram Moolenaar 2015-01-14 14:08:44 +01:00
  • 0c7485fdbb updated for version 7.4.570 Problem: Building with dynamic library does not work for Ruby 2.2.0 Solution: Change #ifdefs and #defines. (Ken Takata) v7.4.570 Bram Moolenaar 2015-01-14 14:04:10 +01:00
  • 9da7ff70cc Updated runtime files. Bram Moolenaar 2015-01-14 12:52:36 +01:00
  • 651863c94a updated for version 7.4.569 Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt) v7.4.569 Bram Moolenaar 2015-01-14 12:44:41 +01:00
  • 8be6388b76 updated for version 7.4.568 Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski) v7.4.568 Bram Moolenaar 2015-01-14 11:25:05 +01:00
  • e271909625 Updated syntax files. Bram Moolenaar 2015-01-10 15:09:25 +01:00
  • c60c4f6e06 updated for version 7.4.567 Problem: Non-ascii vertical separater characters are always redrawn. Solution: Compare only the one byte that's stored. (Thiago Padilha) v7.4.567 Bram Moolenaar 2015-01-07 19:04:28 +01:00
  • 8feef4ff62 Update runtime files. Bram Moolenaar 2015-01-07 16:57:10 +01:00
  • a162bc555e updated for version 7.4.566 Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski) v7.4.566 Bram Moolenaar 2015-01-07 16:54:21 +01:00
  • 3ffc79a4a8 updated for version 7.4.565 Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be valid but limited to the maximum. This can cause the wrong thing to happen. Solution: Give an error for an invalid value. (Marcin Szamotulski) Use windows range for ":wincmd". v7.4.565 Bram Moolenaar 2015-01-07 15:57:17 +01:00
  • 49a6ed8a8a updated for version 7.4.564 Problem: FEAT_OSFILETYPE is used even though it's never defined. Solution: Remove the code. (Christian Brabandt) v7.4.564 Bram Moolenaar 2015-01-07 14:43:39 +01:00
  • 684d409f63 updated for version 7.4.563 Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem) v7.4.563 Bram Moolenaar 2015-01-07 14:02:52 +01:00
  • 0027c218e9 updated for version 7.4.562 Problem: Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat) Solution: Check there is enough space. (Christian Brabandt) v7.4.562 Bram Moolenaar 2015-01-07 13:31:52 +01:00
  • abe382cd2a updated for version 7.4.561 Problem: Ex range handling is wrong for buffer-local user commands. Solution: Check for CMD_USER_BUF. (Marcin Szamotulski) v7.4.561 Bram Moolenaar 2015-01-07 13:15:45 +01:00
  • e88b0033f6 updated for version 7.4.560 Problem: Memory leak using :wviminfo. Issue 296. Solution: Free memory when needed. (idea by Christian Brabandt) v7.4.560 Bram Moolenaar 2014-12-17 21:00:49 +01:00
  • fc3f23bedf updated for version 7.4.559 Problem: Appending a block in the middle of a tab does not work correctly when virtualedit is set. Solution: Decrement spaces and count, don't reset them. (James McCoy) v7.4.559 Bram Moolenaar 2014-12-17 18:35:42 +01:00
  • 527a6785c7 updated for version 7.4.558 Problem: When the X server restarts Vim may get stuck. Solution: Destroy the application context and create it again. (Issue 203) v7.4.558 Bram Moolenaar 2014-12-17 17:59:31 +01:00
  • 140e995ed5 updated for version 7.4.557 Problem: One more small issue. Solution: Update function proto. v7.4.557 Bram Moolenaar 2014-12-17 14:47:56 +01:00
  • ae38d05271 updated for version 7.4.556 Problem: Failed commands in Python interface not handled correctly. Solution: Restore window and buffer on failure. v7.4.556 Bram Moolenaar 2014-12-17 14:46:09 +01:00
  • 36ff08479f updated for version 7.4.555 Problem: test_close_count may fail for some combination of features. Solution: Require normal features. v7.4.555 Bram Moolenaar 2014-12-17 14:42:46 +01:00
  • 6f2dd9e75e updated for version 7.4.554 Problem: Missing part of patch 7.4.519. Solution: Copy back regprog after calling vim_regexec. v7.4.554 Bram Moolenaar 2014-12-17 14:41:10 +01:00
  • caad4f0a0b updated for version 7.4.553 Problem: Various small issues. Solution: Fix those issues. v7.4.553 Bram Moolenaar 2014-12-17 14:36:14 +01:00
  • e3faf44bef Updated runtime files. Bram Moolenaar 2014-12-14 01:27:49 +01:00
  • c68c72ea7b updated for version 7.4.552 Problem: Langmap applies to Insert mode expression mappings. Solution: Check for Insert mode. (Daniel Hahler) v7.4.552 Bram Moolenaar 2014-12-14 00:43:54 +01:00
  • b12db9f92e updated for version 7.4.551 Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt) v7.4.551 Bram Moolenaar 2014-12-13 22:00:22 +01:00
  • 3f9be97015 updated for version 7.4.550 Problem: curs_rows() function is always called with the second argument false. Solution: Remove the argument. (Christian Brabandt) validate_botline_win() can then also be removed. v7.4.550 Bram Moolenaar 2014-12-13 21:09:57 +01:00
  • ddfb925480 Add new files for 7.4.549. Bram Moolenaar 2014-12-13 21:03:10 +01:00
  • ef92390cb7 updated for version 7.4.549 Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character. v7.4.549 Bram Moolenaar 2014-12-13 21:00:55 +01:00
  • 2d78cd7756 updated for version 7.4.548 Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character. v7.4.548 Bram Moolenaar 2014-12-13 20:50:09 +01:00
  • 8340dd9b29 updated for version 7.4.547 Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt) v7.4.547 Bram Moolenaar 2014-12-13 20:11:33 +01:00
  • 2f1e51a43c updated for version 7.4.546 Problem: Repeated use of vim_snprintf() with a number. Solution: Move these vim_snprintf() calls into a function. v7.4.546 Bram Moolenaar 2014-12-13 03:58:09 +01:00
  • aff5c3a530 updated for version 7.4.545 Problem: Highlighting for multi-line matches is not correct. Solution: Stop highlight at the end of the match. (Hirohito Higashi) v7.4.545 Bram Moolenaar 2014-12-13 03:36:39 +01:00
  • d96c52c71b updated for version 7.4.544 Problem: Warnings for unused arguments when compiling with a combination of features. Solution: Add "UNUSED". v7.4.544 Bram Moolenaar 2014-12-13 03:20:14 +01:00
  • cc2b9d5dc0 updated for version 7.4.543 Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo Martínez) Issue 287 Solution: Correct the line count. (Christian Brabandt) Also set the last used search pattern. v7.4.543 Bram Moolenaar 2014-12-13 03:17:11 +01:00
  • f1d6ccf2f9 updated for version 7.4.542 Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski) v7.4.542 Bram Moolenaar 2014-12-08 04:16:44 +01:00
  • b2a851fee4 updated for version 7.4.541 Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira) v7.4.541 Bram Moolenaar 2014-12-07 00:18:33 +01:00
  • ed32d9424d Update runtime files. Bram Moolenaar 2014-12-06 23:33:00 +01:00
  • f8a447c6dc updated for version 7.4.540 Problem: Cannot build with tiny and small features. (Taro Muraoka) Solution: Add #ifdef around CMD_USER. v7.4.540 Bram Moolenaar 2014-11-30 22:51:06 +01:00
  • 4d84d9325f updated for version 7.4.539 Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski) v7.4.539 Bram Moolenaar 2014-11-30 14:50:16 +01:00
  • 0b10541606 updated for version 7.4.538 Problem: Tests fail with small features plus Python. Solution: Disallow weird combination of options. Do not set "fdm" when folding is disabled. v7.4.538 Bram Moolenaar 2014-11-30 13:34:23 +01:00
  • 76440e2efe updated for version 7.4.537 Problem: Value of v:hlsearch reflects an internal variable. Solution: Make the value reflect whether search highlighting is actually displayed. (Christian Brabandt) v7.4.537 Bram Moolenaar 2014-11-27 19:14:49 +01:00
  • f1e30ccb82 updated for version 7.4.536 Problem: Test 63 fails when using a black&white terminal. Solution: Add attributes for a non-color terminal. (Christian Brabandt) v7.4.536 Bram Moolenaar 2014-11-27 18:57:11 +01:00
  • f240e181d7 updated for version 7.4.535 Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test. v7.4.535 Bram Moolenaar 2014-11-27 18:33:02 +01:00
  • 2a0b33e284 Add files added by patch 7.4.530 to the repository. Bram Moolenaar 2014-11-27 17:46:22 +01:00
  • 9014074913 updated for version 7.4.534 Problem: Warnings when compiling if_ruby.c. Solution: Avoid the warnings. (Ken Takata) v7.4.534 Bram Moolenaar 2014-11-27 17:44:08 +01:00
  • 0a38396937 updated for version 7.4.533 Problem: ":hardcopy" leaks memory in case of errors. Solution: Free memory in all code paths. (Christian Brabandt) v7.4.533 Bram Moolenaar 2014-11-27 17:37:57 +01:00
  • a3dfccc6e9 updated for version 7.4.532 Problem: When using 'incsearch' "2/pattern/e" highlights the first match. Solution: Move the code to set extra_col inside the loop for count. (Ozaki Kiichi) v7.4.532 Bram Moolenaar 2014-11-27 17:29:56 +01:00
  • 1c40a66bad updated for version 7.4.531 Problem: Comments about parsing an Ex command are wrong. Solution: Correct the steop numbers. v7.4.531 Bram Moolenaar 2014-11-27 16:38:11 +01:00
  • b96a7f325c updated for version 7.4.530 Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski) v7.4.530 Bram Moolenaar 2014-11-27 16:22:48 +01:00
  • baf0344ed7 updated for version 7.4.529 Problem: No test for what 7.4.517 fixes. Solution: Adjust the tests for breakindent. (Christian Brabandt) v7.4.529 Bram Moolenaar 2014-11-27 14:09:13 +01:00
  • cbdf0a0b4a updated for version 7.4.528 Problem: Crash when using matchadd() (Yasuhiro Matsumoto) Solution: Copy the match regprog. v7.4.528 Bram Moolenaar 2014-11-27 13:37:10 +01:00
  • 8c731505b0 updated for version 7.4.527 Problem: Still confusing regexp failure and NFA_TOO_EXPENSIVE. Solution: NFA changes equivalent of 7.4.526. v7.4.527 Bram Moolenaar 2014-11-23 15:57:49 +01:00
  • 66a3e797a2 updated for version 7.4.526 Problem: matchstr() fails on long text. Daniel Hahler) Solution: Return NFA_TOO_EXPENSIVE from regexec_nl(). (Christian Brabandt) v7.4.526 Bram Moolenaar 2014-11-20 23:07:05 +01:00
  • b738c9a442 updated for version 7.4.525 Problem: map() leaks memory when there is an error in the expression. Solution: Call clear_tv(). (Christian Brabandt) v7.4.525 Bram Moolenaar 2014-11-19 20:04:48 +01:00
  • 2683c8e7f7 updated for version 7.4.524 Problem: When using ":ownsyntax" spell checking is messed up. (Issue 78) Solution: Use the window-local option values. (Christian Brabandt) v7.4.524 Bram Moolenaar 2014-11-19 19:33:16 +01:00
  • 2f3b510b0f Update runtime files. Bram Moolenaar 2014-11-19 18:54:17 +01:00
  • b1e265045c updated for version 7.4.523 Problem: When the X11 server is stopped and restarted, while Vim is kept in the background, copy/paste no longer works. (Issue 203) Solution: Setup the clipboard again. (Christian Brabandt) v7.4.523 Bram Moolenaar 2014-11-19 18:48:46 +01:00
  • 4c7b2f50fd updated for version 7.4.522 Problem: Specifying wrong buffer size for GetLongPathName(). Solution: Use the actual size. (Ken Takata) v7.4.522 Bram Moolenaar 2014-11-19 18:03:28 +01:00
  • 06e7ce1a01 updated for version 7.4.521 Problem: When using "vep" a mark is moved to the next line. (Maxi Padulo, Issue 283) Solution: Decrement the line number. (Christian Brabandt) v7.4.521 Bram Moolenaar 2014-11-19 17:35:39 +01:00
  • 57bc4633b2 updated for version 7.4.520 Problem: Sun PCK locale is not recognzed. Solution: Add PCK in the table. (Keiichi Oono) v7.4.520 Bram Moolenaar 2014-11-19 17:05:55 +01:00
  • dffa5b8ecf updated for version 7.4.519 Problem: Crash when using syntax highlighting. Solution: When regprog is freed and replaced, store the result. v7.4.519 Bram Moolenaar 2014-11-19 16:38:07 +01:00
  • df46f6f07f updated for version 7.4.518 Problem: Using status line height in width computations. Solution: Use one instead. (Hirohito Higashi) v7.4.518 Bram Moolenaar 2014-11-19 13:40:08 +01:00
  • a365091dbb updated for version 7.4.517 Problem: With a wrapping line the cursor may not end up in the right place. (Nazri Ramliy) Solution: Adjust n_extra for a Tab that wraps. (Christian Brabandt) v7.4.517 Bram Moolenaar 2014-11-19 13:21:57 +01:00
  • 1ba903fb92 Update translations. Bram Moolenaar 2014-11-13 14:26:09 +01:00
  • c229967caa Update runtime files. Bram Moolenaar 2014-11-13 14:25:38 +01:00
  • 8a349ff944 updated for version 7.4.516 Problem: Completing a function name containing a # does not work. Issue 253. Solution: Recognize the # character. (Christian Brabandt) v7.4.516 Bram Moolenaar 2014-11-12 20:09:06 +01:00
  • 54fb438134 updated for version 7.4.515 Problem: In a help buffer the global 'foldmethod' is used. (Paul Marshall) Solution: Reset 'foldmethod' when starting to edit a help file. Move the code to a separate function. v7.4.515 Bram Moolenaar 2014-11-12 19:28:16 +01:00
  • ef6875be7a updated for version 7.4.514 Problem: Memory access error. (Dominique Pelle) Solution: Update tpos. (Christian Brabandt) v7.4.514 Bram Moolenaar 2014-11-12 18:59:25 +01:00
  • 42d84f8aed updated for version 7.4.513 Problem: Crash because reference count is wrong for list returned by getreg(). Solution: Increment the reference count. (Kimmy Lindvall) v7.4.513 Bram Moolenaar 2014-11-12 18:49:16 +01:00
  • b8e0bdbda3 updated for version 7.4.512 Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef v7.4.512 Bram Moolenaar 2014-11-12 16:10:48 +01:00
  • 3e9a161496 updated for version 7.4.511 Problem: Generating proto for if_ruby.c uses type not defined elsewhere. Solution: Do not generate a prototype for rb_gc_writebarrier_unprotect_promoted() v7.4.511 Bram Moolenaar 2014-11-12 16:05:04 +01:00
  • b103138b1e updated for version 7.4.510 Problem: "-fwrapv" argument breaks use of cproto. Solution: Remove the alphabetic arguments in a drastic way. v7.4.510 Bram Moolenaar 2014-11-12 15:45:21 +01:00
  • 3a0c908983 updated for version 7.4.509 Problem: Users are not aware their encryption is weak. Solution: Give a warning when prompting for the key. v7.4.509 Bram Moolenaar 2014-11-12 15:15:42 +01:00
  • 983c4e93dc updated for version 7.4.508 Problem: When generating ja.sjis.po the header is not correctly adjusted. Solution: Check for the right header string. (Ken Takata) v7.4.508 Bram Moolenaar 2014-11-12 13:07:53 +01:00
  • 345326aa3d updated for version 7.4.507 Problem: Building with MingW and Perl. Solution: Remove quotes. (Ken Takata) v7.4.507 Bram Moolenaar 2014-11-06 10:03:01 +01:00
  • 374bf024d2 updated for version 7.4.506 Problem: MS-Windows: Cannot open a file with 259 characters. Solution: Fix off-by-one error. (Ken Takata) v7.4.506 Bram Moolenaar 2014-11-05 19:33:24 +01:00
  • f9e6c3b8b0 updated for version 7.4.505 Problem: On MS-Windows when 'encoding' is a double-byte encoding a file name longer than MAX_PATH bytes but shorter than that in characters causes problems. Solution: Fail on file names longer than MAX_PATH bytes. (Ken Takata) v7.4.505 Bram Moolenaar 2014-11-05 18:36:03 +01:00
  • 0434482e5a updated for version 7.4.504 Problem: Restriction of the MS-Windows installer that the path must end in "Vim" prevents installing more than one version. Solution: Remove the restriction. (Tim Lebedkov) v7.4.504 Bram Moolenaar 2014-11-05 18:18:17 +01:00
  • 6b2e938f13 updated for version 7.4.503 Problem: Cannot append a list of lines to a file. Solution: Add the append option to writefile(). (Yasuhiro Matsumoto) v7.4.503 Bram Moolenaar 2014-11-05 18:06:01 +01:00
  • 4391cf98ec updated for version 7.4.502 Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt) v7.4.502 Bram Moolenaar 2014-11-05 17:44:52 +01:00
  • c3940c76e8 updated for version 7.4.501 Problem: Typo in file pattern. Solution: Insert a slash and remove a dot. v7.4.501 Bram Moolenaar 2014-11-05 17:04:18 +01:00
  • 32efaf6154 Update runtime files. Bram Moolenaar 2014-11-05 17:02:17 +01:00
  • 72971a2611 updated for version 7.4.500 Problem: Test 72 still fails once in a while. Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata) v7.4.500 Bram Moolenaar 2014-11-05 16:39:28 +01:00
  • e90c853ff6 updated for version 7.4.499 Problem: substitute() can be slow with long strings. Solution: Store a pointer to the end, instead of calling strlen() every time. (Ozaki Kiichi) v7.4.499 Bram Moolenaar 2014-11-05 16:03:44 +01:00