Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

patch 9.0.2039: completion shows current word after completion restart

Problem: completion shows current word after completion restart
Solution: remove the word being...

2e3cd52fa02b1a208c97992b1bca3b04f7be66d4 authored about 1 year ago by nwounkn <[email protected]>
patch 9.0.2038: Vim9: object method funcref not cleaned up after use

Problem: Vim9: object method funcref not cleaned up after use
Solution: Clean up type stack aft...

f3eac695bfe3453fe2a8b980601c55835406f14b authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2037: A few remaining cmdline completion issues with C-E/Y

Problem: A few remaining cmdline completion issues with C-E/Y
Solution: Fix cmdline completion ...

209ec90b9b9bd948d76511c9cd2b17f47a97afe6 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2036: if_python: rework python3.12 build dependency

Problem: if_python: rework python3.12 build dependency
(after 9.0.1996)
Solution: use...

396058acd0cc66e5071d052e03d2067b134952af authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2035: [security] use-after-free with wildmenu

Problem: [security] use-after-free with wildmenu
Solution: properly clean up the wildmenu when ...

8f4fb007e4d472b09ff6bed9ffa485e0c3093699 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Use -O3 and link-time-optimization for published builds

From testing and benchmarking, it appears that both result in a
measurable improvement in perfor...

aff7a2f6dd256e200c58b9fb69f8844ec98dd4f7 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2034: don't try to copy SMACK attribute, when none exist

Problem: don't try to copy SMACK attribute, when none exist
Solution: return early if SMACK ext...

5a679b2263f597950f99c60a99d4d1a192e9f639 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2033: gcc overflow-warning for f_resolve

Problem: gcc overflow-warning for f_resolve
Solution: use pointer p instead of pointer q[-1]

S...

215c3261a25f7a99e8711a3b3c6158119c6aea9e authored about 1 year ago by Ken Takata <[email protected]>
runtime: Fix more typos (#13354)

* Fix more typos

* Fix typos in ignored runtime/ directory

Signed-off-by: Christian Braban...

dbf749bd5aaef6ea2d28bce081349785d174d96a authored about 1 year ago by Viktor Szépe <[email protected]>
Merge remote-tracking branch 'vim/master'

35f8af5126f4ed959f6444e2e5dd7b93180f5901 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2032: cannot get mouse click pos for tab or virt text

Problem: Cannot accurately get mouse clicking position when clicking on
a TAB or with...

f5a94d5165bb9e390797da50a1fa7a87df3fbee4 authored about 1 year ago by zeertzjq <[email protected]>
runtime(doc): correct <PageUp>/<PageDown> behavior in 'wildmenu' (#13336)

"but don't insert it" is wrong.
Also move them just below <Up> <Down> as they are more similar.

3c81f47a0584e7915217397fed0488091a62df82 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.2031: TextChangedI may be triggered by non-insert mode change

Problem: `TextChangedI` can trigger on entering Insert mode if there
was previously a...

d7ae263af8f6a2da55ce3702d18c53ab1418bca7 authored about 1 year ago by Evgeni Chasnovski <[email protected]>
patch 9.0.2030: no max callback recursion limit

Problem: no max callback recursion limit
Solution: bail out, if max call recursion for callback...

47510f3d6598a1218958c03ed11337a43b73f48d authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2029: Vim9: no support for partials using call()

Problem: Vim9: no support for partials using call()
Solution: Add support

closes: #13341

Sign...

1ace49fb98fa93e2fcff421a5f7da1aa41c512ed authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2028: confusing build dependencies

Problem: confusing build dependencies
Solution: clean them up, make them parallelizable

Separa...

5d03525cdef5db1b1cedfa26c6f8a21aaa207ec0 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2027: Vim9: no support for bitwise operators in lambda funcs

Problem: Vim9: no support for bitwise operators in lambda funcs
Solution: move "evaluate" assig...

de3295dd0c68a8d7540a751a99ee056fd5b9a7a4 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1443 from ychin/build-libsodium-gettext-arm64

Build gettext/libsodium universal binary properly in CI

8406cbcfea8879dc911aa9963f130d3e29b55c6e authored about 1 year ago by Yee Cheng Chin <[email protected]>
Build gettext/libsodium universal binary properly in CI

When Apple Silicon came out, we needed to get universal binaries of
gettext/libsodium to link ag...

95277c3842c258b21e2c950e9f332e44990e8829 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2026: win32: python3 dll loading can be improved

Problem: win32: python3 dll loading can be improved
Solution: Load DLL from registry path

Supp...

ae3cfa47d3dcee75061db598eb19879693b2393a authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.2025: no cmdline completion for ++opt args

Problem: no cmdline completion for ++opt args
Solution: Add cmdline completion for :e ++opt=arg...

989426be6e9ae23d2413943890206cbe15d9df38 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2024: no filetype detection for Debian sources

Problem: no filetype detection for Debian sources
Solution: Add new deb822sources filetype

clo...

bd734c3bead9e167eb6875f62cc06fab2379c422 authored about 1 year ago by James McCoy <[email protected]>
patch 9.0.2023: need more tests for :cq

Problem: need more tests for :cq
Solution: Add more tests, including wraparound on linux

Signe...

ba9aed44975cc82290208fd45f35dd72fc66d6c1 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2022: getmousepos() returns wrong index for TAB char

Problem: When clicking in the middle of a TAB, getmousepos() returns
the column of th...

b583eda7031b1f6a3469a2537d0c10ca5fa5568e authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.2021: Coverity complains about change in charset

Problem: Coverity complains about change in charset (after v9.0.2017)
Solution: check pointer t...

cd6ee6935811ab223605a3f39a550d26a617867d authored about 1 year ago by Christian Brabandt <[email protected]>
translation(sr): Update Serbian messages translation (#13324)

Signed-off-by: Christian Brabandt <[email protected]>

5ae6f9985ed52aa023baca99793dc5c1d62780c6 authored about 1 year ago by Ivan Pešić <[email protected]>
runtime(tcsh): Update ftplugin (#13327)

Fix b:browsefilter deletion error when calling b:undo_ftplugin.

Fixes #13167

Signed-off-by...

7687238e1b0d2f26ba57e1bdf76f782eaa43af3a authored about 1 year ago by dkearns <[email protected]>
patch 9.0.2020: Vim9: islocked() needs more work

Problem: Vim9: islocked() needs more work
Solution: rework islocked() and remove sync_root
...

0f058d13206665bad37c7d42834cfa0075f50239 authored about 1 year ago by Ernie Rael <[email protected]>
runtime(doc): Improve command-line completion docs (#13331)

* Improve command-line completion docs

Add more details about 'ignorecase' and its effect on ...

2bbd0d30eebdea66c0da3895e83d999ed6ad83fb authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2019: Vim9: no support for funcrefs

Problem: Vim9: no support for funcrefs
Solution: Add support for object/class funcref members

...

29bb67f1beefc7fd393dbfd9ee77d92f1db3a3c0 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1442 from ychin/scroll-one-direction-only

Add option to only scroll in one direction when using trackpad

bc51f5edc06c4413b90d5f772d5a3d99cf25656a authored about 1 year ago by Yee Cheng Chin <[email protected]>
Add option to only scroll in one direction when using trackpad

This will pin the scrolling direction to the one at the beginning of a
trackpad scrolling gestur...

881463f0d4aa9bd92c5f31ad81fa6d8ad13deca9 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1441 from ychin/fix-build-clean-sdk-location

Fix misc build issues: cleaning build folder and --with-macsdk

76cc4e261b88846ca062e19d188cd8ef0ac93589 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1440 from ychin/fix-newtab-render-issues

Fix tabs drawing over rest of MacVim in macOS 14 Sonoma

e9167c29dbf3dd5bb80b48c6425c7b20301a8d44 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Fix misc build issues: cleaning build folder and --with-macsdk

Fix cleaning the build folder causing incrementally building in Xcode to
not work, by moving the...

0621cddc850222a6a58abffc0f2a3a96267f9189 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Fix tabs drawing over rest of MacVim in macOS 14 Sonoma

macOS 14 now defaults clipsToBounds to false, which works in most places
in MacVim but seems to ...

30afcb74cd20edc73dcc55e275d764dc28779a11 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2018: complete_info() returns wrong index

Problem: complete_info() returns wrong index
Solution: Make order of 'info' in completion_info ...

69fb5afb3bc9da24c2fb0eafb0027ba9c6502fc2 authored about 1 year ago by LemonBoy <[email protected]>
patch 9.0.2017: linebreak applies for leading whitespace

Problem: linebreak applies for leading whitespace
Solution: only apply linebreak, once we have ...

dd75fcfbdff1934c6e531b5a89ebc636318bf4a2 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2016: Vim9: assignment operators don't work for class vars

Problem: Vim9: assignment operators don't work for class vars
Solution: implement it

closes: #...

1ea428883f16838aca5763aee156fde3929d9ab6 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2015: Vim9: does not handle islocked() from a method correctly

Problem: Vim9: does not handle islocked() from a method correctly
Solution: Handle islocked() b...

4c8da025ef8140168b7a09d9fe922ce4bb40f19d authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.2013: confusing ifdefs in if_<lang>.c

Problem: confusing ifdefs in if_<lang>.c
Solution: refactor ifndefs to #ifdefs

if_x: Avoid usi...

c97b3febc82c1ccacf5f328ed0bd81c8b850e97d authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.2013: Unicode tables outdated

Problem: Unicode tables outdated
Solution: Update Unicode tables to v15.1 (released 23.09.2023)
...

a634b92b969e1bcb47551a39bf4e11e41ba9aa17 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2012: Vim9: error message can be more accurate

Problem: Vim9: error message can be more accurate
Solution: Fix the error messages

Fix message...

f8da32461969a657ce9f132f35ddbec4068d3296 authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.2011: INI files not detected

Problem: INI files not detected
Solution: detect uppercase .INI as dosini files

It previo~1 on...

4a82bdfaa8022402b1ca0f0000c94c47a13f1014 authored about 1 year ago by Martin Tournoij <[email protected]>
patch 9.0.2010: [security] use-after-free from buf_contents_changed()

Problem: [security] use-after-free from buf_contents_changed()
Solution: block autocommands

Si...

41e6f7d6ba67b61d911f9b1d76325cd79224753d authored about 1 year ago by Christian Brabandt <[email protected]>
Merge pull request #1438 from ychin/fix-ci-python3-installation

Fix CI Python3 breakage

3803c158966a63c4fc40cef22ad27ad71e635bdb authored about 1 year ago by Yee Cheng Chin <[email protected]>
Fix CI Python3 breakage

For some reason `brew install python3` is failing in GitHub Action's
macos-13 image due to stale...

e8e3946077ad1ce3e1f8e8024ec039da09244163 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1437 from ychin/minor-fix-fuopts-cmdcomplete-test

Fix fuopts cmdline expansion test to use assert_equal properly

57b0bab1044187841e0356b44c49e3cccdbce51f authored about 1 year ago by Yee Cheng Chin <[email protected]>
Fix fuopts cmdline expansion test to use assert_equal properly

5f0509afa18a113e0c87da87f1a5eea5391f1a15 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2009: cmdline-completion for comma-separated options wrong

Problem: cmdline-completion for comma-separated options wrong
Solution: Fix command-line expans...

54844857fd6933fa4f6678e47610c4b9c9f7a091 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.2008: test: undofile left behind

Problem: test: undofile left behind
Solution: cleanup undofile

fix: tmp file not deleted when ...

b07b9dc4dafe2aad5ee752a51f06acacae210fef authored about 1 year ago by Dominique Pellé <[email protected]>
patch 9.0.2007: Vim9: covariant parameter types allowed

Problem: Vim9: covariant parameter types allowed when assigning
functions
Solution: E...

e4671890220ef3f2bca43fde6ffe5d3ef3ed0e42 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2006: Vim9: need more tests

Problem: Vim9: need more tests
Solution: add additional disassembly tests

closes: #13305

Sign...

f4ee1cb74ba86383190ffcda84147892f7740f21 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.2005: partially revert patch v9.0.1997

Problem: partially revert patch v9.0.1997
Solution: add a comment, to make clear it's not used
...

b56cef0be08febc7e8edb8a87592f0a347c2793f authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2004: Missing test file

Problem: Missing test file
Solution: git-add the file to the repo

closes: #13305

Signed-off-b...

d4afbdd0715c722cfc73d3a8ab9e578667615faa authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.2003: xxd: compilation warning

Problem: xxd: compilation warning
Solution: initialize variables

Signed-off-by: Christian Brab...

7879bc5c13311c1fb6497776ed7804400852460a authored about 1 year ago by Christian Brabandt <[email protected]>
runtime: make command name for &iskeywordprg more unique (#13297)

See https://github.com/vim/vim/pull/13213/commits by @dkearns:
Rename 'keywordprg' user command...

1e33cd72b60a119a038952bb658862d038602f76 authored about 1 year ago by Enno <[email protected]>
patch 9.0.2002: Vim9: need cleanup of class related interface code

Problem: Vim9: need cleanup of class related interface code
Solution: Remove the unused class v...

b852305dbf42f1206ecc6ae414fc200235fe2963 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
translation(it): updated translation of xxd manpage

Signed-off-by: Christian Brabandt <[email protected]>

75b277d35ce207ceb5e3645a962cfd59657d1d73 authored about 1 year ago by Antonio Giovanni Colombo <[email protected]>
patch 9.0.2001: Vim9: segfault with islocked()

Problem: Vim9: segfault with islocked()
Solution: Check that the lval pointer is not null for o...

9771b2a67f825bdc6e5c615141d22c665952dc86 authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.2000: Vim9: use-after-free in deep call stack

Problem: Vim9: use-after-free in deep call stack
Solution: Get the objct pointer from execution...

1087b8c29ab521106c5b6cc85d5b38244f0d9c1d authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(sh): Update ftplugin (#13213)

Rename 'keywordprg' user command to ShKeywordPrg as this is just a
leaking implementation detai...

2a281ccca017fb5e8ffd20a86aa390431224a2fd authored about 1 year ago by dkearns <[email protected]>
patch 9.0.1999: Vim9: some error messages can be improved

Problem: Vim9: some error messages can be improved
Solution: Mention the defining class for var...

e6c9aa5e6a88d539a412a9b5526f41ea101aa185 authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1998: xxd: cannot reverse a bit dump

Problem: xxd: cannot reverse a bit dump
Solution: implement reversing the bit dump using -b -r
...

85f4521808dd9a587c00f9a2927e84217721cfca authored about 1 year ago by tristhaus <[email protected]>
patch 9.0.1997: Some unused code in move.c and string.c

Problem: Some unused code in move.c and string.c
Solution: Remove it

closes: #13288

Signed-of...

580c1fcb4ad85360cd3a361c3c8e37b534153d60 authored about 1 year ago by dundargoc <[email protected]>
runtime(doc): remove E1520 tag (#13289)

Signed-off-by: Christian Brabandt <[email protected]>

27e12c7669e36a8f60fefa9db9a08024efeb06e8 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1996: Cannot build with python312

Problem: Cannot build with python312
Solution: Define wrapper types and functions for python 3....

fa145f200966e47e11c403520374d6d37cfd1de7 authored about 1 year ago by Ken Takata <[email protected]>
runtime(doc): Update vim9class help (#13292)

Signed-off-by: Christian Brabandt <[email protected]>

26e8f7b0ab451e76319d113038c86c79488bbbc4 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1995: Invalid memory access with empty 'foldexpr'

Problem: Invalid memory access when 'foldexpr' returns empty string.
Solution: Check for NUL.

...

a991ce9c083bb8c02b1b1ec34ed35728197050f3 authored about 1 year ago by zeertzjq <[email protected]>
Merge pull request #1436 from ychin/cmdline-expansion-fuopt-guifont

Add cmdline completion for MacVim options: 'fuoptions', 'guifont(wide)'

5098093a67c69658e5f76df299516ae7bf764819 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Add cmdline completion for MacVim options: 'fuoptions', 'guifont(wide)'

772df7adc1c6835e1913e8ea28a052c5fb601096 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

42f62db3e7a2214273128822fdae8da294b11962 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1994: inconsistent feature description

Problem: inconsistent feature description
Solution: delete old mentioned feature sets small and...

ac9c6d5c786a016ca1dce297d167a5a963881f7e authored about 1 year ago by RestorerZ <[email protected]>
patch 9.0.1993: warning about unused function definition

Problem: warning about unused function definition
Solution: add ifdefs

Signed-off-by: Christia...

9960ebcacee5f430d61735991a0563858168ef2c authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1992: [security] segfault in exmode

Problem: segfault in exmode when redrawing
Solution: skip gui_scroll when exmode_active

Signed...

20d161ace307e28690229b68584f2d84556f8960 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1991: no cmdline completion for setting the font

Problem: no cmdline completion for setting the font
Solution: enable it on Win32 and GTK builds...

290b887e8cc2c0d3dfc7f315b2052472c7c589cc authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1990: strange error number

Problem: strange error number
Solution: change error number,
add doc tag for E1507

c...

ea746f9e862092aef3d4e95c64d116759b9fabe0 authored about 1 year ago by Christ van Willegen <[email protected]>
runtime(netrw): diff (`df`) may open the wrong window (#13275)

closes: #11359

Signed-off-by: Christian Brabandt <[email protected]>

0e958410046aa764ec73b14b1d2839053b31d242 authored about 1 year ago by KSR-Yasuda <[email protected]>
runtime(netrw): Update `.netrwbook` immediately on bookmark change (#13276)

closes: #9738

Signed-off-by: Christian Brabandt <[email protected]>

f449825ae23865437a74ea4140fd32780c02ce43 authored about 1 year ago by KSR-Yasuda <[email protected]>
translation(it): revert permission changes for xxd manpages again (#13277)

Signed-off-by: Christian Brabandt <[email protected]>

9b259f520efa6d5dfa76880dc7623a95be9099ba authored about 1 year ago by K.Takata <[email protected]>
patch 9.0.1989: Vim9: double error message given

Problem: Vim9: double error message given
Solution: Only give second error message, if ther
...

d615a3122a1347ee0d446be4ecb4295b1e0aaabf authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1988: Vim9: potential use-after-free for class members

Problem: Vim9: potential use-after-free for class members
Solution: Use the class-related grow ...

d2f4800099733216e28d59e1a5710f624b0d9ec1 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1987: win32: font-size calculation can be improved

Problem: win32: font-size calculation can be improved
Solution: calculate font size before the ...

da5da654deb46a1432de26c7e02e7eba64c122f3 authored about 1 year ago by Ken Takata <[email protected]>
translation(sr): Update Serbian messages translation (#13282)

Signed-off-by: Christian Brabandt <[email protected]>

c661e11e9cc24fac752afc56d2a691ca03def8cc authored about 1 year ago by Ivan Pešić <[email protected]>
patch 9.0.1986: Vim9: accepting type-annotations

Problem: Vim9: accepting type-annotations
Solution: Reject type annotations outside of declarat...

b5a0719cb7abf51b0540df527cb9738a3ccf0d37 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(just): Correct filetype detection pattern and style (#13284)

See https://github.com/vim/vim/pull/13271#discussion_r1347279686 and
https://github.com/NoahThe...

b6d01f131c6ad44451b63ff437fa04169173f1c5 authored about 1 year ago by dundargoc <[email protected]>
patch 9.0.1985: CI: codecov is intrusive

Problem: CI: codecov is intrusive
Solution: disable codecov comments

The codecov report is inc...

9a00e7c7cfbc2bf7896962d729ccece46e728635 authored about 1 year ago by dundargoc <[email protected]>
Merge pull request #1435 from ychin/fix-strict-and-missing-prototypes-warnings

Fix warning build failures, fix README GitHub Action badge

efd97fddd3af205b4db7986fc0ba2edb58507ec7 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Fix warning build failures, fix README GitHub Action badge

Upstream Vim has added strict-prototypes and missing-prototypes warnings
to CI, which is useful ...

930933f90d68151801e105477561ba6fa1c2766b authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14

Problem: CI: Test_open_delay*() fails on FreeBSD 14
Solution: Skip it on BSD

Signed-off-by: Ch...

85ff0c1912f6d94ed94a6112517e96f64801ba56 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1983: scrolling inactive window not possible with cursorbind

Problem: Scrolling non-current window using mouse is inconsistent
depending on 'scrol...

8e5f26ec6a1446aabffa7a0a7819a7462372a5b8 authored about 1 year ago by zeertzjq <[email protected]>
runtime(netrw): error when trying to :bd unloaded buffer

closes: #13215
closes: #13082

Signed-off-by: Christian Brabandt <[email protected]>

4dbb2669e9ed9ec6864705dcb569715e417e1303 authored about 1 year ago by yasuda <[email protected]>
patch 9.0.1982: vim9: clean up from v9.0.1955

Problem: vim9: clean up from v9.0.1955
Solution: Fix a few remaining issues, improve error mess...

64885645e76b301a6c34fe762c4e29c7a0f63881 authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1981: not being able to scroll up in diff mode

Problem: Cannot scroll up in diff mode with many filler lines and zero
'scrolloff'.
S...

0583491277dea9d14e000051c26405b90d839072 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1980: win32: issues with stable python ABI

Problem: win32: issues with stable python ABI
Solution: if_python3,win32: Fix Python3 stable AB...

119fdd9293f63614ed2ca60a78993466435db639 authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.1979: Cirrus CI disabled

Problem: Cirrus CI disabled
Solution: re-enable Cirrus CI

Ref patch 9.0.1912:

> Perhaps at th...

317468aaceb48e136ed7e3fa6d233345fd5360c6 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1978: No filetype detection for just files

Problem: No filetype detection for just files
Solution: Detect just files (*.just, justfile, et...

3d90f71b764e67b1eb12fc6a9a4b9e2fca6dc087 authored about 1 year ago by dundargoc <[email protected]>
patch 9.0.1977: Vim9: object members can change type

Problem: Vim9: object members can change type
Solution: Check type during assignment to object/...

fe7b20a1a39dc645a6ea7ae925512f9227fd1695 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
translation(it): update translation of xxd manpage

Signed-off-by: Christian Brabandt <[email protected]>

b9a974df9e22c7b56d8faac3246fb5f80a9351d4 authored about 1 year ago by Antonio Giovanni Colombo <[email protected]>
runtime(doc): update xxd manpage and mention $NO_COLOR env

also regenerate the xxd.man document page.

fixes: #13257

Signed-off-by: Christian Brabandt <cb...

b74ebfc6bf343ed825b111157261a8d99da6d670 authored about 1 year ago by Christian Brabandt <[email protected]>