• R/O
  • SSH

vim: List of commits

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


RSS
Rev. Time Author
defef01ac8ea v9.0.1236 2023-01-24 02:00:05 Bram Moolenaar

patch 9.0.1236: code in same_leader() can be simplified

Commit: https://github.com/vim/vim/commit/9cbf791995514e72476399fe06e055a707ec0158
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon Jan 23 16:57:08 2023 +0000

patch 9.0.1236: code in same_leader() can be simplified

Problem: Code in same_leader() can be simplified.
Solution: Simplify code that is executed only once. (closes https://github.com/vim/vim/issues/11867)

885c61178118 2023-01-23 21:45:08 Bram Moolenaar

Added tag v9.0.1235 for changeset e279b756475b041def56675c67a86163415737ee

e279b756475b v9.0.1235 2023-01-23 21:45:07 Bram Moolenaar

patch 9.0.1235: MS-Windows console: not flushing termguicolors

Commit: https://github.com/vim/vim/commit/dc7179f9a4cc74d864d1f6414e691d25bac8f831
Author: Christopher Plewright <chris@createng.com>
Date: Mon Jan 23 12:33:23 2023 +0000

patch 9.0.1235: MS-Windows console: not flushing termguicolors

Problem: MS-Windows console: not flushing termguicolors.
Solution: Flush termguicolors. (Christopher Plewright, closes https://github.com/vim/vim/issues/11871)

50555279168b 2023-01-23 06:15:04 Bram Moolenaar

patch 9.0.1234: the code style has to be checked manually

Commit: https://github.com/vim/vim/commit/ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 22 21:14:53 2023 +0000

patch 9.0.1234: the code style has to be checked manually

Problem: The code style has to be checked manually.
Solution: Add basic code style checks in a test. Fix or avoid uncovered
problems.

7a9569aecc51 2023-01-23 05:15:04 Bram Moolenaar

Added tag v9.0.1233 for changeset ddbc560ecc41b458d417c497737166c889707a8d

ddbc560ecc41 v9.0.1233 2023-01-23 05:15:03 Bram Moolenaar

patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches

Commit: https://github.com/vim/vim/commit/3d79f0a4309995956bd8889940cca22f7a15881d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 22 20:14:26 2023 +0000

patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches

Problem: search() loops forever if "skip" is TRUE for all matches.
Solution: Keep the position of the first match.

c476ed5d66ef 2023-01-23 04:00:07 Bram Moolenaar

Added tag v9.0.1232 for changeset ea09e0f546f0919f8e35671e355f358b97ff1615

ea09e0f546f0 v9.0.1232 2023-01-23 04:00:06 Bram Moolenaar

patch 9.0.1232: ColorTable saving and restoring does not work properly

Commit: https://github.com/vim/vim/commit/d343c60df4b0adc6b1baac4d68a72a735ac21dc4
Author: Christopher Plewright <chris@createng.com>
Date: Sun Jan 22 18:58:30 2023 +0000

patch 9.0.1232: ColorTable saving and restoring does not work properly

Problem: ColorTable saving and restoring does not work properly.
Solution: Restore ColorTable[16] usage. (Christopher Plewright,
closes #11836)

d4674c1fd5d9 2023-01-23 03:45:05 Bram Moolenaar

Added tag v9.0.1231 for changeset 5948cc8876037421f6eed137b21cb0a82e032500

5948cc887603 v9.0.1231 2023-01-23 03:45:04 Bram Moolenaar

patch 9.0.1231: completion of :runtime does not handle {where} argument

Commit: https://github.com/vim/vim/commit/3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun Jan 22 18:38:51 2023 +0000

patch 9.0.1231: completion of :runtime does not handle {where} argument

Problem: Completion of :runtime does not handle {where} argument.
Solution: Parse the {where} argument. (closes https://github.com/vim/vim/issues/11863)

dd6495176845 2023-01-23 03:30:04 Bram Moolenaar

Added tag v9.0.1230 for changeset e2fa5867a7bdc03ae751ec88d94ca9a6897e9e7c

e2fa5867a7bd v9.0.1230 2023-01-23 03:30:04 Bram Moolenaar

patch 9.0.1230: Apache thrift files are not recognized

Commit: https://github.com/vim/vim/commit/f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Sun Jan 22 18:16:44 2023 +0000

patch 9.0.1230: Apache thrift files are not recognized

Problem: Apache thrift files are not recognized.
Solution: Add a pattern for thrift files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11859)

3542f4bba987 2023-01-22 22:15:04 Bram Moolenaar

Added tag v9.0.1229 for changeset 745772308c8154a8395b1ef5ee6059b83dbd9f39

745772308c81 v9.0.1229 2023-01-22 22:15:04 Bram Moolenaar

patch 9.0.1229: Cap'n Proto files are not recognized

Commit: https://github.com/vim/vim/commit/040e795e8da05ff38cc896528d4dcad100f0b584
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Sun Jan 22 13:10:39 2023 +0000

patch 9.0.1229: Cap'n Proto files are not recognized

Problem: Cap'n Proto files are not recognized.
Solution: Add a pattern and the "capnp" filetype. (Amaan Qureshi,
closes #11862)

452cd5a93ed3 2023-01-22 21:45:05 Bram Moolenaar

Added tag v9.0.1228 for changeset 5369ce34163354e55acc8440a90d951a17a118a3

5369ce341633 v9.0.1228 2023-01-22 21:45:04 Bram Moolenaar

patch 9.0.1228: fuzzy menu completion is only tested in the GUI

Commit: https://github.com/vim/vim/commit/145a6afe3a4be54689af5233710c85346ba1e5da
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun Jan 22 12:41:55 2023 +0000

patch 9.0.1228: fuzzy menu completion is only tested in the GUI

Problem: Fuzzy menu completion is only tested in the GUI.
Solution: Make fuzzy menu completion test work without GUI.
(closes #11861)

fb859eafb726 2023-01-22 07:00:05 Bram Moolenaar

Added tag v9.0.1227 for changeset 18da1d44878a860bac9c65c17afc585104a2ead5

18da1d44878a v9.0.1227 2023-01-22 07:00:04 Bram Moolenaar

patch 9.0.1227: no cmdline completion for :runtime

Commit: https://github.com/vim/vim/commit/a6759381a590b2d395e05b109ca9ccfc356be5a8
Author: root <root@acermirko.emind.lan>
Date: Sat Jan 21 21:56:06 2023 +0000

patch 9.0.1227: no cmdline completion for :runtime

Problem: No cmdline completion for :runtime.
Solution: Add completion for :runtime. (closes https://github.com/vim/vim/issues/11853, closes https://github.com/vim/vim/issues/11447)
Improve the resulting matches.

a38f4bb86bc5 2023-01-22 01:00:41 Bram Moolenaar

Added tag v9.0.1226 for changeset 7d0025a2940ac4f34d42de3ad4d456749deda360

7d0025a2940a v9.0.1226 2023-01-22 01:00:41 Bram Moolenaar

patch 9.0.1226: spurious empty line when using text properties

Commit: https://github.com/vim/vim/commit/51b2fc2ef5183487dc1acd9f526e904e5bda7814
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 21 15:54:59 2023 +0000

patch 9.0.1226: spurious empty line when using text properties

Problem: Spurious empty line when using text propertie and virtual text.
Solution: Do not set "text_prop_follows" when the other text property is not
virtual text. (closes #11846)

fb4192bcb42a 2023-01-22 01:00:40 Bram Moolenaar

Added tag v9.0.1225 for changeset 4eb7db656c4ab58ffe3ba51ac3f3b18811a6673c

4eb7db656c4a v9.0.1225 2023-01-22 01:00:39 Bram Moolenaar

patch 9.0.1225: reading past the end of a line when formatting text

Commit: https://github.com/vim/vim/commit/11977f917506d950b7e0cae558bd9189260b253b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 21 13:09:19 2023 +0000

patch 9.0.1225: reading past the end of a line when formatting text

Problem: Reading past the end of a line when formatting text.
Solution: Check for not going over the end of the line.

2f3957acccad 2023-01-21 05:01:46 Bram Moolenaar

Added tag v9.0.1224 for changeset 6377d791dcd18a9d1c8926fa824dbef521ee6ae8

6377d791dcd1 v9.0.1224 2023-01-21 05:01:46 Bram Moolenaar

patch 9.0.1224: cannot call a :def function with a number for float argument

Commit: https://github.com/vim/vim/commit/47bba53bdb6d59057887149e2eeb2071803e547e
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 20 18:49:46 2023 +0000

patch 9.0.1224: cannot call a :def function with a number for float argument

Problem: Cannot call a :def function with a number for a float argument.
Solution: Accept a number as well, convert it to a float.

cdee4ac5eea0 2023-01-21 05:01:45 Bram Moolenaar

Added tag v9.0.1223 for changeset a19ef442c77a153f6ee8eb168608757fe13c993c

a19ef442c77a v9.0.1223 2023-01-21 05:01:44 Bram Moolenaar

patch 9.0.1223: cannot use setcellwidths() below 0x100

Commit: https://github.com/vim/vim/commit/7193323b7796c05573f3aa89d422e848feb3a8dc
Author: K.Takata <kentkt@csc.jp>
Date: Fri Jan 20 16:00:55 2023 +0000

patch 9.0.1223: cannot use setcellwidths() below 0x100

Problem: Cannot use setcellwidths() below 0x100.
Solution: Also accept characters between 0x80 and 0x100. (Ken Takata,
closes #11834)

3237c4baee03 2023-01-20 03:00:07 Bram Moolenaar

Added tag v9.0.1222 for changeset 8f15c56ff2fb6453196e0d8c13113bcb3160ad68

8f15c56ff2fb v9.0.1222 2023-01-20 03:00:06 Bram Moolenaar

patch 9.0.1222: terminal tests are flaky on MacOS

Commit: https://github.com/vim/vim/commit/e446a017ffeaf1941589ac51ce9153b859018e5b
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Thu Jan 19 17:49:58 2023 +0000

patch 9.0.1222: terminal tests are flaky on MacOS

Problem: Terminal tests are flaky on MacOS.
Solution: Add TermWait() calls. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11852)

b2a3e51f40e6 2023-01-19 03:30:04 Bram Moolenaar

Added tag v9.0.1221 for changeset 579c846086eb458549b4db5264bda359dd3c05bc

579c846086eb v9.0.1221 2023-01-19 03:30:03 Bram Moolenaar

patch 9.0.1221: code is indented more than necessary

Commit: https://github.com/vim/vim/commit/f97a295ccaa9803367f3714cdefce4e2283c771d
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Jan 18 18:17:48 2023 +0000

patch 9.0.1221: code is indented more than necessary

Problem: Code is indented more than necessary.
Solution: Use an early return where it makes sense. (Yegappan Lakshmanan,
closes #11833)

Show on old repository browser