1
0
forked from aniani/vim

Commit Graph

  • 2623b4f412 updated for version 7.3.662 Problem: Can't build Ruby interface with Ruby 1.9.3. Solution: Add missing functions. (V. Ondruch) v7.3.662 Bram Moolenaar 2012-09-18 16:36:32 +02:00
  • e8cdcef875 updated for version 7.3.661 Problem: SEGV in Python code. Solution: Initialize len to zero. Use the right function depending on version. (Maxim Philippov) v7.3.661 Bram Moolenaar 2012-09-12 20:21:43 +02:00
  • fca93c093e updated for version 7.3.660 Problem: ":help !" jumps to help for ":!". Solution: Adjust check for tag header line. (Andy Wokula) v7.3.660 Bram Moolenaar 2012-09-12 18:19:46 +02:00
  • c11073c9aa updated for version 7.3.659 Problem: Recent Python changes are not tested. Solution: Add tests for Python bindings. (ZyX) v7.3.659 Bram Moolenaar 2012-09-05 19:17:42 +02:00
  • afa6b9af86 updated for version 7.3.658 Problem: NUL bytes truncate strings when converted from Python. Solution: Handle truncation as an error. (ZyX) v7.3.658 Bram Moolenaar 2012-09-05 19:09:11 +02:00
  • cdab905136 updated for version 7.3.657 Problem: Python bindings silently truncate string values containing NUL. Solution: Fail when a string contains NUL. (ZyX) v7.3.657 Bram Moolenaar 2012-09-05 19:03:56 +02:00
  • 77fceb8908 updated for version 7.3.656 Problem: Internal error in :pyeval. Solution: Handle failed object conversion. (ZyX) v7.3.656 Bram Moolenaar 2012-09-05 18:54:48 +02:00
  • e48a2dd3af updated for version 7.3.655 Problem: 64 bit MingW xpm .a file is missing. Solution: Add the file. (Sergey Khorev) v7.3.655 Bram Moolenaar 2012-09-05 18:49:24 +02:00
  • 231e1a1723 updated for version 7.3.654 Problem: When creating a Vim dictionary from Python objects an empty key might be used. Solution: Do not use empty keys, throw an IndexError. (ZyX) v7.3.654 Bram Moolenaar 2012-09-05 18:45:28 +02:00
  • e2db4361d2 updated for version 7.3.653 Problem: MingW needs build rule for included XPM files. Object directory for 32 and 64 builds is the same, also for MSVC. Solution: Add MingW build rule to use included XPM files. Add the CPU or architecture to the object directory name. (Sergey Khorev) v7.3.653 Bram Moolenaar 2012-09-05 17:57:39 +02:00
  • ac0ddc15e9 updated for version 7.3.652 Problem: Workaround for Python crash isn't perfect. Solution: Change the type of the length argument. (Sean Estabrooks) v7.3.652 Bram Moolenaar 2012-09-05 17:28:21 +02:00
  • 7c0a86b1e8 updated for version 7.3.651 Problem: Completion after ":help \{-" gives an error message. Solution: Prepend a backslash. v7.3.651 Bram Moolenaar 2012-09-05 15:15:07 +02:00
  • b4a80cdd91 updated for version 7.3.650 Problem: Completion after ":help \{-" gives an error message and messes up the command line. Solution: Cancel the tag search if the pattern can't be compiled. (Yasuhiro Matsumoto) v7.3.650 Bram Moolenaar 2012-09-05 15:03:30 +02:00
  • 7c82130a76 updated for version 7.3.649 Problem: When 'clipboard' is set to "unnamed" small deletes end up in the numbered registers. (Ingo Karkat) Solution: Use the original register name to decide whether to put a delete in a numbered register. (Christian Brabandt) v7.3.649 Bram Moolenaar 2012-09-05 14:18:45 +02:00
  • 2c66669c33 updated for version 7.3.648 Problem: Crash when using a very long file name. (ZyX) Solution: Properly check length of buffer space. v7.3.648 Bram Moolenaar 2012-09-05 13:30:40 +02:00
  • 57c0ea8692 updated for version 7.3.647 Problem: "gnd" doesn't work correctly in Visual mode. Solution: Handle Visual mode differently in "gn". (Christian Brabandt) v7.3.647 Bram Moolenaar 2012-09-05 12:16:45 +02:00
  • 465748e411 updated for version 7.3.646 Problem: When reloading a buffer the undo file becomes unusable unless ":w" is executed. (Dmitri Frank) Solution: After reloading the buffer write the undo file. (Christian Brabandt) v7.3.646 Bram Moolenaar 2012-08-29 18:50:54 +02:00
  • dd7d846475 updated for version 7.3.645 Problem: No tests for patch 7.3.625 and 7.3.637. Solution: Add more tests for the "gn" command and try/catch. (Christian Brabandt) v7.3.645 Bram Moolenaar 2012-08-29 16:55:13 +02:00
  • 0551410a14 updated for version 7.3.644 Problem: Dead code for BeOS GUI. Solution: Remove unused __BEOS__ stuff. v7.3.644 Bram Moolenaar 2012-08-29 16:34:27 +02:00
  • 3633dc0129 updated for version 7.3.643 Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are wrong. (Christian Robinson) Solution: Move the check for gui.starting from ui_get_shellsize() to check_shellsize(). v7.3.643 Bram Moolenaar 2012-08-29 16:26:04 +02:00
  • 8f91399366 updated for version 7.3.642 Problem: Segfault with specific autocommands. Was OK after 7.3.449 and before 7.3.545. (Richard Brown) Solution: Pass TRUE for abort_if_last in the call to close_buffer(). (Christian Brabandt) v7.3.642 Bram Moolenaar 2012-08-29 15:50:26 +02:00
  • 002a4edc5b updated for version 7.3.641 Problem: ":mkview" uses ":normal" instead of ":normal!" for folds. (Dan) Solution: Add the bang. (Christian Brabandt) v7.3.641 Bram Moolenaar 2012-08-29 15:22:25 +02:00
  • 18a1b9bd5f updated for version 7.3.640 Problem: It's not easy to build Vim on Windows with XPM support. Solution: Binary files for 7.3.639. (Sergey Khorev) v7.3.640 Bram Moolenaar 2012-08-29 14:26:27 +02:00
  • c6c1d8b802 updated for version 7.3.639 Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev) v7.3.639 Bram Moolenaar 2012-08-29 14:18:33 +02:00
  • 1c75a03501 Fix version.c, 638 was there twice. Bram Moolenaar 2012-08-23 22:28:46 +02:00
  • 451cf63751 updated for version 7.3.638 v7.3.638 Bram Moolenaar 2012-08-23 18:58:14 +02:00
  • 00b8ae0d3d updated for version 7.3.637 Problem: Cannot catch the error caused by a foldopen when there is no fold. (ZyX, Issue 48) Solution: Do not break out of the loop early when inside try/catch. (Christian Brabandt) Except when there is a syntax error. v7.3.637 Bram Moolenaar 2012-08-23 18:43:10 +02:00
  • dde0efed85 updated for version 7.3.636 Problem: Not all zero-width matches handled correctly for "gn". Solution: Move zero-width detection to a separate function. (Christian Brabandt) v7.3.636 Bram Moolenaar 2012-08-23 15:53:05 +02:00
  • 4d93dc2699 updated for version 7.3.635 Problem: Issue 21: System call during startup sets 'lines' to a wrong value. (Karl Yngve) Solution: Don't set the shell size while the GUI is still starting up. (Christian Brabandt) v7.3.635 Bram Moolenaar 2012-08-23 13:28:55 +02:00
  • b9ce83e135 updated for version 7.3.634 Problem: Month/Day format for undo is confusing. (Marcin Szamotulski) Solution: Always use Year/Month/Day, should work for everybody. v7.3.634 Bram Moolenaar 2012-08-23 12:59:02 +02:00
  • 9b4512500a Update runtime files. Bram Moolenaar 2012-08-15 17:43:31 +02:00
  • dd82d699c8 updated for version 7.3.633 Problem: Selection remains displayed as selected after selecting another text. Solution: Call xterm_update() before select(). (Andrew Pimlott) v7.3.633 Bram Moolenaar 2012-08-15 17:26:57 +02:00
  • 2b9578f0f8 updated for version 7.3.632 Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito) v7.3.632 Bram Moolenaar 2012-08-15 16:21:32 +02:00
  • 2430586629 updated for version 7.3.631 Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle) v7.3.631 Bram Moolenaar 2012-08-15 14:05:05 +02:00
  • 2dac213ac6 updated for version 7.3.630 Problem: "|" does not behave correctly when 'virtualedit' is set. Solution: Call validate_virtcol(). (David Bürgin) v7.3.630 Bram Moolenaar 2012-08-15 13:31:00 +02:00
  • 14f2474147 updated for version 7.3.629 Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt) v7.3.629 Bram Moolenaar 2012-08-08 18:01:05 +02:00
  • b02612b641 updated for version 7.3.628 Problem: ":open" does not allow for a !, which results in a confusing error message. (Shawn Wilson) Solution: Allow ! on ":open". (Christian Brabandt) v7.3.628 Bram Moolenaar 2012-08-08 17:31:40 +02:00
  • 07e31c571a updated for version 7.3.627 Problem: When using the "n" flag with the ":s" command a \= substitution will not be evaluated. Solution: Do perform the evaluation, so that a function can be invoked at every matching position without changing the text. (Christian Brabandt) v7.3.627 Bram Moolenaar 2012-08-08 16:51:15 +02:00
  • c1a995db49 updated for version 7.3.626 Problem: Python interface doesn't build with Python 2.4 or older. Solution: Define Py_ssize_t. (Benjamin Bannier) v7.3.626 Bram Moolenaar 2012-08-08 16:05:07 +02:00
  • ba6ba36fa2 updated for version 7.3.625 Problem: "gn" does not handle zero-width matches correctly. Solution: Handle zero-width patterns specially. (Christian Brabandt) v7.3.625 Bram Moolenaar 2012-08-08 15:27:57 +02:00
  • 04b2751899 updated for version 7.3.624 Problem: When cancelling input() it returns the third argument. That should only happen for inputdialog(). Solution: Check if inputdialog() was used. (Hirohito Higashi) v7.3.624 Bram Moolenaar 2012-08-08 14:33:21 +02:00
  • c271c48e80 updated for version 7.3.623 Problem: Perl 5.14 commands crash Vim on MS-Windows. Solution: Use perl_get_sv() instead of GvSV(). (Raymond Ko) v7.3.623 Bram Moolenaar 2012-08-08 13:17:31 +02:00
  • e66822e3d1 updated for version 7.3.622 Problem: XPM library for Win32 can't be found. Solution: Suggest using the one from the Vim ftp site. v7.3.622 Bram Moolenaar 2012-08-02 21:48:24 +02:00
  • 09168a77e4 updated for version 7.3.621 Problem: Compiler warnings on 64 bit windows. Solution: Add type casts. (Mike Williams) v7.3.621 Bram Moolenaar 2012-08-02 21:24:42 +02:00
  • da3cb831e9 updated for version 7.3.620 Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto) v7.3.620 Bram Moolenaar 2012-08-02 21:21:47 +02:00
  • e4195c5d84 updated for version 7.3.619 Problem: When executing a shell command Vim may become slow to respond. Solution: Don't wait after every processed message. (idea by Yasuhiro Matsumoto) v7.3.619 Bram Moolenaar 2012-08-02 12:31:44 +02:00
  • 8a0f3c78fe updated for version 7.3.618 Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle) v7.3.618 Bram Moolenaar 2012-07-29 12:55:32 +02:00
  • a07c831bef updated for version 7.3.617 Problem: Hang on completion. Solution: Skip over the space. (Yasuhiro Matsumoto) v7.3.617 Bram Moolenaar 2012-07-27 21:12:07 +02:00
  • dad937f77f updated for version 7.3.616 Problem: Can't compile without +visual. Solution: Add #ifdef. v7.3.616 Bram Moolenaar 2012-07-27 21:05:54 +02:00
  • 6c35beaa11 Updated runtime files. Bram Moolenaar 2012-07-25 17:49:10 +02:00
  • 848f87633a updated for version 7.3.615 Problem: Completion for a user command does not recognize backslash before a space. Solution: Recognize escaped characters. (Yasuhiro Matsumoto) v7.3.615 Bram Moolenaar 2012-07-25 17:22:23 +02:00
  • 0cbba94b7e updated for version 7.3.614 Problem: Number argument gets turned into a number while it should be a string. Solution: Add flag to the call_vim_function() call. (Yasuhiro Matsumoto) v7.3.614 Bram Moolenaar 2012-07-25 16:47:03 +02:00
  • 9bdb9a0987 updated for version 7.3.613 Problem: Including Python's config.c in the build causes trouble. It is not clear why it was there. Solution: Omit the config file. (James McCoy) v7.3.613 Bram Moolenaar 2012-07-25 16:32:08 +02:00
  • 5fb9ec5ed7 updated for version 7.3.612 Problem: Auto formatting messes up text when 'fo' contains "2". (ZyX) Solution: Decrement "less_cols". (Tor Perkins) v7.3.612 Bram Moolenaar 2012-07-25 16:10:03 +02:00
  • 9581b5f70e updated for version 7.3.611 Problem: Can't use Vim dictionary as self argument in Python. Solution: Fix the check for the "self" argument. (ZyX) v7.3.611 Bram Moolenaar 2012-07-25 15:36:04 +02:00
  • 641e286153 updated for version 7.3.610 Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt) v7.3.610 Bram Moolenaar 2012-07-25 15:06:34 +02:00
  • 058bdcfd5d updated for version 7.3.609 Problem: File names in :checkpath! output are garbled. Solution: Check for \zs in the pattern. (Lech Lorens) v7.3.609 Bram Moolenaar 2012-07-25 13:46:30 +02:00
  • 6763c140d6 updated for version 7.3.608 Problem: winrestview() does not always restore the view correctly. Solution: Call win_new_height() and win_new_width(). (Lech Lorens) v7.3.608 Bram Moolenaar 2012-07-19 18:05:44 +02:00
  • 049d8e79cf updated for version 7.3.607 Problem: With an 8 color terminal the selected menu item is black on black, because darkGrey as bg is the same as black. Solution: Swap fg and bg colors. (James McCoy) v7.3.607 Bram Moolenaar 2012-07-19 17:39:07 +02:00
  • 94c465c53d updated for version 7.3.606 Problem: CTRL-P completion has a problem with multi-byte characters. Solution: Check for next character being NUL properly. (Yasuhiro Matsumoto) v7.3.606 Bram Moolenaar 2012-07-19 17:18:26 +02:00
  • 1a0cee53d4 updated for version 7.3.605 Problem: MS-Windows: Can't compile with older compilers. (Titov Anatoly) Solution: Add #ifdef for MEMORYSTATUSEX. v7.3.605 Bram Moolenaar 2012-07-19 11:37:26 +02:00
  • b5c9cb555e updated for version 7.3.604 Problem: inputdialog() doesn't use the cancel argument in the console. (David Fishburn) Solution: Use the third argument. (Christian Brabant) v7.3.604 Bram Moolenaar 2012-07-16 19:27:29 +02:00
  • bdb620560b updated for version 7.3.603 Problem: It is possible to add replace builtin functions by calling extend() on g:. Solution: Add a flag to a dict to indicate it is a scope. Check for existing functions. (ZyX) v7.3.603 Bram Moolenaar 2012-07-16 17:31:53 +02:00
  • c2ece10274 updated for version 7.3.602 Problem: Missing files in distribution. Solution: Update the list of files. v7.3.602 Bram Moolenaar 2012-07-16 17:28:11 +02:00
  • 97f38d9540 updated for version 7.3.601 Problem: Bad code style. Solution: Insert space, remove parens. v7.3.601 Bram Moolenaar 2012-07-16 17:26:22 +02:00
  • 30b6581799 Updated runtime files. Bram Moolenaar 2012-07-12 22:01:11 +02:00
  • dfef15481d updated for version 7.3.600 Problem: <f-args> is not expanded properly with DBCS encoding. Solution: Skip over character instead of byte. (Yukihiro Nakadaira) v7.3.600 Bram Moolenaar 2012-07-10 19:25:10 +02:00
  • 89af439409 updated for version 7.3.599 Problem: Missing change in one file. Solution: Patch for changed clip_autoselect(). v7.3.599 Bram Moolenaar 2012-07-10 18:31:54 +02:00
  • cfa3caec0c updated for version 7.3.598 Problem: Cannot act upon end of completion. (Taro Muraoka) Solution: Add an autocommand event that is triggered when completion has finished. (Idea by Florian Klein) v7.3.598 Bram Moolenaar 2012-07-10 17:14:56 +02:00
  • c0885aad5c updated for version 7.3.597 Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'. v7.3.597 Bram Moolenaar 2012-07-10 16:49:23 +02:00
  • f65e5667df updated for version 7.3.596 Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt) v7.3.596 Bram Moolenaar 2012-07-10 15:18:22 +02:00
  • 773c1ef81b updated for version 7.3.595 Problem: The X command server responds slowly Solution: Change the loop that waits for replies. (Brian Burns) v7.3.595 Bram Moolenaar 2012-07-10 14:56:45 +02:00
  • 52bf469f6f updated for version 7.3.594 Problem: The X command server doesn't work perfectly. It sends an empty reply for as-keys requests. Solution: Remove duplicate ga_init2(). Do not send a reply for as-keys requests. (Brian Burns) v7.3.594 Bram Moolenaar 2012-07-10 14:25:04 +02:00
  • 77c604d3ff updated for version 7.3.593 Problem: No easy way to decide if b:browsefilter will work. Solution: Add the browsefilter feature. v7.3.593 Bram Moolenaar 2012-07-10 13:41:14 +02:00
  • 6c4b646d84 updated for version 7.3.592 Problem: Vim on GTK does not support g:browsefilter. Solution: Add a GtkFileFilter to the file chooser. (Christian Brabandt) v7.3.592 Bram Moolenaar 2012-07-10 13:12:51 +02:00
  • 8cb8dca2f0 updated for version 7.3.591 Problem: Can only move to a tab by absolute number. Solution: Move a number of tabs to the left or the right. (Lech Lorens) v7.3.591 Bram Moolenaar 2012-07-06 18:27:39 +02:00
  • 0306ac33a5 updated for version 7.3.590 Problem: The '< and '> marks cannot be set directly. Solution: Allow setting '< and '>. (Christian Brabandt) v7.3.590 Bram Moolenaar 2012-07-06 17:51:28 +02:00
  • bef4790c23 updated for version 7.3.589 Problem: Crash when $HOME is not set. Solution: Check for a NULL pointer. (Chris Webb) v7.3.589 Bram Moolenaar 2012-07-06 16:49:40 +02:00
  • 756287da38 updated for version 7.3.588 Problem: Crash on NULL pointer. Solution: Fix the immediate problem by checking for NULL. (Lech Lorens) v7.3.588 Bram Moolenaar 2012-07-06 16:39:47 +02:00
  • e25865a7f3 updated for version 7.3.587 Problem: Compiler warning for local var shadowing global var. Solution: Rename the var and move it to an inner block. (Christian Brabandt) v7.3.587 Bram Moolenaar 2012-07-06 16:22:02 +02:00
  • 95b557b1dc updated for version 7.3.586 Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500. v7.3.586 Bram Moolenaar 2012-07-06 13:40:50 +02:00
  • 5967abb97f updated for version 7.3.585 Problem: Calling changed_bytes() too often. Solution: Move changed_bytes() out of a loop. (Tor Perkins) v7.3.585 Bram Moolenaar 2012-07-06 13:36:48 +02:00
  • 221d6872c4 updated for version 7.3.584 Problem: PyCObject is not always defined. Solution: Use PyObject instead. v7.3.584 Bram Moolenaar 2012-06-30 13:34:34 +02:00
  • e721122b79 updated for version 7.3.583 Problem: PyObject_NextNotImplemented is not defined before Python 2.7. (Danek Duvall) Solution: Add #ifdefs. v7.3.583 Bram Moolenaar 2012-06-30 13:21:08 +02:00
  • 49346f4155 updated for version 7.3.582 Problem: Missing parts of the test OK file. Solution: Add the missing parts. v7.3.582 Bram Moolenaar 2012-06-29 23:57:54 +02:00
  • cc3e85f169 updated for version 7.3.581 Problem: Problems compiling with Python. Solution: Pick UCS2 or UCS4 function at runtime. (lilydjwg) v7.3.581 Bram Moolenaar 2012-06-29 19:14:52 +02:00
  • 3cd3e7ab17 updated for version 7.3.580 Problem: Warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams) v7.3.580 Bram Moolenaar 2012-06-29 17:52:02 +02:00
  • 2afa3238a1 updated for version 7.3.579 Problem: Can't compile with Python 2.5. Solution: Use PyCObject when Capsules are not available. v7.3.579 Bram Moolenaar 2012-06-29 16:28:28 +02:00
  • f27839c1a9 updated for version 7.3.578 Problem: Misplaced declaration. Solution: Move declaration to start of block. v7.3.578 Bram Moolenaar 2012-06-29 16:19:50 +02:00
  • 11b73d668f updated for version 7.3.577 Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available. v7.3.577 Bram Moolenaar 2012-06-29 15:51:30 +02:00
  • 96b7ca5142 updated for version 7.3.576 Problem: Formatting of lists inside comments is not right yet. Solution: Use another solution and add a test. (Tor Perkins) v7.3.576 Bram Moolenaar 2012-06-29 15:04:49 +02:00
  • 89f940fcac updated for version 7.3.575 Problem: "ygt" tries to yank instead of giving an error. (Daniel Mueller) Solution: Check for a pending operator. v7.3.575 Bram Moolenaar 2012-06-29 13:56:06 +02:00
  • e79abddb2f updated for version 7.3.574 Problem: When pasting a register in the search command line a CTRL-L character is not pasted. (Dominique Pelle) Solution: Escape the CTRL-L. (Christian Brabandt) v7.3.574 Bram Moolenaar 2012-06-29 13:44:41 +02:00
  • 88b1ba151a updated for version 7.3.573 Problem: Using array index before bounds checking. Solution: Swap the parts of the condition. (Dominique Pelle) v7.3.573 Bram Moolenaar 2012-06-29 13:34:19 +02:00
  • a53c60d33c updated for version 7.3.572 Problem: Duplicate statement in if and else. (Dominique Pelle) Solution: Remove the condition and add a TODO. v7.3.572 Bram Moolenaar 2012-06-29 13:19:27 +02:00
  • f6a2b08c54 updated for version 7.3.571 Problem: Duplicated condition. Solution: Remove one. (Dominique Pelle) v7.3.571 Bram Moolenaar 2012-06-29 13:14:03 +02:00
  • 8f5c6f003a updated for version 7.3.570 Problem: ":vimgrep" does not obey 'wildignore'. Solution: Apply 'wildignore' and 'suffixes' to ":vimgrep". (Ingo Karkat) v7.3.570 Bram Moolenaar 2012-06-29 12:57:06 +02:00
  • db91395312 updated for version 7.3.569 Problem: Evaluating Vim expression in Python is insufficient. Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX) v7.3.569 Bram Moolenaar 2012-06-29 12:54:53 +02:00
  • a7014df975 updated for version 7.3.568 Problem: Bad indents for #ifdefs. Solution: Add and remove spaces. (Elias Diem) v7.3.568 Bram Moolenaar 2012-06-29 12:35:44 +02:00
  • 002850940e updated for version 7.3.567 Problem: Missing copyright notice. Solution: Add Vim copyright notice. (Taro Muraoka) v7.3.567 Bram Moolenaar 2012-06-29 11:46:33 +02:00