• R/O
  • SSH

vim: Listed des commits

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


RSS
Révision l'heure Auteur
c9767bd7bef6 2017-08-03 06:30:05 Christian Brabandt

Added tag v8.0.0844 for changeset 3457728d1a58f1cacc0b1550be91b4a38d346e01

3457728d1a58 v8.0.0844 2017-08-03 06:30:04 Christian Brabandt

patch 8.0.0844: wrong function prototype because of missing static

commit https://github.com/vim/vim/commit/e0ab979fa7404592eaf4180e6d7d3af4c7787e8f
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 2 23:18:25 2017 +0200

patch 8.0.0844: wrong function prototype because of missing static

Problem: Wrong function prototype because of missing static.
Solution: Add "static".

4c1d0c774d51 2017-08-03 06:15:04 Christian Brabandt

Added tag v8.0.0843 for changeset 728805b1523efdacf428571cb2af254536c050d1

728805b1523e v8.0.0843 2017-08-03 06:15:04 Christian Brabandt

patch 8.0.0843: MS-Windows: compiler warning for signed/unsigned

commit https://github.com/vim/vim/commit/66cd19fef1c5e86d798db164cc29f8ec2793411d
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 2 23:13:27 2017 +0200

patch 8.0.0843: MS-Windows: compiler warning for signed/unsigned

Problem: MS-Windows: compiler warning for signed/unsigned.
Solution: Add type cast. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1912)

9fa7cd71d9c8 2017-08-03 05:45:05 Christian Brabandt

Added tag v8.0.0842 for changeset fe6675d67a1071b4627e81dfa62f6c251daf2cb4

fe6675d67a10 v8.0.0842 2017-08-03 05:45:04 Christian Brabandt

patch 8.0.0842: using slave pty after closing it

commit https://github.com/vim/vim/commit/223896d3e9d4d511fc38fd9ee27ba16318733df6
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 2 22:33:28 2017 +0200

patch 8.0.0842: using slave pty after closing it

Problem: Using slave pty after closing it.
Solution: Do the ioctl() before dup'ing it.

6d2c06fb42dd 2017-08-03 05:15:06 Christian Brabandt

Added tag v8.0.0841 for changeset c9da7b42fdf5ad5906e305ab5d447324f52abfb4

c9da7b42fdf5 v8.0.0841 2017-08-03 05:15:05 Christian Brabandt

patch 8.0.0841: term_getline() may cause a crash

commit https://github.com/vim/vim/commit/5c838a3e7141f9950508c84439d2f959bc67e941
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 2 22:10:34 2017 +0200

patch 8.0.0841: term_getline() may cause a crash

Problem: term_getline() may cause a crash.
Solution: Check that the row is valid. (Hirohito Higashi)

2f05821e4196 2017-08-03 05:15:05 Christian Brabandt

Added tag v8.0.0840 for changeset bafbdbc64bbe3f3d58df4700b691d272796742fa

bafbdbc64bbe v8.0.0840 2017-08-03 05:15:04 Christian Brabandt

patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrong

commit https://github.com/vim/vim/commit/b6843a007da9c06bd8f9491cc12e5e0afd858f33
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 2 22:07:12 2017 +0200

patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrong

Problem: MS-Windows: fopen() and open() prototypes do not match the ones in
the system header file. Can't build without FEAT_MBYTE.
Solution: Add "const". Move macro to after including protoo.h.

b7ae697d13e6 2017-08-02 05:30:04 Christian Brabandt

Added tag v8.0.0839 for changeset cca097489de57e36e34d673c96ae8ab73cfc3687

cca097489de5 v8.0.0839 2017-08-02 05:30:04 Christian Brabandt

patch 8.0.0839: cannot kill a job in a terminal with CTRL-C

commit https://github.com/vim/vim/commit/fae428354213b54626ff9e29faa5fd86161da942
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 22:24:26 2017 +0200

patch 8.0.0839: cannot kill a job in a terminal with CTRL-C

Problem: Cannot kill a job in a terminal with CTRL-C.
Solution: Set the controlling tty and send SIGINT. (closes https://github.com/vim/vim/issues/1910)

7075721ff284 2017-08-02 04:45:05 Christian Brabandt

Added tag v8.0.0838 for changeset 00836eb177cbe2dfd1d7dea0e16b55b6deb6191f

00836eb177cb v8.0.0838 2017-08-02 04:45:04 Christian Brabandt

patch 8.0.0838: buffer hangs around whem terminal window is closed

commit https://github.com/vim/vim/commit/94053a51255121713f51c122eb0dbb46c120e6d4
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 21:44:33 2017 +0200

patch 8.0.0838: buffer hangs around whem terminal window is closed

Problem: Buffer hangs around whem terminal window is closed.
Solution: When the job has ended wipe out a terminal buffer when the window
is closed.

de8aede995aa 2017-08-02 04:00:07 Christian Brabandt

Added tag v8.0.0837 for changeset 594d96ac226bd87a623d0b21578d3a6aef0d6ebd

594d96ac226b v8.0.0837 2017-08-02 04:00:06 Christian Brabandt

patch 8.0.0837: signs can be drawn on top of console messages

commit https://github.com/vim/vim/commit/0792048842493f224bbd7a5dfb348d834f61b205
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 20:53:30 2017 +0200

patch 8.0.0837: signs can be drawn on top of console messages

Problem: Signs can be drawn on top of console messages.
Solution: don't redraw at a prompt or when scrolled up. (Christian Brabandt,
closes #1907)

4f7081eb1e26 2017-08-02 04:00:06 Christian Brabandt

Updated runtime files

commit https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 20:44:53 2017 +0200

Updated runtime files

ea1271bbe63f 2017-08-02 03:30:05 Christian Brabandt

Added tag v8.0.0836 for changeset 22658e33203ff011212b897ca936eed7459914e9

22658e33203f v8.0.0836 2017-08-02 03:30:04 Christian Brabandt

patch 8.0.0836: can abandon a terminal buffer after making a change

commit https://github.com/vim/vim/commit/20e6cd07baed8992e7a509ccef7f111ffcded44d
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 20:25:22 2017 +0200

patch 8.0.0836: can abandon a terminal buffer after making a change

Problem: When a terminal buffer is changed it can still be accidentally
abandoned.
Solution: When making a change reset the 'buftype' option.

85ff8fc2ab94 2017-08-02 02:00:05 Christian Brabandt

Added tag v8.0.0835 for changeset 2481701df9efd2662004bcb219669dced564fde8

2481701df9ef v8.0.0835 2017-08-02 02:00:04 Christian Brabandt

patch 8.0.0835: translations check with msgfmt does not work

commit https://github.com/vim/vim/commit/65cedb2074ce550d20a3069c200e2a5d4061d3f6
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 18:52:55 2017 +0200

patch 8.0.0835: translations check with msgfmt does not work

Problem: Translations check with msgfmt does not work.
Solution: Add a space before the file name.

839ea270abb2 2017-08-02 01:45:05 Christian Brabandt

Added tag v8.0.0834 for changeset 1e8d353cb827ed93d96671579da828d98568d74c

1e8d353cb827 v8.0.0834 2017-08-02 01:45:05 Christian Brabandt

patch 8.0.0834: can't build without the client-server feature

commit https://github.com/vim/vim/commit/2a4f06f370df0eb6fb77a05343604f5124ae5a11
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 18:44:29 2017 +0200

patch 8.0.0834: can't build without the client-server feature

Problem: Can't build without the client-server feature.
Solution: Add #ifdef.

15b97761c033 2017-08-02 01:45:05 Christian Brabandt

Added tag v8.0.0833 for changeset 7df4afab67c76559539f476cca4efaee7da4ccad

7df4afab67c7 v8.0.0833 2017-08-02 01:45:04 Christian Brabandt

patch 8.0.0833: terminal test fails

commit https://github.com/vim/vim/commit/9c8448472fe686f10c4aaf69bcf0fafbbd19abc2
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 18:41:21 2017 +0200

patch 8.0.0833: terminal test fails

Problem: Terminal test fails.
Solution: Update the row argument to one based.

be3e154a8ff8 2017-08-02 01:45:04 Christian Brabandt

Added tag v8.0.0832 for changeset 40322e8f07e76e1702ef639c3078e01b8ca75c53

40322e8f07e7 v8.0.0832 2017-08-02 01:45:03 Christian Brabandt

patch 8.0.0832: terminal function arguments are not consistent

commit https://github.com/vim/vim/commit/c2ce52c011fcd17ad7ef241e5f95a78294a6a141
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 18:35:38 2017 +0200

patch 8.0.0832: terminal function arguments are not consistent

Problem: Terminal function arguments are not consistent.
Solution: Use one-based instead of zero-based rows and cols. Use "." for
the current row.

c7a0dd681e9f 2017-08-02 01:15:05 Christian Brabandt

Added tag v8.0.0831 for changeset 35d7459251fdfcc43ef258bf847702694fdb448e

35d7459251fd v8.0.0831 2017-08-02 01:15:05 Christian Brabandt

patch 8.0.0831: with 8 colors the bold attribute is not set properly

commit https://github.com/vim/vim/commit/12d853fae1fc37c33874b5cf1e40a2dfaf04268c
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 1 18:04:04 2017 +0200

patch 8.0.0831: with 8 colors the bold attribute is not set properly

Problem: With 8 colors the bold attribute is not set properly.
Solution: Move setting HL_TABLE() out of lookup_color. (closes https://github.com/vim/vim/issues/1901)

fa458be947f8 2017-08-02 00:45:04 Christian Brabandt

Added tag v8.0.0830 for changeset 39e46ae74c69619abfd30b26cf143f4eb85d5fb0

Afficher sur ancien navigateur de dépôt.