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

runtime(doc): fix two typos in `vim9.txt` and `options.txt` (#13258)

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

b043ff34c1e475a90a5142eabaf1db74ab7ebb98 authored about 1 year ago by Aliaksei Budavei <[email protected]>
Merge remote-tracking branch 'vim/master'

c88f7684828d3a247f593420ff45ca9b34fe536f authored about 1 year ago by Yee Cheng Chin <[email protected]>
runtime(doc): remove E1507 help tag, which is no longer used (#13254)

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

2dfc22908e432f63d200e1fc4f024645c87b8bf3 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1976: style: space before tab in optionstr.c

Problem: style: space before tab in optionstr.c
Solution: remove the space

Signed-off-by: Chri...

3f168ec8ae8fa2609d87d2f65f0de7227066b57a authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1975: xattr: permission-denied errors on write

Problem: xattr: permission-denied errors on write
Solution: ignore those errors

closes: #13246...

993b17569b5acffe2d8941d1709a55da4e439755 authored about 1 year ago by Gene C <[email protected]>
translation(ru): Update Russian message translation to Vim 9.0.1968 (#13239)

* Updated to Vim 9.0.1968. Several refinements and corrections
* typo fixed

Co-authored-by: ...

12a0d999b140cb5bf08bf9f416f2bc9bb8a12fc9 authored about 1 year ago by Restorer <[email protected]>
runtime(doc): add missing error numbers in the help. (#13241)

closes: #13240

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

cd39b69b0200005622db7291bbacff95bd03a3d0 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): mention how to disable folding in diff mode (#13242)

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

20f48d5b2ddb9fdc29e83f0da6f31f895eaeab47 authored about 1 year ago by dundargoc <[email protected]>
runtime(doc): fix typos.

* Fix typo in document (Related: #12516)
* Fix E1363 duplication
* Fix one more typo.

Signe...

ba77bbb5c775663a8b55871f753d7b1b570bb9ba authored about 1 year ago by h_east <[email protected]>
patch 9.0.1974: vim9: using contra-variant type-checks

Problem: vim9: using contra-variant type-checks (after v9.0.1959)
Solution: Use invariant type ...

b32064fedbeb689ecb0481e9473cb7b87d5bb805 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1973: Clean up cmdline option completion code

Problem: Clean up cmdline option completion code
Solution: Fix various minor problems

- Fix ma...

6d113472601fa6f3a444a95ef7b11d4309215117 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1972: win32: missing '**' expansion test

Problem: win32: missing '**' expansion test (after v9.0.1947)
Solution: Add test for MS-Windows...

4a1ad5556423dca5f5b7ee39f143579e67569ae1 authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.1971: macOS: FEAT_SOUND guard too restrictive

Problem: macOS: FEAT_SOUND guard too restrictive
Solution: check for older macOS support proper...

f59cbefd0aa1cda7d3fd5fbd02678e82ee155ad1 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1970: win32: high-dpi support can be improved

Problem: win32: high-dpi support can be improved
Solution: implement WM_GETDPISCALEDSIZE

win32...

7086b3e76a81cf87592077d54e0ef46a60006c2c authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.1969: [security] buffer-overflow in trunc_string()

Problem: buffer-overflow in trunc_string()
Solution: Add NULL at end of buffer

Currently trunc...

3bd7fa12e146c6051490d048a4acbfba974eeb04 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1968: cmdline completion should consider key option

Problem: cmdline completion should consider key option
Solution: Disable cmdline completion for...

6ee7b521fa7531ef356ececc8be7575c3800f872 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1967: xattr errors not translated

Problem: xattr errors not translated
Solution: mark for translation, consistently capitalize
...

7ece036d72cf639b05d3936183220bec7179bf63 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1966: configure prints stray 6 when checking libruby

Problem: configure prints stray 6 when checking libruby
Solution: redirect stdout to dev/null

...

e379e21ddc2dc12abea9dcfd0708e27788bb568c authored about 1 year ago by Illia Bobyr <[email protected]>
patch 9.0.1965: wrong auto/configure script

Problem: wrong auto/configure script
Solution: regenerate with autoconf 2.71

configure: sys/xa...

8c358e024fbc11895efec4b3e0e3777a6b88eba7 authored about 1 year ago by Illia Bobyr <[email protected]>
patch 9.0.1964: xattr support fails to build on MacOS X

Problem: xattr support fails to build on MacOS X
Solution: Disable xattr support for MacOS X

M...

a4dfbfed89e26a766e30cca62c18e710eec81c3f authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1963: Configure script may not detect xattr

Problem: Configure script may not detect xattr correctly
Solution: include sys/xattr instead of...

6de4e58cf27a3bb6e81653ca63b77e29d1bb46f2 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1962: No support for writing extended attributes

Problem: No support for writing extended attributes
Solution: Add extended attribute support fo...

e085dfda5d8dde064b0332464040959479696d1c authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace"

Problem: Cmdline completion for 'listchars' fields doesn't include
"multispace" and "...

1f025b01e29be6fce907d0379602b45031d6998f authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1960: Make CI checks more strict

Problem: Make CI checks more strict
Solution: Add -Wstrict-prototypes -Wmissing-prototypes to C...

f7f746b1672909ae57d2eec97253d6627f6c0887 authored about 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1434 from ychin/ci-macos13-xcode15

CI: Update to Xcode 15 / macOS 13 in GitHub runner

9084c14c894b0a76bb65e3f3291f6bbc87909f88 authored about 1 year ago by Yee Cheng Chin <[email protected]>
CI: Update to Xcode 15 / macOS 13 in GitHub runner

Python2
- Python2 is no longer installed in the new GitHub hosted runners
(macos-13) and so we...

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

d41f3454e392bb068dc2aade6cd78187bab8638b authored about 1 year ago by Yee Cheng Chin <[email protected]>
Enable +sound for legacy builds (10.9-10.12) until fixed upstream

The ifdef check used in upstream Vim is too tight. Disable it for now.

See vim/vim#13115

c83901abdfccaf364d1d9b0218535d5508ffac71 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1959: Vim9: methods parameters and types are covariant

Problem: Vim9: methods parameters and types are covariant
Solution: Support contra-variant type...

f3b68d4759a040ed0c4844c279ea3c779b3863ff authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1958: cannot complete option values

Problem: cannot complete option values
Solution: Add completion functions for several options

...

900894b09a95398dfc75599e9f0aa2ea25723384 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1957: termcap options should change when setting keyprotocol

Problem: termcap options should change on keyprotocol setting
Solution: Apply termcap entries w...

3695d0e41ba26db074dd5680564a6f87d522fb61 authored about 1 year ago by Gregory Anders <[email protected]>
patch 9.0.1956: Custom completion skips orig cmdline if it invokes glob()

Problem: Custom cmdline completion skips original cmdline when pressing
Ctrl-P at fir...

28a23602e8f88937645b8506b7915ecea6e09b18 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1955: Vim9: lockvar issues with objects/classes

Problem: Vim9: lockvar issues with objects/classes
Solution: fix `get_lhs()` object/class acces...

ee865f37acab6cac2cee6a171d60e1b365f852b0 authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1954: CI: change netrw label in labeller bot

Problem: CI: change netrw label in labeller bot
Solution: Rename it to 'plugin-netrw'

closes: ...

112431f21762bdcb3ee4ce2d7d8f91da07f3bf71 authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.1953: Misplaced comment in errors.h

Problem: Misplaced comment in errors.h
Solution: Move it up

closes: #13218

Signed-off-by: Chr...

789b8854d2f9f92089047665d52d08769f29c927 authored about 1 year ago by Ken Takata <[email protected]>
patch 9.0.1952: Vim9: unused static field

Problem: Vim9: unused static field
Solution: remove it and simplify code

closes: #13220

Signe...

5a05d374d30577ee195e87e7929062ab1a0a076a authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): text-objects: document how escaped delimiters are handled

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

02902b547bdb3ba480a52c90dce742201241f224 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1951: Vim9: hard to debug vim9_class errors from CI

Problem: Vim9: hard to debug vim9_class errors from CI
Solution: Include the line number in ass...

b90e3bc491c02bd6e4db1a1c1849ce3d21811c43 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1950: Vim9: error codes spread out

Problem: Vim9: error codes spread out
Solution: group them together and reserve 100
m...

413f83990f15d5d59d27ab741670f527a7a3feb8 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1949: Vim9: allows reserved keywords as members

Problem: Vim9: allows reserved keywords as members
Solution: Disallow reserved keywords, disall...

f057aca1cc2480e820b3ca5d8d407e3976369777 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1948: Vim9: object variable "this." should only be used in constructor

Problem: Vim9: object variable "this." should only be used in
constructor
Solution: D...

db38552dcdc7460459df8bf5cf02666256045308 authored about 1 year ago by h-east <[email protected]>
patch 9.0.1947: Bash Expansion test fails on Windows/MacOS

Problem: Bash Expansion test fails on Windows/MacOS
Solution: Disable Test_glob_extended_bash f...

03ca4002c1dcd34c4b17fe4a491b02d77ec2c887 authored about 1 year ago by Ken Takata <[email protected]>
runtime(doc): regenerate xxd manpage

Commit f6fc255e8d9c46a0e51e (v9.0.1834) updated xxd.1 but the xxd.man
page wasn't re-generated. ...

e845b38dab2e79c1e5d54dc492a43e43156a1eaa authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1946: filename expansion using ** in bash may fail

Problem: filename expansion using ** in bash may fail
Solution: Try to enable the globstar sett...

9eb1ce531527a7177d16373b0f8689bbcd3d5f73 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1945: Vim9: missing support for ro-vars in interface

Problem: Vim9: missing support for ro-vars in interface
Solution: Support only read-only object...

2dede3dbfa3cb52f464f942d46d3ec0f66e3e354 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): mention mouse scrolling in scrollbind-quickadj (#13190)

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

5277cfaf8afe847b7d4dcde6057fbecb001ab64e authored about 1 year ago by zeertzjq <[email protected]>
runtime(swayconfig): Update syntax file (#13192)

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

54f70cf0780a797efaf0ff9fd4190215a3ff0eb7 authored about 1 year ago by Josef Litoš <[email protected]>
runtime(i3config): update i3config syntax (#13191)

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

02774f99cebcb890d3861febc1d03e75c02cc92d authored about 1 year ago by Josef Litoš <[email protected]>
runtime(rmd) Update ftplugin and syntax files (#13193)

ftplugin/rmd.vim:

- Set 'commentstring' dynamically according to code region.

syntax/rmd...

34745942390383ec626b168e9837d284622c7bbe authored about 1 year ago by Jakson Alves de Aquino <[email protected]>
patch 9.0.1944: Vim9: function instruction pointer invalidated

Problem: Vim9: function instruction pointer invalidated
Solution: Use the funcref index instead...

a76fbe6e00249d25fa2cfaf80ddaa360f0e1711d authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
translation(sr): Update Serbian messages translation

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

91adcbdcc1862b0ef7ece4df5bc642d70ca61e56 authored about 1 year ago by Ivan Pešić <[email protected]>
patch 9.0.1943: CI not run with clang-17

Problem: CI not run with clang-17
Solution: Update CI to use clang-17

closes: #12745

Signed-o...

f109bf93c9402e4e3122a7ae7846e6feae4fa222 authored about 1 year ago by Philip H <[email protected]>
patch 9.0.1942: Vim9: execution stack invalidated with null object

Problem: Vim9: execution stack invalidated with null object
Solution: Check for a null object b...

c1946267f22efe3ec5eb0a1a914f30782a538983 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(sh): only invoke bash help in ftplugin if it has been detected to be bash (#13171)

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

54e1f56cf2a5f74ee11baba170afff867e5d9f99 authored about 1 year ago by Eisuke Kawashima <[email protected]>
Merge remote-tracking branch 'vim/master'

4c7c622e7359d4c308b9c3ee0cfa8b182d110cf9 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1941: Memory leak detected

Problem: Memory leak detected (after 9.0.1928)
Solution: Free arg_objm in get_lambda_tv()

clos...

3aa114463f0219eba2e9fe0517067be9fcaf8248 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): Update help tags (#13180)

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

e1b95f525297abdc94dbebc4b79ed14aeb029511 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1940: wrong upstream version in libvterm README

Problem: wrong upstream version in libvterm README
Solution: correct version to 839

related: #...

ec8deb092cd645fcc5c3bd3117f61c9bd47f5b03 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1939: still a problem when processing LSP RPC requests

Problem: still a problem when processing LSP RPC requests
Solution: When processing async LSP R...

b80ae6cec34639abfb1a7080fb633346a81a5770 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(todo): Update Vim9 class items (#13148)

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

ceffca683ba986065e583d02e7ace964efdb256e authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): Vim9: Consistenly use class/object variable and class/object method in help (#13149)

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

c3b315f496933201c0b5dc2382d7fc782d32e4f9 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1938: multispace wrong when scrolling horizontally

Problem: multispace wrong when scrolling horizontally
Solution: Update position in "multispace"...

abc808112ee5df58a9f612f2bb5a65389c2c14e1 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1937: missing test for mouse click + 'virtedit'

Problem: missing test for mouse click + 'virtedit'
Solution: Add test for clicking after eol wi...

46a0582ffa4ea79b112ac01e25adccf93b49cd9d authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1936: test: using wrong expected message in test_crypt

Problem: test: using wrong expected message in test_crypt
Solution: make use of single quotes

...

e6fca0e82216c753793a85979926b9a28da7e842 authored about 1 year ago by Isao Sato <[email protected]>
patch 9.0.1935: Vim9: not consistent error messages

Problem: Vim9: not consistent error messages
Solution: Make error messages more consistent. Use...

7fe8f43f49f4fa6f024d0e0ea76d3df5b62a0879 authored about 1 year ago by RestorerZ <[email protected]>
patch 9.0.1934: :bwipe fails after switching window from aucmd_win.

Problem: :bwipe fails after switching window from aucmd_win.
Solution: Decrement b_nwindows aft...

46bdae036ac4121e305fc3ed4ef3f9fc928dcb25 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1933: Can change the type of a v: variable using if_lua

Problem: Can change the type of a v: variable using if_lua.
Solution: Add additional handling o...

edcba96c0088210927558b0e2583f3b689f457c4 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1932: Vim9: error when using null object constructor

Problem: Vim9: error when using null object constructor
Solution: Check for a null object only ...

7398f367d5125eedfb4058c63a5d167fe8601e3d authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): grammar fixes in doc (#13164)

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

960822a11f70d2ed7e78b42fb6b75a9f8839ec9f authored about 1 year ago by Dominique Pellé <[email protected]>
runtime(doc): Update the version9.txt with a template for version 9.1 enhancements (#13165)

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

7c948644fbd62d5065e2328e8fbe0b508db58ac0 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
runtime(doc): Add a missing '<' to the help of strutf16len() (#13168)

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

790f9a890ceeb9539776265cba0f026fb2c96790 authored about 1 year ago by a5ob7r <[email protected]>
patch 9.0.1931: make test_compilers fails on ubuntu

Problem: make test_compilers fails on ubuntu
Solution: set LC_ALL=C

fix: make test_compiler fa...

ca0ffc0d63727850c520a80929698e4c199b17f4 authored about 1 year ago by Dominique Pellé <[email protected]>
runtime(tutor): fix typo in tutor.nl (#13175)

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

8ffcb47a43c48d9701bb7a91b565d88aefba1d34 authored about 1 year ago by Remy Bos <[email protected]>
patch 9.0.1930: compiler warnings with clang-17

Problem: compiler warnings with clang-17
Solution: Fix function prototypes and function pointer...

4927bc7d278caa022358832d96604a72a2a58a45 authored about 1 year ago by Dominique Pellé <[email protected]>
patch 9.0.1929: runtime tests fail with tiny vim

Problem: runtime tests fail with tiny vim
Solution: check for tiny vim, run runtime tests in CI...

99c3849a9299982666a7b677f0565a7b3717d20c authored about 1 year ago by Dominique Pellé <[email protected]>
patch 9.0.1928: Vim9: constructor type checking bug

Problem: Vim9: constructor type checking bug
Solution: Fix class constructor regression

closes...

b895b0fabce7d952a6617eb69fc1e1597ece8b00 authored about 1 year ago by h-east <[email protected]>
patch 9.0.1927: patch 1916 (fixed terminal size) not optimal

Problem: patch 1916 (fixed terminal size) not optimal
Solution: Add defines to make it easier c...

ceee7a808ce82b0c6bd84e0b6fc1dfb0475c99aa authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1926: Vim9: not enough info in error message

Problem: Vim9: not enough info in error message
Solution: Add class name, change member to vari...

696270bcae0c14029030f14a3f3ca2763a2b39de authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1925: if_python: still undefined behaviour with function pointer

Problem: if_python: still undefined behaviour with function pointer
Solution: fix remaining pro...

02c51b1dd8e8b96e969ad7e408536fa208d90ac8 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1924: LSP server message still wrongly handled (after 9.0.1922)

Problem: LSP server message still wrongly handled (after 9.0.1922)
Solution: Handle 'method' me...

1926ae41845c3b6e2045b29225365c8a2e4eb1da authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1923: curswant wrong on click with 've' and 'wrap' set

Problem: curswant wrong on click with 've' and 'wrap' set
Solution: Add w_leftcol to mouse clic...

db54e989b5cff3cc6442dfc500e3962cc1c0b6d0 authored about 1 year ago by zeertzjq <[email protected]>
runtime(doc): format jumplist examples more consistently (#13137)

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

a7aba6ca5033a85839d997d29d5ca88a1f2acf8f authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1922: LSP server request message is misinterpreted as a response message

Problem: LSP server request message is misinterpreted as a response message
Solution: Check tha...

78c5a5abc657f0173551157547213d8bbb033fd4 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1921: not possible to use the jumplist like a stack

Problem: not possible to use the jumplist like a stack
Solution: Add the 'jumpoptions' setting ...

87018255e3ad0f4dfa03e20318836d24af721caf authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1920: Vim9: cannot write public var in nested object

Problem: Vim9: cannot write public var in nested object
Solution: Write variable in nested read...

98e68c07ce229148c994a42ead9f010b0d0a1be4 authored about 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1919: Wrong curswant when clicking on empty line or with vsplits

Problem: Wrong curswant when clicking on empty line or with vsplits.
Solution: Don't check for ...

03cd697d635f1b0e7ffe21cf8244a8fb755f2ddb authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1918: No filetype detection for Authzed filetypes

Problem: No filetype detection for Authzed filetypes
Solution: Detect the *.zed file extension ...

5790a54166793554d16f6a85d8824632860b8b37 authored about 1 year ago by Matt Polzin <[email protected]>
patch 9.0.1917: undefined behaviour with python function pointer

Problem: undefined behaviour with python function pointer
Solution: correctly cast function poi...

d606fccf6fd716bda43a8e1d11d898f438d28b82 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1916: Crash when allocating large terminal screen

Problem: Crash when allocating large terminal screen
Solution: Don't allow values > 1000 for te...

aa64ba1587d36de558f47519fa47c27e86c6e49a authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1915: r_CTRL-C works differently in visual mode

Problem: r_CTRL-C works differently in visual mode
Solution: Make r_CTRL-C behave consistent in...

476733f3d06876c7ac105e064108c973a57984d3 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1914: Vim9: few issues when accessing object members

Problem: Vim9: few issues when accessing object members
Solution: When calling an object method...

1db151436541a3e64cdd5e3d9eb3ace1ce1e1ad0 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1913: if_python: undefined behaviour for function pointers

Problem: if_python: undefined behaviour for function pointers
Solution: Fix if_python undefined...

2ce070c27acd12ccc614afa4cecf4970a645a4af authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1912: Cirrus-CI running out of credits

Problem: Cirrus-CI running out of credits
Solution: disable Cirrus-CI for now

We are running o...

6f00d17e8d64ed46c85625e8ac38ed0928b32c58 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1911: Vim9: segfault with null object and instanceof()

Problem: Vim9: segfault with null object and instanceof()
Solution: return early

closes: #1312...

3da696db6ac6103eb8f07cf7be23fa0e12c2419d authored about 1 year ago by Ernie Rael <[email protected]>
runtime(doc): add help tag describing object-selection

closes: #13114

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

346ac1429c5afb23bace295106aea1b305443435 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1910: Mac OS X: missing sound support on older versions

Problem: Mac OS X: missing sound support on older versions
Solution: Check Macro MAC_OS_X_VERSI...

063c562a3715e9fce21b791ad4c8980b09b64a89 authored about 1 year ago by Sevan Janiyan <[email protected]>
patch 9.0.1909: Vim9: problem calling class method from other class

Problem: Vim9: problem calling class method from other class
Solution: Fix this problem, fix re...

00cd18222ee1551c65228e9556c158624507fc7a authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1908: undefined behaviour upper/lower function ptrs

Problem: undefined behaviour upper/lower function ptrs
Solution: Fix UBSAN error in regexp and ...

d25021cf036c63d539f845a1ee05b03ea21d61ff authored about 1 year ago by Yee Cheng Chin <[email protected]>
runtime(netrw): fix filetype detection for remote editing files

closes: #12990
closes: #12992

this partially reverses commit 71badf9 by commenting out the line...

d8b86c937a419db69239a8bb879f0050be0f8e1d authored about 1 year ago by Christian Brabandt <[email protected]>
runtime(kotlin): Add Kotlin runtime files (#13110)

Closes udalov/kotlin-vim#39

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

e30d8e4ce01dc1aca95d25be9fd27c09855fd4be authored about 1 year ago by dkearns <[email protected]>