1
0
forked from aniani/vim

Commit Graph

  • f882d9f89d patch 7.4.956 Problem: A few more file name extensions not recognized. Solution: Add .asciidoc, .bzl, .gradle, etc. v7.4.956 Bram Moolenaar 2015-12-03 20:18:24 +01:00
  • 3b8fcd945c patch 7.4.955 Problem: Vim doesn't recognize .pl6 and .pod6 files. Solution: Recognize them as perl6 and pod6. (Mike Eve, closes #511) v7.4.955 Bram Moolenaar 2015-12-03 20:14:12 +01:00
  • f609dcf8c1 patch 7.4.954 Problem: When using Lua there may be a crash. (issue #468) Solution: Avoid using an unitialized tv. (Yukihiro Nakadaira) v7.4.954 Bram Moolenaar 2015-12-03 17:43:17 +01:00
  • de0ad40cb3 patch 7.4.953 Problem: When a test script navigates to another buffer the .res file is created with the wrong name. Solution: Use the "testname" for the .res file. (Damien) v7.4.953 Bram Moolenaar 2015-12-03 17:21:28 +01:00
  • 6cd1345307 patch 7.4.952 Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'. v7.4.952 Bram Moolenaar 2015-12-03 16:54:53 +01:00
  • b00da1d6d1 patch 7.4.951 Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort() v7.4.951 Bram Moolenaar 2015-12-03 16:33:12 +01:00
  • 4649ded287 patch 7.4.950 Problem: v:errors is not initialized. Solution: Initialze it to an empty list. (Thinca) v7.4.950 Bram Moolenaar 2015-12-03 14:55:55 +01:00
  • 32a214e78d patch 7.4.949 Problem: When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart) Solution: Only increment vcol when in the right state. (Christian Brabandt) v7.4.949 Bram Moolenaar 2015-12-03 14:29:02 +01:00
  • 20ad69ccfb patch 7.4.948 Problem: Can't build when the insert_expand feature is disabled. Solution: Add #ifdefs. (Dan Pasanen, closes #499) v7.4.948 Bram Moolenaar 2015-12-03 13:52:52 +01:00
  • 5311c02f25 patch 7.4.947 Problem: Test_listchars fails with MingW. (Michael Soyka) Solution: Add the test to the ones that need the fileformat fixed. (Christian Brabandt) v7.4.947 Bram Moolenaar 2015-12-01 20:19:26 +01:00
  • bbfbaf9741 patch 7.4.946 Problem: Missing changes in source file. Solution: Include changes to the eval.c file. v7.4.946 Bram Moolenaar 2015-12-01 15:32:56 +01:00
  • 683fa185a4 patch 7.4.945 Problem: New style testing is incomplete. Solution: Add the runtest script to the list of distributed files. Add the new functions to the function overview. Rename the functions to match Vim function style. Move undolevels testing into a new style test script. v7.4.945 Bram Moolenaar 2015-11-30 21:38:24 +01:00
  • 43345546ae patch 7.4.944 Problem: Writing tests for Vim script is hard. Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add the v:errors variable. Add the runtest script. Add a first new style test script. v7.4.944 Bram Moolenaar 2015-11-29 17:35:35 +01:00
  • 48a969b488 patch 7.4.943 Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata) v7.4.943 Bram Moolenaar 2015-11-28 14:29:26 +01:00
  • 60422e68a3 patch 7.4.942 Problem: test_tagcase breaks for small builds. Solution: Bail out of the test early. (Hirohito Higashi) v7.4.942 Bram Moolenaar 2015-11-25 23:53:01 +01:00
  • d042dc825c Update runtime files. Bram Moolenaar 2015-11-24 19:18:36 +01:00
  • 0f6562e903 patch 7.4.941 Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson) v7.4.941 Bram Moolenaar 2015-11-24 18:48:14 +01:00
  • 2a1b474fd8 patch 7.4.940 Problem: vt52 terminal codes are not correct. Solution: Move entries outside of #if. (Random) Adjustments based on documented codes. v7.4.940 Bram Moolenaar 2015-11-24 18:15:51 +01:00
  • 9a7d58e42e patch 7.4.939 Problem: Memory leak when encountering a syntax error. Solution: Free the memory. (Dominique Pelle) v7.4.939 Bram Moolenaar 2015-11-24 17:23:56 +01:00
  • 88e484bf1b patch 7.4.938 Problem: X11 and GTK have moure mouse buttons than Vim supports. Solution: Recognize more mouse buttons. (Benoit Pierre, closes #498) v7.4.938 Bram Moolenaar 2015-11-24 15:38:44 +01:00
  • 5ad075c073 patch 7.4.937 Problem: Segfault reading unitialized memory. Solution: Do not read match \z0, it does not exist. (Marius Gedminas, closes #497) v7.4.937 Bram Moolenaar 2015-11-24 15:18:32 +01:00
  • 294a7e55b0 patch 7.4.936 Problem: Crash when dragging with the mouse. Solution: Add safety check for NULL pointer. Check mouse position for valid value. (Hirohito Higashi) v7.4.936 Bram Moolenaar 2015-11-22 19:39:38 +01:00
  • 6040256d8b patch 7.4.935 Problem: test_utf8 fails on MS-Windows when executed with gvim. Solution: Use the insert flag on feedkeys() to put the string before the ":" that was already read when checking for available chars. v7.4.935 Bram Moolenaar 2015-11-22 15:08:59 +01:00
  • 7487792ab1 patch 7.4.934 Problem: Appveyor also builds on a tag push. Solution: Add a skip_tags line. (Kenichi Ito, closes #489) v7.4.934 Bram Moolenaar 2015-11-21 17:15:33 +01:00
  • e4eda3bc71 patch 7.4.933 Problem: Crash when using longest completion match. Solution: Fix array index. v7.4.933 Bram Moolenaar 2015-11-21 16:28:50 +01:00
  • 8f08dab18d patch 7.4.932 Problem: test_utf8 has confusing dummy command. Solution: Use a real command instead of a colon. v7.4.932 Bram Moolenaar 2015-11-21 14:31:33 +01:00
  • cfcd1ddd10 patch 7.4.931 Problem: Test 94 fails on some systems. Solution: Set 'encoding' to utf-8. v7.4.931 Bram Moolenaar 2015-11-21 14:24:50 +01:00
  • e392eb41f8 Update runtime files. Bram Moolenaar 2015-11-19 20:38:09 +01:00
  • 97b0b0ec76 patch 7.4.930 Problem: MS-Windows: Most users appear not to like the window border. Solution: Remove WS_EX_CLIENTEDGE. (Ian Halliday) v7.4.930 Bram Moolenaar 2015-11-19 20:23:37 +01:00
  • d29c6fea94 patch 7.4.929 Problem: "gv" after paste selects one character less if 'selection' is "exclusive". Solution: Increment the end position. (Christian Brabandt) v7.4.929 Bram Moolenaar 2015-11-19 20:11:54 +01:00
  • 5d8afebb5b patch 7.4.928 Problem: A clientserver message interrupts handling keys of a mapping. Solution: Have mch_inchar() send control back to WaitForChar when it is interrupted by server message. (James Kolb) v7.4.928 Bram Moolenaar 2015-11-19 19:55:16 +01:00
  • 9b1067e038 patch 7.4.927 Problem: Ruby crashes when there is a runtime error. Solution: Use ruby_options() instead of ruby_process_options(). (Damien) v7.4.927 Bram Moolenaar 2015-11-19 19:33:15 +01:00
  • 4f8fa1633c patch 7.4.926 Problem: Completing the longest match doesn't work properly with multi-byte characters. Solution: When using multi-byte characters use another way to find the longest match. (Hirohito Higashi) v7.4.926 Bram Moolenaar 2015-11-19 19:00:05 +01:00
  • a0ed84a268 patch 7.4.925 Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes #470) v7.4.925 Bram Moolenaar 2015-11-19 17:56:13 +01:00
  • 32d03b34ac patch 7.4.924 Problem: DEVELOPER_DIR gets reset by configure. Solution: Do not reset DEVELOPER_DIR when there is no --with-developer-dir argument. (Kazuki Sakamoto, closes #482) v7.4.924 Bram Moolenaar 2015-11-19 13:46:48 +01:00
  • 6a2697ffd7 patch 7.4.923 Problem: Prototypes not always generated. Solution: Change #if to OR with PROTO. v7.4.923 Bram Moolenaar 2015-11-19 13:14:30 +01:00
  • b4ff518d95 Updated runtime files. Bram Moolenaar 2015-11-10 21:15:48 +01:00
  • 1c2836e268 patch 7.4.922 Problem: Leaking memory with ":helpt {dir-not-exists}". Solution: Free dirname. (Dominique Pelle) v7.4.922 Bram Moolenaar 2015-11-10 21:05:48 +01:00
  • cd1c55f706 patch 7.4.921 Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden. v7.4.921 Bram Moolenaar 2015-11-10 20:52:04 +01:00
  • a93f975e8b patch 7.4.920 Problem: The rubydll option is not in the options window. Solution: Add the rubydll option. v7.4.920 Bram Moolenaar 2015-11-10 20:45:09 +01:00
  • d4ece23e2e patch 7.4.919 Problem: The dll options are not in the options window. Solution: Add the dll options. And other fixes. v7.4.919 Bram Moolenaar 2015-11-10 19:48:14 +01:00
  • 0796c0625f patch 7.4.918 Problem: A digit in an option name has problems. Solution: Rename 'python3dll' to 'pythonthreedll'. v7.4.918 Bram Moolenaar 2015-11-10 19:41:37 +01:00
  • 1be2ed6c11 patch 7.4.917 Problem: Compiler warning for comparing signed and unsigned. Solution: Add a type cast. v7.4.917 Bram Moolenaar 2015-11-10 19:11:58 +01:00
  • 8648357841 patch 7.4.916 Problem: When running out of memory while copying a dict memory may be freed twice. (ZyX) Solution: Do not call the garbage collector when running out of memory. v7.4.916 Bram Moolenaar 2015-11-10 19:04:23 +01:00
  • 174674743d patch 7.4.915 Problem: When removing from 'path' and then adding, a comma may go missing. (Malcolm Rowe) Solution: Fix the check for P_ONECOMMA. (closes #471) v7.4.915 Bram Moolenaar 2015-11-10 17:50:24 +01:00
  • 98b30a473a patch 7.4.914 Problem: New compiler warning: logical-not-parentheses Solution: Silence the warning. v7.4.914 Bram Moolenaar 2015-11-10 15:18:02 +01:00
  • 72f4cc4a98 patch 7.4.913 Problem: No utf-8 support for the hangul input feature. Solution: Add utf-8 support. (Namsh) v7.4.913 Bram Moolenaar 2015-11-10 14:35:18 +01:00
  • e01f4f86ce patch 7.4.912 Problem: Wrong indenting for C++ constructor. Solution: Recognize ::. (Anhong) v7.4.912 Bram Moolenaar 2015-11-10 14:06:53 +01:00
  • 450ca4335e patch 7.4.911 Problem: t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) Solution: Define the options. v7.4.911 Bram Moolenaar 2015-11-10 13:30:39 +01:00
  • e7427f4b7e patch 7.4.910 Problem: Compiler complains about type punned pointer. Solution: Use another way to increment the ref count. v7.4.910 Bram Moolenaar 2015-11-10 13:24:20 +01:00
  • de59ba33aa patch 7.4.909 Problem: "make install" fails. Solution: Only try installing desktop files if the destination directory exists. v7.4.909 Bram Moolenaar 2015-11-03 22:03:16 +01:00
  • a16f472edf patch 7.4.908 Problem: Build error with MingW compiler. (Cesar Romani) Solution: Change #if into #ifdef. v7.4.908 Bram Moolenaar 2015-11-02 17:35:43 +01:00
  • d94464ee29 patch 7.4.907 Problem: Libraries for dynamically loading interfaces can only be defined at compile time. Solution: Add options to specify the dll names. (Kazuki Sakamoto, closes #452) v7.4.907 Bram Moolenaar 2015-11-02 15:28:18 +01:00
  • 8a52ba7918 patch 7.4.906 Problem: On MS-Windows the viminfo file is (always) given the hidden attribute. (raulnac) Solution: Check the hidden attribute in a different way. (Ken Takata) v7.4.906 Bram Moolenaar 2015-11-02 14:45:56 +01:00
  • 1d8d9c0bec Add files in patch 7.4.904 missing from commit. Bram Moolenaar 2015-11-02 13:29:53 +01:00
  • d424747d58 patch 7.4.905 Problem: Python interface can produce error "vim.message' object has no attribute 'isatty'". Solution: Add dummy isatty(), readable(), etc. (closes #464) v7.4.905 Bram Moolenaar 2015-11-02 13:28:59 +01:00
  • 6407b3e80d patch 7.4.904 Problem: Vim does not provide .desktop files. Solution: Include and install .desktop files. (James McCoy, closes #455) v7.4.904 Bram Moolenaar 2015-11-02 12:50:55 +01:00
  • d7464be974 Updated runtime files. Bram Moolenaar 2015-11-01 16:49:04 +01:00
  • 7314efd87d patch 7.4.903 Problem: MS-Windows: When 'encoding' differs from the current code page, expandinig wildcards may cause illegal memory access. Solution: Allocate a longer buffer. (Ken Takata) v7.4.903 Bram Moolenaar 2015-10-31 15:32:52 +01:00
  • 4c0aac5759 patch 7.4.902 Problem: Problems with using the MS-Windows console. Solution: Revert patches 7.4.851, 7.4.876 and 7.4.886 until we find a better solution. (suggested by Ken Takata) v7.4.902 Bram Moolenaar 2015-10-30 16:46:55 +01:00
  • a0f849ee40 Update runtime files. Bram Moolenaar 2015-10-30 14:37:44 +01:00
  • e7d1376b63 patch 7.4.901 Problem: When a BufLeave autocommand changes folding in a way it syncs undo, undo can be corrupted. Solution: Prevent undo sync. (Jacob Niehus) v7.4.901 Bram Moolenaar 2015-10-30 14:23:33 +01:00
  • f1a4c98ea6 patch 7.4.900 Problem: README file can still be improved Solution: Add a couple of links. (Christian Brabandt) v7.4.900 Bram Moolenaar 2015-10-25 22:42:00 +01:00
  • c92399f4ee patch 7.4.899 Problem: README file is not optimal. Solution: Move buttons, update some text. (closes #460) v7.4.899 Bram Moolenaar 2015-10-25 13:55:00 +01:00
  • 60cce2fb73 Update runtime files. Bram Moolenaar 2015-10-13 23:21:27 +02:00
  • 04dfd51229 patch 7.4.898 Problem: The 'fixendofline' option is set on with ":edit". Solution: Don't set the option when clearing a buffer. (Yasuhiro Matsumoto) v7.4.898 Bram Moolenaar 2015-10-13 20:55:50 +02:00
  • 4e86150ec5 patch 7.4.897 Problem: Freeze and crash when there is a sleep in a remote command. (Karl Yngve Lervåg) Solution: Remove a message from the queue before dealing with it. (James Kolb) v7.4.897 Bram Moolenaar 2015-10-13 20:21:49 +02:00
  • b4f6a46b01 patch 7.4.896 Problem: Editing a URL, which netrw should handle, doesn't work. Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto) v7.4.896 Bram Moolenaar 2015-10-13 19:43:17 +02:00
  • 23d1b62746 patch 7.4.895 Problem: Custom command line completion does not work for a command containing digits. Solution: Skip over the digits. (suggested by Yasuhiro Matsumoto) v7.4.895 Bram Moolenaar 2015-10-13 19:18:04 +02:00
  • f59c73da1e patch 7.4.894 Problem: vimrun.exe is picky about the number of spaces before -s. Solution: Skip all spaces. (Cam Sinclair) v7.4.894 Bram Moolenaar 2015-10-13 17:52:59 +02:00
  • d1b15dec4d patch 7.4.893 Problem: C indenting is wrong below a "case (foo):" because it is recognized as a C++ base class construct. Issue #38. Solution: Check for the case keyword. v7.4.893 Bram Moolenaar 2015-10-13 16:13:39 +02:00
  • 9d6ca1cc5e patch 7.4.892 Problem: On MS-Windows the iconv DLL may have a different name. Solution: Also try libiconv2.dll and libiconv-2.dll. (Yasuhiro Matsumoto) v7.4.892 Bram Moolenaar 2015-10-13 13:49:09 +02:00
  • 089af18d1f patch 7.4.891 Problem: Indentation of array initializer is wrong. Solution: Avoid that calling find_start_rawstring() changes the position returned by find_start_comment(), add a test. (Hirohito Higashi) v7.4.891 Bram Moolenaar 2015-10-07 11:41:49 +02:00
  • 094454fa70 patch 7.4.890 Problem: Build failure when using dynamic python but not python3. Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX. v7.4.890 Bram Moolenaar 2015-10-07 10:39:55 +02:00
  • 74b738d414 patch 7.4.889 Problem: Triggering OptionSet from setwinvar() isn't tested. Solution: Add a test. (Christian Brabandt) v7.4.889 Bram Moolenaar 2015-09-29 18:08:33 +02:00
  • ba117c23df patch 7.4.888 Problem: The OptionSet autocommands are not triggered from setwinvar(). Solution: Do not use switch_win() when not needed. (Hirohito Higashi) v7.4.888 Bram Moolenaar 2015-09-29 16:53:22 +02:00
  • c2b717ebd6 patch 7.4.887 Problem: Using uninitialized memory for regexp with back reference. (Dominique Pelle) Solution: Initialize end_lnum. v7.4.887 Bram Moolenaar 2015-09-29 15:06:14 +02:00
  • 1d478a6242 patch 7.4.886 Problem: Windows7: Switching screen buffer causes flicker when using system(). Solution: Instead of actually switching screen buffer, duplicate the handle. (Yasuhiro Matsumoto) v7.4.886 Bram Moolenaar 2015-09-29 14:01:12 +02:00
  • c79a5452ac patch 7.4.885 Problem: When doing an upwards search without wildcards the search fails if the initial directory doesn't exist. Solution: Fix the non-wildcard case. (Stefan Kempf) v7.4.885 Bram Moolenaar 2015-09-29 12:08:42 +02:00
  • ca63501fbc Update various runtime files. Bram Moolenaar 2015-09-25 20:34:21 +02:00
  • c1d20998d7 patch 7.4.884 Problem: Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito) v7.4.884 Bram Moolenaar 2015-09-25 20:30:58 +02:00
  • 10ad1d90da patch 7.4.883 Problem: Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422) Solution: Set Visual mode. (Christian Brabandt) v7.4.883 Bram Moolenaar 2015-09-25 19:35:02 +02:00
  • 5f1fea28f5 patch 7.4.882 Problem: When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed. Solution: Force a screen update. (Hirohito Higashi) v7.4.882 Bram Moolenaar 2015-09-25 19:12:22 +02:00
  • 0a777ab989 patch 7.4.881 Problem: Test 49 fails. Solution: Add line number to check of call stack. v7.4.881 Bram Moolenaar 2015-09-25 17:56:50 +02:00
  • 02d803fc0c patch 7.4.880 Problem: No build and coverage status. Solution: Add links to the README file. (Christian Brabandt) v7.4.880 Bram Moolenaar 2015-09-25 17:50:22 +02:00
  • 1d6328ca00 patch 7.4.879 Problem: Can't see line numbers in nested function calls. Solution: Add line number to the file name. (Alberto Fanjul) v7.4.879 Bram Moolenaar 2015-09-25 17:37:16 +02:00
  • 69b67f7e77 patch 7.4.878 Problem: Coverity error for clearing only one byte of struct. Solution: Clear the whole struct. (Dominique Pelle) v7.4.878 Bram Moolenaar 2015-09-25 16:59:47 +02:00
  • 4d0c7bc74a patch 7.4.877 Problem: ":find" sometimes fails. (Excanoe) Solution: Compare current characters instead of previous ones. v7.4.877 Bram Moolenaar 2015-09-25 16:38:01 +02:00
  • b0262f239e patch 7.4.876 Problem: Windows7: when using vim.exe with msys or msys2, conhost.exe (console window provider on Windows7) will freeze or crash. Solution: Make original screen buffer active, before executing external program. And when the program is finished, revert to vim's one. (Taro Muraoka) v7.4.876 Bram Moolenaar 2015-09-25 15:28:38 +02:00
  • 3fe076f0fe patch 7.4.875 Problem: Not obvious how to contribute. Solution: Add a remark about CONTRIBUTING.md to README.md v7.4.875 Bram Moolenaar 2015-09-25 15:00:56 +02:00
  • 8919554fe1 patch 7.4.874 Problem: MS-Windows: When Vim runs inside another application, the size isn't right. Solution: When in child mode compute the size differently. (Agorgianitis Loukas) v7.4.874 Bram Moolenaar 2015-09-25 15:00:31 +02:00
  • b8603882b1 patch 7.4.873 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Remove the variable. Also fix int vs long_u mixup. v7.4.873 Bram Moolenaar 2015-09-17 23:20:42 +02:00
  • 0600f3511c patch 7.4.872 Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401) v7.4.872 Bram Moolenaar 2015-09-15 19:18:18 +02:00
  • 7b256fe744 patch 7.4.871 Problem: Vim leaks memory, when 'wildignore' filters out all matches. Solution: Free the files array when it becomes empty. v7.4.871 Bram Moolenaar 2015-09-15 19:05:59 +02:00
  • 2455c4ede8 patch 7.4.870 Problem: May get into an invalid state when using getchar() in an expression mapping. Solution: Anticipate mod_mask to change. (idea by Yukihiro Nakadaira) v7.4.870 Bram Moolenaar 2015-09-15 18:29:39 +02:00
  • 3b59755862 patch 7.4.869 Problem: MS-Windows: scrolling may cause text to disappear when using an Intel GPU. Solution: Call GetPixel(). (Yohei Endo) v7.4.869 Bram Moolenaar 2015-09-15 17:58:29 +02:00
  • 54f018cd59 patch 7.4.868 Problem: 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov) Solution: Disable 'smarttab' when 'paste' is set. (Christian Brabandt) Do the same for 'expandtab'. v7.4.868 Bram Moolenaar 2015-09-15 17:30:40 +02:00
  • 9534680731 patch 7.4.867 Problem: Can't build on MS-Windows. (Taro Muraoka) Solution: Adjust #ifdef. v7.4.867 Bram Moolenaar 2015-09-15 15:57:29 +02:00
  • 93c88e0f6a patch 7.4.866 Problem: Crash when changing the 'tags' option from a remote command. (Benjamin Fritz) Solution: Instead of executing messages immediately, use a queue, like for netbeans. (James Kolb) v7.4.866 Bram Moolenaar 2015-09-15 14:12:05 +02:00
  • ed84b76021 patch 7.4.865 Problem: Compiler warning for uninitialized variable. Solution: Initialize. v7.4.865 Bram Moolenaar 2015-09-09 22:35:29 +02:00