Ecosyste.ms: OpenCollective

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

MacVim

Vim as a native macOS native GUI application
Collective - Host: opensource - https://opencollective.com/macvim - Website: https://macvim.org - Code: https://github.com/macvim-dev

patch 8.2.3773: wrong window size when a modeline changes 'columns'

Problem: Wrong window size when a modeline changes 'columns' and there is
more th...

github.com/macvim-dev/macvim - 8a7374f8c4eb4c016270ad908a43af4ddedcbf56 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3772: timer info test fails on slow machine

Problem: Timer info test fails on slow machine.
Solution: Use WaitForAssert().

github.com/macvim-dev/macvim - ff39a650b2bd31e30d1bb8766e8560f9a14a7137 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3771: Vim9: accessing freed memory when checking type

Problem: Vim9: accessing freed memory when checking type.
Solution: Make a copy of a functi...

github.com/macvim-dev/macvim - dd297bc11d2793ba61638972778c57f2da14e8b5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3770: new compiler warnings from clang-12 and clang-13

Problem: New compiler warnings from clang-12 and clang-13.
Solution: Adjust CI and suppress...

github.com/macvim-dev/macvim - dee78e1ce857985c06ff18e20daeadfe1622b8ae authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3769: zig files are not recognized

Problem: Zig files are not recognized.
Solution: Add *.zig. (Gregory Anders, closes #9313)

github.com/macvim-dev/macvim - 4c8c634365bc6d4d462635aed5e0f7ad2262d590 authored almost 3 years ago by Gregory Anders <[email protected]>
patch 8.2.3768: timer_info() has the wrong repeat value in a timer callback

Problem: timer_info() has the wrong repeat value in a timer callback.
Solution: Do not add ...

github.com/macvim-dev/macvim - 95b2dd0c008f0977ebb3cbe233a5064001a332e1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3767: crash when using NULL partial

Problem: Crash when using NULL partial.
Solution: Check for NULL.

github.com/macvim-dev/macvim - e8a92b6166e32f8e583e01c9f541cf81cf76f8e6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3766: converting a funcref to a string leaves out "g:"

Problem: Converting a funcref to a string leaves out "g:", causing the
meaning of...

github.com/macvim-dev/macvim - c4ec338fb80ebfb5d631f0718fdd1a1c04d9ed82 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others

Problem: Vim9: cannot use a lambda for 'opfunc' and others.
Solution: Convert the lambda to...

github.com/macvim-dev/macvim - dcb53be4418fe263a71c7738315241031df6c986 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3764: cannot see any text when window was made zero lines

Problem: Cannot see any text when window was made zero lines or zero
columns.
Sol...

github.com/macvim-dev/macvim - d0fb907253a5c5a71b1f231f3ddec24098fb4e21 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3763: when editing the cmdline a callback may cause a scroll up

Problem: When editing the command line a FocusLost callback may cause the
screen ...

github.com/macvim-dev/macvim - e50507126f532a0b0ae65e201a6372b7ea5b0ccd authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns it

Problem: If the quickfix buffer is wiped out getqflist() still returns its
number...

github.com/macvim-dev/macvim - 56150da6879a96db1c84c7ec4ceedeb84969f606 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3761: focus change is not passed on to a terminal window

Problem: Focus change is not passed on to a terminal window.
Solution: If the current windo...

github.com/macvim-dev/macvim - a48d4e44a24191f5495e17d7616771c20ae3e3c1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3760: not automatically handling gnome terminal mouse like xterm

Problem: Not automatically handling gnome terminal mouse like xterm.
Solution: Default 'tty...

github.com/macvim-dev/macvim - 48873aebc05608e9e5e56b8628ae6d2789ab7c48 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3759: quickfix buffer becomes hidden while still in a window

Problem: Quickfix buffer becomes hidden while still in a window.
Solution: Check if the clo...

github.com/macvim-dev/macvim - 78a61068cf2c83e611d954a0fb413a09ad59dc07 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3758: options that take a function insufficiently tested

Problem: Options that take a function insufficiently tested.
Solution: Add additional tests...

github.com/macvim-dev/macvim - 2172bff36417ddd90653531edc65897411c83b3f authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3757: an overlong highlight group name is silently truncated

Problem: An overlong highlight group name is silently truncated.
Solution: Give an error if...

github.com/macvim-dev/macvim - f7f7aaf8aaad34a38d3f159e031c5bcf3394f8f1 authored almost 3 years ago by erw7 <[email protected]>
patch 8.2.3756: might crash when callback is not valid

Problem: might crash when callback is not valid.
Solution: Check for valid callback. (Yegap...

github.com/macvim-dev/macvim - 4dc24eb5adbcc76838fae1e900936dd230209d96 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3755: Coverity warns for using a buffer in another scope

Problem: Coverity warns for using a buffer in another scope.
Solution: Declare the buffer i...

github.com/macvim-dev/macvim - 92c33eb2735045d25fceed3b607f44d7156c59c1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 69f86cf1ed3ac10006676b328cfe2c9e8d7ec405 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3754: undesired changing of the indent of the first formatted line

Problem: Undesired changing of the indent of the first formatted line.
Solution: Do not ind...

github.com/macvim-dev/macvim - ecabb511074b3f56cdd5067553c947a291d04e17 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Add Huntr badge.

github.com/macvim-dev/macvim - 3e55a973b5cab5823335e24b7e4885429c885921 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3753: Vim9: function unreferenced while called is never deleted

Problem: Vim9: function unreferenced while called is never deleted.
Solution: Delete a func...

github.com/macvim-dev/macvim - 2336c376d5796446d44622b0dfa8fd3fd1a5d22b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3752: build error when using Photon GUI

Problem: Build error when using Photon GUI.
Solution: Adjust #ifdef. (closes #9288)

github.com/macvim-dev/macvim - 8603be338ac810446f23c092f21bc6082f787519 authored almost 3 years ago by h-east <[email protected]>
patch 8.2.3751: cannot assign a lambda to an option that takes a function

Problem: Cannot assign a lambda to an option that takes a function.
Solution: Automatically...

github.com/macvim-dev/macvim - 6409553b6e3b4de4e1d72b8ee5445595214581ff authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3750: error messages are everywhere

Problem: Error messages are everywhere.
Solution: Move more error messages to errors.h and ...

github.com/macvim-dev/macvim - 40bcec1bac34d34a3d4d7c5f6b2cc1f163acbd00 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

github.com/macvim-dev/macvim - 4700398e384f38f752b432e187462f404b96847d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3749: error messages are everywhere

Problem: Error messages are everywhere.
Solution: Move more error messages to errors.h and ...

github.com/macvim-dev/macvim - 12f3c1b77fb39dc338304d5484cdbc99da27389a authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3748: giving an error for an empty sign argument breaks a plugin

Problem: Giving an error for an empty sign argument breaks a plugin.
Solution: Do not give ...

github.com/macvim-dev/macvim - e5710a02cb78c2a0a868ea55740835c78ddecbb4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3747: cannot remove highlight from an existing sign

Problem: Cannot remove highlight from an existing sign. (James McCoy)
Solution: Only reject...

github.com/macvim-dev/macvim - 0bac5fc5e125b7aa0f3b596c9b7f4381279e6688 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3746: cannot disassemble function starting with "debug" or "profile"

Problem: Cannot disassemble function starting with "debug" or "profile".
Solution: Check fo...

github.com/macvim-dev/macvim - c7d5fc8622f03cca8d1a9a54d4703e8f0c9941d0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3745: autochdir test fails without the +channel feature

Problem: Autochdir test fails without the +channel feature.
Solution: Remove the ch_logfile...

github.com/macvim-dev/macvim - f661cee847d2c17652b0ad0d703d2e3ac8610265 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3744: E854 is not tested; some spelling suggestions are not tested

Problem: E854 is not tested; some spelling suggestions are not tested.
Solution: Add a coup...

github.com/macvim-dev/macvim - f645ee47c85940d05f492a1b3932fbcdfd4204b3 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3743: ":sign" can add a highlight group without a name

Problem: ":sign" can add a highlight group without a name.
Solution: Give an error if the g...

github.com/macvim-dev/macvim - 5e18ccc60bdddc4aa39ab039f1a7c918f29e67ce authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3742: dec mouse test fails without gnome terminfo entry

Problem: Dec mouse test fails without gnome terminfo entry.
Solution: Check if there is a g...

github.com/macvim-dev/macvim - f589fd3e1047cdf90566b68aaf9a13389e54d26a authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3741: using freed memory in open command

Problem: Using freed memory in open command.
Solution: Make a copy of the current line.

github.com/macvim-dev/macvim - e031fe90cf2e375ce861ff5e5e281e4ad229ebb9 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3740: memory left allocated on exit when using Tcl

Problem: Memory left allocated on exit when using Tcl.
Solution: Call Tcl_Finalize().

github.com/macvim-dev/macvim - c7269f862748c3b0f56b5a651019e18c7d5190ee authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set

Problem: In wrong directory when using win_execute() with 'acd' set.
Solution: Restore the ...

github.com/macvim-dev/macvim - dea4a616376c6500894c16e26057ce16d7ef9f0e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3738: screen is cleared when a FocusLost autocommand triggers

Problem: Screen is cleared when a FocusLost autocommand triggers.
Solution: Do not redraw w...

github.com/macvim-dev/macvim - 23bdef2571b589414cd9744059abd507b043996b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3737: test fails without the 'autochdir' option

Problem: Test fails without the 'autochdir' option.
Solution: Check that the option is avai...

github.com/macvim-dev/macvim - 8dea145e39a2569153cb63487d3403a46a882189 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3736: test fails without the channel feature

Problem: Test fails without the channel feature. (Dominique Pellé)
Solution: Source the che...

github.com/macvim-dev/macvim - 853a7692d19deb6b7c2cabce989b57c8b9908596 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3735: cannot use a lambda for 'imactivatefunc'

Problem: Cannot use a lambda for 'imactivatefunc'.
Solution: Add lambda support for 'imacti...

github.com/macvim-dev/macvim - 7645da568c5e3b4ee339a2e99c3b3af790619787 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3734: Vim9: crash when no pattern match found

Problem: Vim9: crash when no pattern match found.
Solution: Check for error.

github.com/macvim-dev/macvim - 01a4dcbceefa99696bd1ef8631c3f7ce9f6e0cc2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3733: Vim9: using "legacy" before range does not work

Problem: Vim9: using "legacy" before range does not work.
Solution: Skip over range before ...

github.com/macvim-dev/macvim - b579f6ebbfa826d228abec1e1b24c05894517c27 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3732: "set! termcap" test fails

Problem: "set! termcap" test fails.
Solution: Account for keys without a t_xx entry.

github.com/macvim-dev/macvim - cd2f8f0e0007bb77fc2035e6ad6227bb6661c612 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3731: "set! termcap" shows codes in one column, but not keys

Problem: "set! termcap" shows codes in one column, but not keys.
Solution: Also use one col...

github.com/macvim-dev/macvim - 15a24f08987e3831be255333bb84b7bc9c00db24 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3730: "/etc/Muttrc.d/README" gets filetype muttrc

Problem: "/etc/Muttrc.d/README" gets filetype muttrc.
Solution: Move the Muttrc.d pattern d...

github.com/macvim-dev/macvim - 800b01b0c8a5983e23d8caa2be6c73d195448193 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3729: no support for squirrels

Problem: No support for squirrels. (closes #9259)
Solution: Recognize nuts.

github.com/macvim-dev/macvim - 6f42cb6e5159b323814a53bbc82def4f2cfb17ad authored almost 3 years ago by Matt Dunford <[email protected]>
patch 8.2.3728: internal error when passing range() to list2blob()

Problem: Internal error when passing range() to list2blob().
Solution: Materialize the list...

github.com/macvim-dev/macvim - 04b7b4bf7fe57375bf3c4ed3fd087fc0bb0147ba authored almost 3 years ago by kuuote <[email protected]>
patch 8.2.3727: in a gnome terminal keys are recognized as mouse events

Problem: In a gnome terminal keys are recognized as mouse events.
Solution: Only recognize ...

github.com/macvim-dev/macvim - c14b57c0795671bafca14433bc376acfe6135a3a authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3726: README file in a config directory gets wrong filetype

Problem: README file in a config directory gets wrong filetype.
Solution: Match README befo...

github.com/macvim-dev/macvim - c903695be54189fd7199121e9cd669e722fbc9c2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'

Problem: Cannot use a lambda for 'completefunc' and 'omnifunc'.
Solution: Implement lambda ...

github.com/macvim-dev/macvim - 8658c759f05b317707d56e3b65a5ef63930c7498 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - cc8a4318a87cca98c92e5ee45742966a698f4023 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3724: build error for missing error message in small build

Problem: Build error for missing error message in small build.
Solution: Correct #ifdef.

github.com/macvim-dev/macvim - 021ef351c2127cf8aa5668a881435a0a12774644 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3723: when using 'linebreak' a text property starts too early

Problem: When using 'linebreak' a text property starts too early.
Solution: Decrement "bcol...

github.com/macvim-dev/macvim - acdc911e4e1120ef29d86fce8e890c72cdd1bf30 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3722: Amiga: superfluous messages for freeing lots of yanked text

Problem: Amiga: superfluous messages for freeing lots of yanked text.
Solution: Assume that...

github.com/macvim-dev/macvim - 5e86964bf48ddbfa20261bda84db391c80a36dca authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3721: using memory freed by losing the clipboard selection

Problem: Using memory freed by losing the clipboard selection. (Dominique
Pellé)
...

github.com/macvim-dev/macvim - 9ac38129b6d409f73e29b1d51a5d459cf050410f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context

Problem: Vim9: Internal error when invoking closure in legacy context.
Solution: Give a mor...

github.com/macvim-dev/macvim - 69c76171f1a78b829196f72d7010fbe1d9ad2944 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3719: MS-Windows: test sometimes runs into existing swap file

Problem: MS-Windows: test sometimes runs into existing swap file.
Solution: Use a different...

github.com/macvim-dev/macvim - f8bc0ce2671d7f7f73760f665b52e4f00a1bbcac authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3718: compiler warns for unused variable without +textprop

Problem: Compiler warns for unused variable without the +textprop feature.
(John ...

github.com/macvim-dev/macvim - 3569c0de67bc9c723621297ae827d5e3353793a1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3717: Vim9: error for constant list size is only given at runtime

Problem: Vim9: error for constant list size is only given at runtime.
Solution: Give the er...

github.com/macvim-dev/macvim - db9ff9ab5d7ce1fcc2c4106e7ad49151a323996c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3716: Vim9: range without a command is not compiled

Problem: Vim9: range without a command is not compiled.
Solution: Add the ISN_EXECRANGE byt...

github.com/macvim-dev/macvim - e4eed8c6db693a9183b776032570ce2f89dcffb6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3715: Vim9: valgrind reports spurious problems for a test

Problem: Vim9: valgrind reports spurious problems for a test.
Solution: Move the test to th...

github.com/macvim-dev/macvim - f0e496a85a89fb1fd21b6af6363dcfc276331110 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3714: some unused assignments and ugly code in xxd

Problem: Some unused assignments and ugly code in xxd.
Solution: Leave out assignments. Us...

github.com/macvim-dev/macvim - 7e5503c17a3f142e6b28f344d899c9ab9e75a844 authored almost 3 years ago by DungSaga <[email protected]>
patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching

Problem: MS-Windows: No error message if vimgrep pattern is not matching.
Solution: Give an...

github.com/macvim-dev/macvim - 0b226f60be5c30c32fb01fc0b6dc11286e7e2313 authored almost 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'

Problem: Cannot use Vim9 lambda for 'tagfunc'.
Solution: Make it work, add more tests. (Yeg...

github.com/macvim-dev/macvim - 05e59e3a9ffddbf93c7af02cd2ba1d0f822d4625 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3711: Vim9: memory leak when compiling :elseif fails

Problem: Vim9: memory leak when compiling :elseif fails.
Solution: Cleanup ppconst.

github.com/macvim-dev/macvim - 56a8ffdb6e903615ed824a503f5fa6382b5b3df5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3710: Vim9: backtick expression expanded for :global

Problem: Vim9: backtick expression expanded for :global.
Solution: Check the following comm...

github.com/macvim-dev/macvim - 3d2e031d4f0e1559e4a4f99de5eb2330f38f8eb5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3709: Vim9: backtick expression expanded when not desired

Problem: Vim9: backtick expression expanded when not desired.
Solution: Only expand a backt...

github.com/macvim-dev/macvim - fad2742d538123abb9b384a053fd581f2acf6bb0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3708: Vim9: test fails with different error

Problem: Vim9: test fails with different error.
Solution: Correct the error number.

github.com/macvim-dev/macvim - 69535d8a0a1ba09047fc1b5bed86a8965302a4fa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3707: Vim9: constant expression of elseif not recognized

Problem: Vim9: constant expression of elseif not recognized.
Solution: Set instruction coun...

github.com/macvim-dev/macvim - 90770b746ea2e72954c536d8acf41d241ca2f37e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3706: text property highlighting is used on Tab

Problem: Text property highlighting is used on Tab.
Solution: Only set in_linebreak when no...

github.com/macvim-dev/macvim - 42eba04522d6be04393f59a9eab47833e7594650 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3705: cannot pass a lambda name to function() or funcref()

Problem: Cannot pass a lambda name to function() or funcref(). (Yegappan
Lakshman...

github.com/macvim-dev/macvim - eba3b7f6645c8f856132b4c06a009a3b0a44e21c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3704: Vim9: cannot use a list declaration in a :def function

Problem: Vim9: cannot use a list declaration in a :def function.
Solution: Make it work.

github.com/macvim-dev/macvim - ab36e6ae7b87b0295fb19270e4339a734875c6b1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3703: most people call F# "fsharp" and not "fs"

Problem: Most people call F# "fsharp" and not "fs".
Solution: Rename filetype "fs" to "fsha...

github.com/macvim-dev/macvim - 53ba95e4f0a82f6dab1791bb01f6cddc9b3f61b3 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3702: first key in dict is seen as curly expression and fails

Problem: First key in dict is seen as curly expression and fails.
Solution: Ignore failure ...

github.com/macvim-dev/macvim - 98cb90ef865089a5ddd20bc0303d449fb7d97fb2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 4548c968def6a7b19c34f90a8423a80848b364bd authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3701: Vim9: invalid LHS is not possible

Problem: Vim9: invalid LHS is not possible.
Solution: Remove unreachable error message.

github.com/macvim-dev/macvim - c750d91a07ace532e993349aa5c13dda5c888cc0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3700: text property highlighting continues over breakindent

Problem: Text property highlighting continues over breakindent.
Solution: Stop before the e...

github.com/macvim-dev/macvim - 6b839ac77586f69a814d2940f59f0125f55c5f81 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code

Problem: The +title feature adds a lot of #ifdef but little code.
Solution: Graduate the +t...

github.com/macvim-dev/macvim - 651fca85c71a4c5807f8f828f9ded30fbd754325 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3698: match highlighting continues over breakindent

Problem: Match highlighting continues over breakindent.
Solution: Stop before the end colum...

github.com/macvim-dev/macvim - 0c359af5c0fd106d3f57cc0bb7cef1c89b5e1e10 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3697: cannot drag a popup without a border

Problem: Cannot drag a popup without a border.
Solution: Add the "dragall" option. (closes ...

github.com/macvim-dev/macvim - 0b74d00693f2ff5f45cb5808197df7d1aaa5cb41 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3696: Vim9: error for invalid assignment when skipping

Problem: Vim9: error for invalid assignment when skipping.
Solution: Do not check white spa...

github.com/macvim-dev/macvim - 7f2c34166402740a661131d6341bbf874bdb3d48 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3695: confusing error for missing key

Problem: Confusing error for missing key.
Solution: Use the actualy key for the error. (clo...

github.com/macvim-dev/macvim - 5c1ec439f0a69e9aa7ece9bbb7d916f48f58be1e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3694: cannot use quotes in the count of an Ex command

Problem: Cannot use quotes in the count of an Ex command.
Solution: Add getdigits_quoted()....

github.com/macvim-dev/macvim - af377e34b01ba00f9520d2b9de1f911e72db0114 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3693: Coverity warns for possibly using a NULL pointer

Problem: Coverity warns for possibly using a NULL pointer.
Solution: Check for NULL and giv...

github.com/macvim-dev/macvim - 293eb9ba4669b1500370502397d399681e7098f0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3692: Vim9: cannot use :func inside a :def function

Problem: Vim9: cannot use :func inside a :def function.
Solution: Make it work.

github.com/macvim-dev/macvim - 38453528c3372293d70c8e85471a6188749ff331 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3691: build failure with small features

Problem: Build failure with small features.
Solution: Add #ifdef. (Dominique Pellé)

github.com/macvim-dev/macvim - f566666e888685b6442a0e7f34c73ba56f6db49a authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3690: Vim9: "filter #pat# cmd" does not work

Problem: Vim9: "filter #pat# cmd" does not work.
Solution: Do not see #pat# as a comment.

github.com/macvim-dev/macvim - 06bffe836c98a65d270579f08004503ffce9931c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3689: ex_let_one() is too long

Problem: ex_let_one() is too long.
Solution: Split into multiple functions.

github.com/macvim-dev/macvim - 3ccb5795168793e1b119a028da4035f77cef9f69 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3688: the window title is not updated when dragging the scrollbar

Problem: The window title is not updated when dragging the scrollbar.
Solution: Call maketi...

github.com/macvim-dev/macvim - 2e0f3ecb7046e6d7915327270f836c48ad033a67 authored almost 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3687: blockwise insert does not handle autoindent properly

Problem: Blockwise insert does not handle autoindent properly when tab is
inserte...

github.com/macvim-dev/macvim - 59f4f9505ae7ca2499904b94100db103e5ada5a6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3686: filetype detection often mixes up Forth and F#

Problem: Filetype detection often mixes up Forth and F#.
Solution: Add a function to inspec...

github.com/macvim-dev/macvim - 3d14c0f2b964195d08b34bb43f89ec5f99255194 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3685: Visual studio project files are not recognized

Problem: Visual studio project files are not recognized.
Solution: Use the xml file type. (...

github.com/macvim-dev/macvim - c07f11e42fc2eac5e750bf05aa3030f9b02a22ca authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3684: blockwise insert does not handle autoindent properly

Problem: Blockwise insert does not handle autoindent properly.
Solution: Adjust text column...

github.com/macvim-dev/macvim - e9b0b40b7978f683977922233b42dd439ef31920 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3683: Vim9: cannot use in :...do commands

Problem: Vim9: cannot use in :...do commands.
Solution: Add EX_EXPAND to the commands. (cl...

github.com/macvim-dev/macvim - 279d733dfb838cbabe88c8b8d3549d1493a49bbe authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files.

github.com/macvim-dev/macvim - 6304be625ce44dcfedc6735164d0b853578581c8 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3682: Vim9: assigning to a script variable drops the type

Problem: Vim9: assigning to a script variable drops the required type.
Solution: Lookup the...

github.com/macvim-dev/macvim - 7824fc80f675b8098e6483ce082e287aad14b6da authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3681: cannot drag popup window after click on a status line

Problem: Cannot drag popup window after click on a status line. (Sergey
Vlasov)
S...

github.com/macvim-dev/macvim - bfc5786a61693aaadc3e45f80a2f147c3a6711a3 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3680: repeated code in xxd

Problem: Repeated code in xxd.
Solution: Change exit_on_ferror() to getc_or_die(). (closes ...

github.com/macvim-dev/macvim - d1d8a595bd03bf9ff6ba1440101daa98b19249fd authored almost 3 years ago by DungSaga <[email protected]>