• R/O
  • SSH

vim: List of commits

Mirror of the Vim source from https://github.com/vim/vim


RSS
修訂. 時間 作者
c0ee48f48a2b v8.0.0893 2017-08-09 06:15:04 Christian Brabandt

patch 8.0.0893: cannot get the scroll count of a terminal window

commit https://github.com/vim/vim/commit/82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 8 23:06:46 2017 +0200

patch 8.0.0893: cannot get the scroll count of a terminal window

Problem: Cannot get the scroll count of a terminal window.
Solution: Add term_getscrolled().

3ae2df07db98 2017-08-09 05:00:06 Christian Brabandt

Added tag v8.0.0892 for changeset 0197e3f521928019086d3c8fb72b579640a7047c

0197e3f52192 v8.0.0892 2017-08-09 05:00:05 Christian Brabandt

patch 8.0.0892: when opening a terminal the pty size doesn't always match

commit https://github.com/vim/vim/commit/292d5699356dc4a22fcfbab92f0a558e90f7cfba
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 8 21:52:22 2017 +0200

patch 8.0.0892: when opening a terminal the pty size doesn't always match

Problem: When opening a terminal the pty size doesn't always match.
Solution: Update the pty size after opening the terminal. (Ken Takata)

79faee34368c 2017-08-08 05:15:05 Christian Brabandt

Added tag v8.0.0891 for changeset a7457aed7e80f1fea98a0a7b835fe5d653581344

a7457aed7e80 v8.0.0891 2017-08-08 05:15:04 Christian Brabandt

patch 8.0.0891: uninitialized memory use with empty line in terminal

commit https://github.com/vim/vim/commit/7fadbf83256bb823b994a52758127594dd82ab39
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 7 22:08:05 2017 +0200

patch 8.0.0891: uninitialized memory use with empty line in terminal

Problem: Uninitialized memory use with empty line in terminal.
Solution: Initialize growarray earlier. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1949)

7aa74e610704 2017-08-08 05:15:04 Christian Brabandt

Added tag v8.0.0890 for changeset 7d7835ab8b37e255eb884c3bf5a0c14f45ca1d2a

7d7835ab8b37 v8.0.0890 2017-08-08 05:15:03 Christian Brabandt

patch 8.0.0890: still many old style tests

commit https://github.com/vim/vim/commit/75373f38087dd756babdbbf9f14fd4711712c5de
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 7 22:02:30 2017 +0200

patch 8.0.0890: still many old style tests

Problem: Still many old style tests.
Solution: Convert several tests to new style. (Yegappan Lakshmanan)

5719c06c27a4 2017-08-08 04:30:06 Christian Brabandt

Added tag v8.0.0889 for changeset e30f3d1fdea76c01503f95179f517c7b7705e9d1

e30f3d1fdea7 v8.0.0889 2017-08-08 04:30:05 Christian Brabandt

patch 8.0.0889: gcc gives warnings for uninitialized variables

commit https://github.com/vim/vim/commit/e20b3eba731bafb97c609dd20a4c378c105acc0d
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 7 21:26:29 2017 +0200

patch 8.0.0889: gcc gives warnings for uninitialized variables

Problem: Gcc gives warnings for uninitialized variables. (Tony Mechelynck)
Solution: Initialize variables even though they are not used.

76541373dd59 2017-08-08 04:30:05 Christian Brabandt

Added tag v8.0.0888 for changeset 7e704d75a882a4c555450dd406eba4c2a1ceadd0

7e704d75a882 v8.0.0888 2017-08-08 04:30:05 Christian Brabandt

patch 8.0.0888: compiler warnings with 64 bit build

commit https://github.com/vim/vim/commit/116a0f800c6a62e29c5af832df092507f1355c68
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 7 21:17:57 2017 +0200

patch 8.0.0888: compiler warnings with 64 bit build

Problem: Compiler warnings with 64 bit build.
Solution: Add type cast of change the type. (Mike Williams)

72a274bcae6b 2017-08-08 04:00:07 Christian Brabandt

Added tag v8.0.0887 for changeset e1001274064fbafee14987cb82819542143e7f67

e1001274064f v8.0.0887 2017-08-08 04:00:06 Christian Brabandt

patch 8.0.0887: can create a logfile in the sandbox

commit https://github.com/vim/vim/commit/6d87e9e1c6a580609d48d4aa54a20b26b10c5b77
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 7 20:51:51 2017 +0200

patch 8.0.0887: can create a logfile in the sandbox

Problem: Can create a logfile in the sandbox.
Solution: Disable ch_logfile() in the sandbox. (Yasuhiro Matsumoto)

647d218826ad 2017-08-08 03:45:05 Christian Brabandt

Added tag v8.0.0886 for changeset 1f4e7361ce89d4f9ba3819d71b6f7aedbdaa5f68

1f4e7361ce89 v8.0.0886 2017-08-08 03:45:04 Christian Brabandt

patch 8.0.0886: crash when using ":term ls"

commit https://github.com/vim/vim/commit/f8d57a50496d854f3e82725bfde1543c9d01ff98
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 7 20:38:42 2017 +0200

patch 8.0.0886: crash when using ":term ls"

Problem: Crash when using ":term ls".
Solution: Fix line number computation. Add a test for this.

93589e148d03 2017-08-07 04:45:04 Christian Brabandt

Added tag v8.0.0885 for changeset 0d9bfdb3f6f7dddeb3e78ebaf78ce814157861ef

0d9bfdb3f6f7 v8.0.0885 2017-08-07 04:45:03 Christian Brabandt

patch 8.0.0885: terminal window scrollback is stored inefficiently

commit https://github.com/vim/vim/commit/33a43bee9cdc62f9cd0999eb23c6eca01b4d2d67
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 21:36:22 2017 +0200

patch 8.0.0885: terminal window scrollback is stored inefficiently

Problem: Terminal window scrollback is stored inefficiently.
Solution: Store the text in the Vim buffer.

41ab44ba9753 2017-08-07 02:15:05 Christian Brabandt

Added tag v8.0.0884 for changeset 64b822c4f7ae32f31a721b8a2d15f4bd11c4d038

64b822c4f7ae v8.0.0884 2017-08-07 02:15:05 Christian Brabandt

patch 8.0.0884: can't specify the wait time for term_wait()

commit https://github.com/vim/vim/commit/f3402b1b7f72d08e0357196902cce972b639bfd7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 19:07:08 2017 +0200

patch 8.0.0884: can't specify the wait time for term_wait()

Problem: Can't specify the wait time for term_wait().
Solution: Add an otional second argument.

bf3f53363054 2017-08-07 02:15:04 Christian Brabandt

Added tag v8.0.0883 for changeset 0496ea4c5c2e1e57fd1bc288f09a00fb08d380c0

0496ea4c5c2e v8.0.0883 2017-08-07 02:15:04 Christian Brabandt

patch 8.0.0883: invalid memory access with nonsensical script

commit https://github.com/vim/vim/commit/1c864093f93b0066de25d6c0ddf03a6bc6b1c870
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 18:15:45 2017 +0200

patch 8.0.0883: invalid memory access with nonsensical script

Problem: Invalid memory access with nonsensical script.
Solution: Check "dstlen" being positive. (Dominique Pelle)

2b8cb306954f 2017-08-07 01:00:05 Christian Brabandt

Added tag v8.0.0882 for changeset 6889f1f25d6bc87dfb72a5ad877864ba2a55fd68

6889f1f25d6b v8.0.0882 2017-08-07 01:00:05 Christian Brabandt

patch 8.0.0882: term_scrape() and term_getline() require two arguments

commit https://github.com/vim/vim/commit/4535654246936de13eafd4e049b0a1991521fba4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 17:53:31 2017 +0200

patch 8.0.0882: term_scrape() and term_getline() require two arguments

Problem: term_scrape() and term_getline() require two arguments but it is
not enforced.
Solution: Correct minimal number of arguments. (Hirohito Higashi) Update
documentation. (Ken Takata)

b2b8f6c69015 2017-08-07 00:45:04 Christian Brabandt

Added tag v8.0.0881 for changeset fecb0ff6e8cf816da9d72b0d220f88db0728113c

fecb0ff6e8cf v8.0.0881 2017-08-07 00:45:03 Christian Brabandt

patch 8.0.0881: win32.mak no longer included in Windows SDK

commit https://github.com/vim/vim/commit/e16b00a1582dbff7b76b0631d935531059cf7b47
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 17:38:06 2017 +0200

patch 8.0.0881: win32.mak no longer included in Windows SDK

Problem: win32.mak no longer included in Windows SDK.
Solution: Do not include win32.mak. (Ken Takata)

0adff5d4bc15 2017-08-07 00:15:05 Christian Brabandt

Added tag v8.0.0880 for changeset 94e37fd2255609e56b000e43b0ae6c96780bb4cd

94e37fd22556 v8.0.0880 2017-08-07 00:15:04 Christian Brabandt

patch 8.0.0880: Travis uses an old Ubuntu version

commit https://github.com/vim/vim/commit/02113ed4dfa585b4553a7c630b4d7eed0002aebd
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 17:06:24 2017 +0200

patch 8.0.0880: Travis uses an old Ubuntu version

Problem: Travis uses an old Ubuntu version.
Solution: Switch from precise to trusty. (Ken Takata, closes https://github.com/vim/vim/issues/1897)

e2b3a7cf5504 2017-08-06 22:45:05 Christian Brabandt

Added tag v8.0.0879 for changeset 66b677c77467cc1ba292097ac4405f7adaa4ebbb

66b677c77467 v8.0.0879 2017-08-06 22:45:04 Christian Brabandt

patch 8.0.0879: crash when shifting with huge number

commit https://github.com/vim/vim/commit/bae5a17a738d1a3b5c51d9aa5d99e228d3911955
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 6 15:42:06 2017 +0200

patch 8.0.0879: crash when shifting with huge number

Problem: Crash when shifting with huge number.
Solution: Check for overflow. (Dominique Pelle, closes https://github.com/vim/vim/issues/1945)

4adaaa738e57 2017-08-06 22:30:05 Christian Brabandt

Added tag v8.0.0878 for changeset 7df3dd3c0ac1db87f867bca0ba3c93318e3df9a7

Show on old repository browser