• R/O
  • SSH

vim: List of commits

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


RSS
Rev. Time Author
2ce8e7c4acf4 v9.0.1255 2023-01-29 01:45:03 Bram Moolenaar

patch 9.0.1255: changing 'virtualedit' does not have immediate effect

Commit: https://github.com/vim/vim/commit/8fe5b9c8c1223861cec0484ccc031858ae08d107
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 28 16:37:37 2023 +0000

patch 9.0.1255: changing 'virtualedit' does not have immediate effect

Problem: Changing 'virtualedit' does not have immediate effect.
Solution: Correct how is checked for a changed value. (closes https://github.com/vim/vim/issues/11878)

c049b6f34639 2023-01-29 00:30:04 Bram Moolenaar

Added tag v9.0.1254 for changeset ffa11e2757e76fbb2f11dcf877682e3775e984eb

ffa11e2757e7 v9.0.1254 2023-01-29 00:30:04 Bram Moolenaar

patch 9.0.1254: calling a method on an interface does not work

Commit: https://github.com/vim/vim/commit/d0200c8631582bbb16a9b585e2ca7adccc84ccdd
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 28 15:19:40 2023 +0000

patch 9.0.1254: calling a method on an interface does not work

Problem: Calling a method on an interface does not work.
Solution: At runtime figure out what method to call. (closes https://github.com/vim/vim/issues/11901)

1b6543beb560 2023-01-28 19:45:06 Bram Moolenaar

Added tag v9.0.1253 for changeset c114394d8e8405b283bff04a0cf984204d87f7e4

c114394d8e84 v9.0.1253 2023-01-28 19:45:06 Bram Moolenaar

patch 9.0.1253: CI adds repository unnecessarily

Commit: https://github.com/vim/vim/commit/192e24d974522852bdca67db6d76ead87f57e677
Author: Philip H <47042125+pheiduck@users.noreply.github.com>
Date: Sat Jan 28 10:43:50 2023 +0000

patch 9.0.1253: CI adds repository unnecessarily

Problem: CI adds repository unnecessarily.
Solution: Remove the line from the workflow. (closes https://github.com/vim/vim/issues/11900)

4c06d7b151fc 2023-01-28 19:30:06 Bram Moolenaar

Added tag v9.0.1252 for changeset d156287184f6f81f5099529e9aea38c2c94c2d81

d156287184f6 v9.0.1252 2023-01-28 19:30:05 Bram Moolenaar

patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit

Commit: https://github.com/vim/vim/commit/f75a2cb3c7db6244fd7e3eee75c85d40a1614fa0
Author: Christopher Plewright <chris@createng.com>
Date: Sat Jan 28 10:28:09 2023 +0000

patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit

Problem: MS-Windows: scrollback cropped off on Vim exit.
Solution: Don't call SetConsoleScreenBufferInfoEx when using the alternate
screen buffer. (Christopher Plewright, closes #11882)

35d3dca6748b 2023-01-28 06:15:04 Bram Moolenaar

Added tag v9.0.1251 for changeset e16361210675fc8c9c1f583e8a9b5b379e7917ab

e16361210675 v9.0.1251 2023-01-28 06:15:03 Bram Moolenaar

patch 9.0.1251: checking returned value of ga_grow() is inconsistent

Commit: https://github.com/vim/vim/commit/fadc02a2a57755fa1342b1b44c2ceab3046125fc
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Fri Jan 27 21:03:12 2023 +0000

patch 9.0.1251: checking returned value of ga_grow() is inconsistent

Problem: Checking returned value of ga_grow() is inconsistent.
Solution: Check for FAIL instaed of "not OK". (Yegappan Lakshmanan,
closes #11897)

f800c5e0c695 2023-01-28 05:15:03 Bram Moolenaar

Added tag v9.0.1250 for changeset 5ce5d78afcc921317dbb07a661b978f101ae1fd7

5ce5d78afcc9 v9.0.1250 2023-01-28 05:15:03 Bram Moolenaar

patch 9.0.1250: cannot use an object method with :defer

Commit: https://github.com/vim/vim/commit/8dbab1d8ceb82a0fb693a1b7fcb57a2dfb4de068
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 27 20:14:02 2023 +0000

patch 9.0.1250: cannot use an object method with :defer

Problem: Cannot use an object method with :defer. (Ernie Rael)
Solution: Find the object method and generate code to call it.
(closes #11886)

8d782c45028a 2023-01-27 22:30:06 Bram Moolenaar

Added tag v9.0.1249 for changeset 3516e35f409f85622f1f71f129e8a7a4acbabffc

3516e35f409f v9.0.1249 2023-01-27 22:30:04 Bram Moolenaar

patch 9.0.1249: cannot export an abstract class

Commit: https://github.com/vim/vim/commit/657aea7fc47fb919ce76fad64ba0ec55a1af80f1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 27 13:16:19 2023 +0000

patch 9.0.1249: cannot export an abstract class

Problem: Cannot export an abstract class. (Ernie Rael)
Solution: Add the EX_EXPORT flag to :abstract. (closes https://github.com/vim/vim/issues/11884)

b8c29a701f66 2023-01-27 05:45:04 Bram Moolenaar

Added tag v9.0.1248 for changeset 554bd03ff6090774dbd329ea338fcc2e5b8a38e7

554bd03ff609 v9.0.1248 2023-01-27 05:45:03 Bram Moolenaar

patch 9.0.1248: cannot export an interface

Commit: https://github.com/vim/vim/commit/53f54e49b7152e93d09ff77406f7eb63b3b5f732
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jan 26 20:36:56 2023 +0000

patch 9.0.1248: cannot export an interface

Problem: Cannot export an interface. (Ernie Rael)
Solution: Add the EX_EXPORT flag to :interface. (closes https://github.com/vim/vim/issues/11884)

61ec954c0adf 2023-01-26 23:15:06 Bram Moolenaar

Added tag v9.0.1247 for changeset 2a590b4a3fba2af336892c7145609370555adae3

2a590b4a3fba v9.0.1247 2023-01-26 23:15:06 Bram Moolenaar

patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow window

Commit: https://github.com/vim/vim/commit/870219c58c0804bdc55419b2e455c06ac715a835
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jan 26 14:14:43 2023 +0000

patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow window

Problem: Divide by zero with 'smoothscroll' set and a narrow window.
Solution: Bail out when the window is too narrow.

8680fdc452de 2023-01-26 21:15:05 Bram Moolenaar

Added tag v9.0.1246 for changeset 1009c33499e7fbc9f7228ce088d2d0505773964d

1009c33499e7 v9.0.1246 2023-01-26 21:15:04 Bram Moolenaar

patch 9.0.1246: code is indented more than necessary

Commit: https://github.com/vim/vim/commit/142ed77898facf8f423fee2717efee1749c55f9a
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Thu Jan 26 12:00:00 2023 +0000

patch 9.0.1246: 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 #11887)

06619adfbcdd 2023-01-26 06:15:04 Bram Moolenaar

Added tag v9.0.1245 for changeset 0d27ddce621d8c408f94e01a133d457264be0e31

0d27ddce621d v9.0.1245 2023-01-26 06:15:03 Bram Moolenaar

patch 9.0.1245: code is indented more than necessary

Commit: https://github.com/vim/vim/commit/032713f8299abd92fcfb1e490d1ae5c1ecadde41
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Wed Jan 25 21:05:38 2023 +0000

patch 9.0.1245: 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 #11879)

086864270b73 2023-01-26 02:45:04 Bram Moolenaar

Added tag v9.0.1244 for changeset a5c68c2e5ae87e5c91d81240fbc2409014530189

a5c68c2e5ae8 v9.0.1244 2023-01-26 02:45:04 Bram Moolenaar

patch 9.0.1244: cursor displayed in wrong position when leaving Insert mode

Commit: https://github.com/vim/vim/commit/0f843ef091eceb470caece1d90fdfe08926fe076
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 25 17:34:41 2023 +0000

patch 9.0.1244: cursor displayed in wrong position when leaving Insert mode

Problem: Cursor briefly displayed in a wrong position when pressing Esc in
Insert mode after autoindent was used.
Solution: Do not adjust the cursor position for assumed deleted white space
if text is following. (closes #11877)

2f25be7e01fd 2023-01-26 00:45:04 Bram Moolenaar

Added tag v9.0.1243 for changeset 5614e76f3dee23b6f20a44bb99dc0481b90244a5

5614e76f3dee v9.0.1243 2023-01-26 00:45:03 Bram Moolenaar

patch 9.0.1243: :setglobal cannot use script-local function for "expr" option

Commit: https://github.com/vim/vim/commit/01d4efe2e87632aa085897d3d64e27585908f977
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed Jan 25 15:31:28 2023 +0000

patch 9.0.1243: :setglobal cannot use script-local function for "expr" option

Problem: :setglobal cannot use script-local function for "expr" option.
Solution: Use the pointer to the option value properly. (closes https://github.com/vim/vim/issues/11883)

08ee50169c0f 2023-01-26 00:15:07 Bram Moolenaar

Added tag v9.0.1242 for changeset aec031683d61e70ccda1f299c3ac2ff94b355d6d

aec031683d61 v9.0.1242 2023-01-26 00:15:06 Bram Moolenaar

patch 9.0.1242: code for :runtime completion is not consistent

Commit: https://github.com/vim/vim/commit/b0d45ec67f4976318f199a7929ad3bcf93686fd0
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed Jan 25 15:04:22 2023 +0000

patch 9.0.1242: code for :runtime completion is not consistent

Problem: Code for :runtime completion is not consistent.
Solution: Make code for cmdline expansion more consistent. (closes https://github.com/vim/vim/issues/11875)

9a2b2949d045 2023-01-25 21:30:05 Bram Moolenaar

Added tag v9.0.1241 for changeset a98ef841fd01d8090a990db40c8bae28f54c7c51

a98ef841fd01 v9.0.1241 2023-01-25 21:30:04 Bram Moolenaar

patch 9.0.1241: Coverity warns for not checking function return value

Commit: https://github.com/vim/vim/commit/b58201035060d223d4d795ef9c3bc6b171eee9af
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 25 12:27:13 2023 +0000

patch 9.0.1241: Coverity warns for not checking function return value

Problem: Coverity warns for not checking function return value.
Solution: Explicitly ignore the return value.

312ba23c4830 2023-01-25 00:15:08 Bram Moolenaar

Added tag v9.0.1240 for changeset 64f03e860c91c5b4b2c89f642bc15f51df5d4107

Show on old repository browser