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.1411: accuracy of profiling is not optimal

Problem: Accuracy of profiling is not optimal.
Solution: Use CLOCK_MONOTONIC if possible. (...

076de79ad832558267b3ff903c048df2f4c1a5d6 authored over 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1410: MacOS: sed fails on .po files

Problem: MacOS: sed fails on .po files.
Solution: Set $LANG to "C". (Yee Cheng Chin, closes...

16110ccf11de7a41cb0db0ae1ecb829e5a1b98fc authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1409: racket files are recognized as scheme

Problem: Racket files are recognized as scheme.
Solution: Recognize rackets files separatel...

d11ac403db07b6eac43882485e98caeb5e83e2e5 authored over 1 year ago by Gabriel Kakizaki <[email protected]>
patch 9.0.1408: QMLdir files are not recognized

Problem: QMLdir files are not recognized.
Solution: Add a pattern for QMLdir files. (Amaan ...

1505bef5c482a48e704644e6172be91c07ef1d12 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1407: TableGen files are not recognized

Problem: TableGen files are not recognized.
Solution: Add a pattern for TableGen files. (Am...

b8ef029ee416fc2b402c3f321a55c9049b0ad2a9 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1406: ILE RPG files are not recognized

Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andre...

e202ec8a0c89e8ef47a3d38e668b7326fa68510a authored over 1 year ago by Andreas Louv <[email protected]>
Merge pull request #1388 from ychin/fix-qlstephen-build-warnings

Fix qlstephen project warnings

e1a8d0a4c7af9823272c76690884c168650373ba authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix qlstephen project warnings

Part of this was originally part of #1178 but we removed the qlstephen
parts to prepare for even...

c40d9b40589e3ecd58854a905929b81d12a04e98 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Use autoconf 2.69 to match upstream Vim

Previously MacVim started to use the latest autoconf (2.71) but it's
best to match upstream in v...

6c302c102e02cf70beed4b78e8a01029931b80c7 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1405: missing check for out-of-memory

Problem: Missing check for out-of-memory.
Solution: Check for alloc() returning NULL pointe...

14338024c131b71a337c2bb87cb5904f5a5782b8 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1404: compilation error with some compilers

Problem: Compilation error with some compilers.
Solution: Adjust array initialization. (Joh...

e638acc9274112ca5ac6b610b01e44ab2a1e19ce authored over 1 year ago by Bram Moolenaar <[email protected]>
Implement `gui_mch_mousehide` to make merging from upstream easier

Add an empty implementation to remove a diff from upstream, which
constantly shows up when resol...

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

841c6ab8655a7f280cd054511e9719c95b0b4dd5 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1403: unused variables and functions

Problem: Unused variables and functions.
Solution: Delete items and adjust #ifdefs. (Domini...

e764d1b4219e6615a04df1c3a6a5c0210a0a7dac authored over 1 year ago by Dominique Pelle <[email protected]>
patch 9.0.1402: crash when using null_class

Problem: Crash when using null_class.
Solution: Give an error when trying to use a null class.

d13dd30240e32071210f55b587182ff48757ea46 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1387 from ychin/fix-ci-wrong-xcode-version-packages

Fix CI not handling Xcode version correctly with packages

4dd814bee659e589f87be57b337eb159a2aec73c authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix CI not handling Xcode version correctly with packages

In the CI setup, xcode-select is only called after the packages have
been set up, but during set...

86af12a7ee802331357bebe7afa6431d91253ad8 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1401: condition is always true

Problem: Condition is always true.
Solution: Remove the condition. (closes #12139)

c481ad38f05c9f759ca7fd01a54c78acad794e85 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1400: find_file_in_path() is not reentrant

Problem: find_file_in_path() is not reentrant.
Solution: Instead of global variables pass p...

5145c9a829cd43cb9e7962b181bf99226eb3a53f authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1386 from ychin/login-shell-docs

Improve login shell docs

462d89cb89230cd2b3f501e90f0a4f903fbb567a authored over 1 year ago by Yee Cheng Chin <[email protected]>
Improve login shell docs

Make it clearer that login shells can be turned off via MMLoginShell
config.

a11766d3843a859c9a3badc46e1a49e11747debf authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1399: highlight test script has a few problems

Problem: Highlight test script has a few problems.
Solution: Rewrite the script in Vim9 syn...

4df0772a41c361a1c40d220f6fad0b1e1653fc5b authored over 1 year ago by lagygoill <[email protected]>
patch 9.0.1398: profile test repeats the headers many times

Problem: Profile test repeats the headers many times.
Solution: Put the headers in script v...

c0bdbfb2ee026e913e23a5d6bcaa97d44d9a6406 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1397: highlight for popupmenu kind and extra cannot be set

Problem: Highlight for popupmenu kind and extra cannot be set.
Solution: Add PmenuKind, Pme...

6a7c7749204b256e779c245b1e999bf852ad7b64 authored over 1 year ago by Gianmaria Bajo <[email protected]>
patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context

Problem: sort(list, 'N') does not work in Vim9 script context.
Solution: Convert string to ...

be19d78c3d44221cbc38fbb5bac19302345c1def authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1383 from ychin/fix-gdefault-help-tags

Fix 'gdefault' etc help tags being broken

d0f1a0ad9cb08ff23cc28fab48c614510e37191b authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1395: Odin files are not recognized

Problem: Odin files are not recognized.
Solution: Add a pattern for Odin files. (Amaan Qure...

638388b8ef37684e36a7f5d9286bab2d31c28f36 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1394: Unx Tal files are not recognized

Problem: Unx Tal files are not recognized.
Solution: Add a pattern for Unx Tal files. (Amaa...

cde1f8714ed2c046aa770c46229e781380122bd7 authored over 1 year ago by Amaan Qureshi <[email protected]>
Fix 'gdefault' etc help tags being broken

MacVim's docs for 'fuoptions' above didn't terminate a code block which
resulted in the 'gdefaul...

bded0905e0dc5037490fb706131a3acdd40cfba9 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1393: Cairo files are not recognized

Problem: Cairo files are not recognized.
Solution: Add a pattern for Cairo files. (Amaan Qu...

ff226d49fed2d8fc668084324c7b0f00117c5e74 authored over 1 year ago by Amaan Qureshi <[email protected]>
Remove stale TODO about masking :help version8

We already fixed the masking in previous commit. The TODO is now
invalid.

73ebd30d9d5e57f8b05d72cf544c174cd5ca9335 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1381 from ychin/fix-intro-texts-localization

Fix MacVim localized intro text, and don't hide the `:h version9` prompt

af4ed1cc0191f2af0436bab85ab005365fdda101 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix MacVim localized intro text, and don't hide the `:h version9` prompt

The Chinese alignment was slightly wrong when `columns` is even
numbered. Add an additional spac...

793db8f21a55e798ba955dc2a6560187c7fb9b25 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1392: using NULL pointer with nested :open command

Problem: Using NULL pointer with nested :open command.
Solution: Check that ccline.cmdbuff ...

7ac5023a5f1a37baafbe1043645f97ba3443d9f6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1391: "clear" macros are not always used

Problem: "clear" macros are not always used.
Solution: Use ALLOC_ONE, VIM_CLEAR, CLEAR_POIN...

960dcbd098c761dd623bec9492d5391ff6e8dceb authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file

Problem: FOR_ALL_ macros are defined in an unexpected file.
Solution: Move FOR_ALL_ macros ...

14113fdf9cb3d588c0d1c3a210246b981cf5aad3 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1389: Amiga: a couple of include files are included twice

Problem: Amiga: a couple of include files are included twice.
Solution: Remove duplicate in...

663ee88a8260d69d9310e22f2bfdec49af6a102e authored over 1 year ago by =?UTF-8?q?Ola=20S=C3=B6der?= <[email protected]>
patch 9.0.1388: Amiga: not all builds use gethostname()

Problem: Amiga: not all builds use gethostname().
Solution: Use gethostname() for all build...

f06c4a7a1d6a8a02449e6ed3aa3a2c19d7fde2ea authored over 1 year ago by =?UTF-8?q?Ola=20S=C3=B6der?= <[email protected]>
patch 9.0.1387: scrollbar test sporadically fails

Problem: Scrollbar test sporadically fails.
Solution: Mark the scrollbar test as flaky. (Ch...

cf3c1ca276aa8f9fada7b7cd0197bbb0f91e0950 authored over 1 year ago by Christian Brabandt <[email protected]>
Merge pull request #1379 from ychin/fix-fullscreen-option-broken-upstream-merge

Fix `set fullscreen` not working after upstream Vim merge

87dda95db24184dc3061e5c4a320c168ea3958e7 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix `set fullscreen` not working after upstream Vim merge

The recent upstream Vim merge (v9.0.1365) contained a lot of refactoring
in the option setting c...

0f7987a95673b93f3bebce537c8d29fd30ab2608 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1386: options test fails with some window width

Problem: Options test fails with some window width.
Solution: Adjust what text the test che...

30585e03a7ce6cf985f93ca30275bf4dae0d87cc authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1385: g'Esc is considered an error

Problem: g'Esc is considered an error.
Solution: Make g'Esc silently abandon the command. (...

f86dea8119f3141e3d2c680219036d1511101f9b authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4

Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version
4.
So...

b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 authored over 1 year ago by Philip H <[email protected]>
patch 9.0.1383: xxd: combination of little endian and cols fails

Problem: xxd: combination of little endian and cols fails. (Aapo
Rantalainen)
Sol...

4390d872b6c9498527a43fc7c30a5384f2e1db12 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1382: failing test for strptime() doesn't show returned value

Problem: Failing test for strptime() doesn't show returned value.
Solution: Use assert_equa...

c142d6513e8d71a8f26c5ca1cb00b7b3de9b15e6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1381: ACCESS_ names have a conflict with on some systems

Problem: ACCESS_ names have a conflict with on some systems.
Solution: Rename by prepending...

d8742476d11e75e3b733f21d9aeac1cbd2a02c6f authored over 1 year ago by =?UTF-8?q?Ola=20S=C3=B6der?= <[email protected]>
patch 9.0.1380: CTRL-X on 2**64 subtracts two

Problem: CTRL-X on 2**64 subtracts two. (James McCoy)
Solution: Correct computation for lar...

5fb78c3fa5c996c08a65431d698bd2c251eef5c7 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1379: functions for handling options are not ordered

Problem: Functions for handling options are not ordered.
Solution: Put functions in alphabe...

5284b23e148063648be0ff46c730ca574e3ca9fa authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1378: illegal memory access when using virtual editing

Problem: Illegal memory access when using virtual editing.
Solution: Make sure "startspaces...

c99cbf8f289bdda5d4a77d7ec415850a520330ba authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1377: job_status() may return "dead" if the process parent changed

Problem: job_status() may return "dead" if the process parent changed.
Solution: Call mch_p...

5c6a3c9bad67c2ce766f55dbecb3461f14833a42 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1377 from ychin/add-security-policy

Add security policy file / documentation

df0ffe9a33cc31dffadf057de41f5f78e6ccf62e authored over 1 year ago by Yee Cheng Chin <[email protected]>
Add security policy file / documentation

GitHub has a security tab that allows repos to manage their security
policy so it's not a bad id...

2ad242af68559039b0059b6c670f83179d574f95 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1376: accessing invalid memory with put in Visual block mode

Problem: Accessing invalid memory with put in Visual block mode.
Solution: Adjust the curso...

1c73b65229c25e3c1fd8824ba958f7cc4d604f9c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1375: crash when getting member of obj of unknown class

Problem: Crash when getting member of obj of unknown class.
Solution: Check for NULL class ...

f77a7f704ffd0ca1050e82f609c8b8bd61863277 authored over 1 year ago by Ernie Rael <[email protected]>
patch 9.0.1374: function for setting options not used consistently

Problem: Function for setting options not used consistently.
Solution: Use a function for '...

c727b19e9f1df36e44321d933334c7b4961daa54 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1373: wrong text displayed when using both 'linebreak' and 'list'

Problem: Wrong text displayed when using both 'linebreak' and 'list'.
Solution: Only set "c...

194555c001f2b8576483ef34511450b6e9b5e3fd authored over 1 year ago by h-east <[email protected]>
patch 9.0.1372: test for 'toolbariconsize' may fail

Problem: Test for 'toolbariconsize' may fail.
Solution: Only test 'toolbariconsize' when it...

db1887ce40452daea8c4e8734ec64202e5f24130 authored over 1 year ago by James McCoy <[email protected]>
patch 9.0.1371: ballooneval interferes with Insert completion

Problem: Ballooneval interferes with Insert completion.
Solution: Ignore mouse-move events ...

440d4cb55b84fd4b188630abc4a1312598649af0 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1370: crash when using a NULL object

Problem: Crash when using a NULL object. (Ernie Rael)
Solution: Check for NULL and give an ...

c3f971f28989fde7d94b45957496fecd6e6f2177 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1369: still some "else if" constructs for setting options

Problem: Still some "else if" constructs for setting options.
Solution: Add a few more func...

c6ff21e876af0e3ad59664dd0f69359c4b6e9f1d authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1368: Bass files are not recognized

Problem: Bass files are not recognized.
Solution: Add patterns for Bass files. (Amaan Qures...

4ed914b18a47192f79f342bea5e8f59e120d5260 authored over 1 year ago by Amaan Qureshi <[email protected]>
Merge pull request #1375 from ychin/cleanup-gui_mac_txt-syntax

Clean up syntax / formatting / typos in MacVim docs

95a5bda784d8afe6a87a1ecbaa5068e40644ba31 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Clean up syntax / formatting / typos in MacVim docs

Add "MACVIM REFERENCE" to syntax rule to reflect the new header to make
it look less weird. Also...

9bf55ef10dcb0d603cda95b7c43efd594793eb84 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1376 from ychin/fix-ci-winaltkeys-test-failure

Fix upstream merge CI failure with 'winaltkeys'

b671d6276f2634b18c0e4149a1fbd4241b70d5de authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix upstream merge CI failure with 'winaltkeys'

Make sure to block testing 'winaltkeys' only if the option is supported.

Also, while we are at ...

db2afe579bd40bb31ff94d184e011722462fa390 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix documentation back to having space before "~"

Previous commit trying to fix help file style error erroneously removed
the space, which should ...

cbb385a7150f070c5e4d32658820b5929bd5caa6 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix help files style check failure in CI

7af806d3dee780bef0b8bfd6e484ffd3a45a1965 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1367: divide by zero in zero-width window

Problem: Divide by zero in zero-width window.
Solution: Check the width is positive.

e0f869196930ef5f25a0ac41c9215b09c9ce2d3c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1366: functions for setting options are in random order

Problem: Functions for setting options are in random order.
Solution: Sort functions alphab...

ad60898aa47b44fdece12d28c471fb50df27fb50 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

88b74d85d6abfbbb3b23315ed610196a6d503ffd authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1365: dead test code

Problem: Dead test code.
Solution: Remove code that depends on Farsi, which has been remove...

f0300fc7b81e63c2584dc3a763dedea4184d17e5 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1364: build error with older Mac OS

Problem: Build error with older Mac OS.
Solution: Adjust #ifdef. (Yee Cheng Chin, closes #1...

da77693b17ff1f17f03ac78f0298294cf7d1087f authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1374 from ychin/ci-remove-homebrew-no-auto-update

Remove Homebrew no-auto-update env var from CI

9dbe03b25673f9c0f38901cd0f8ff5e2222eda45 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Remove Homebrew no-auto-update env var from CI

With the release of Homebrew 4, auto-update is supposed to be more
efficient now. By removing th...

e66dc30b50647a533ec6467a2c93dac546fc5243 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1363: crash when :def function has :break in skipped block

Problem: Crash when :def function has :break in skipped block. (Ernie Rael)
Solution: Don't...

3f45d67a150f934ab819c3739cf189a0e2c9545c authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1373 from ychin/remove-sparkle-framework-when-disabled

Remove Sparkle.framework when configured with --disable-sparkle

61281b573d237fbd8186355764c1533dcb16ff5c authored over 1 year ago by Yee Cheng Chin <[email protected]>
Remove Sparkle.framework when configured with --disable-sparkle

Previously, when configured with `--disable-sparkle`, the
Sparkle.framework would still get link...

8aaea5c54bc3a0ad654af19f20558ef162df8971 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1362: ml_get error when going to another tab

Problem: ml_get error when going to another tab. (Daniel J. Perry)
Solution: Do not call up...

99ad3a8bb95c6f860545a050472b6181e33bac1a authored over 1 year ago by Bram Moolenaar <[email protected]>
Update runtime files

dd60c365cd2630794be84d63c4fe287124a30b97 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1361: extendnew() not sufficiently tested

Problem: extendnew() not sufficiently tested.
Solution: Add a few more test cases for exten...

341f3876b34f47fdb1c82b0ad9bae448be73a220 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1360: Cue files are not recognized

Problem: Cue files are not recognized.
Solution: Add patterns for Cue files. (Amaan Qureshi...

80c5b2c0f78b24e52c73bb162dda3ad85acd7e82 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1359: too many "else if" statements in handling options

Problem: Too many "else if" statements in handling options.
Solution: Add more functions fo...

5da901bb68717b2baff6e971c1517219b6ee3a67 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1358: compilation error with some compilers

Problem: Compilation error with some compilers.
Solution: Avoid using "class" as member name.

30a844771554d28f1a88a256e6088dbb252228c1 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1372 from ychin/fix-xcode-8-build-breakage

Fix Xcode 8 build breaks

decde54d32f8640d63f7079e830c27552b7e1658 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1357: using null_object results in an internal error

Problem: Using null_object results in an internal error. (Ernie Rael)
Solution: Add instruc...

c4e1b86cb0d88fa5ec1141d3c600e026dcc1bc21 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1356: cannot cancel "gr" with Esc

Problem: Cannot cancel "gr" with Esc.
Solution: Make "gr<Esc>" do nothing. (closes #12064)

4f026ea9f1ad9db262f0dba522768c84e5ae37b4 authored over 1 year ago by zeertzjq <[email protected]>
Fix Xcode 8 build breaks

This fixes build breaks on older Xcode versions (e.g. Xcode 8, on macOS
10.11). Fixes a couple i...

70f49b9f51c2e689ba0c399dd413d9df08ec2c8d authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1355: no error when declaring a class twice

Problem: No error when declaring a class twice. (Ernie Rael)
Solution: Pass different flags...

83ae6150bf6bd313487b3a51f9be9836e8b9c20f authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1354: "gr CTRL-G" stays in virtual replace mode

Problem: "gr CTRL-G" stays in virtual replace mode. (Pierre Ganty)
Solution: Prepend CTRL-V...

d6a4ea3aa0d3f4a886ea900e94bf4e8ca8ae8d63 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1353: too many "else if" statements to handle option values

Problem: Too many "else if" statements to handle option values.
Solution: Add more function...

6d611de58c8e324491415da8e79c6bd3faa3e848 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1352: "ignore" files are outdated

Problem: "ignore" files are outdated.
Solution: Update "ignore" files. (Ken Takata, closes ...

a63fd8232895bbf6751087d90fd15c8ea45f1cf0 authored over 1 year ago by K.Takata <[email protected]>
patch 9.0.1351: Dhall files are not recognized

Problem: Dhall files are not recognized.
Solution: Add patterns for Dhall files. (Amaan Qur...

def5521752abefe12db8cc3111a3b205ad1ac929 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1350: CPON files are not recognized

Problem: CPON files are not recognized.
Solution: Add patterns for CPON files. (Amaan Qures...

c2254764bcada43eea894eb5852a26d5ac5ca8b0 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1349: "gr" with a count fails

Problem: "gr" with a count fails.
Solution: Break out of the loop only after using the count.

3ddb1182b7b8d376e59b444f6b3e213f0dcd3417 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1348: Un-grammar files are not recognized

Problem: Un-grammar files are not recognized.
Solution: Add patterns for Un-grammar files. ...

44e08c1cf83f5a50f8b21613551304a6651c1161 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1347: "gr CTRL-O" stays in Insert mode

Problem: "gr CTRL-O" stays in Insert mode. (Pierre Ganty)
Solution: Do not set restart_edit...

2824d1ee325ea61855c26f77e7a4e095b9606720 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1346: Starlark files are not recognized

Problem: Starlark files are not recognized.
Solution: Add patterns for Starlark files. (Ama...

ca06b30073de22dc120b532e90fbee2a10ef9772 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1345: too many "else if" statements for handling options

Problem: Too many "else if" statements for handling options.
Solution: Add more functions t...

8ad862a1f9d6f4128de856ccfabbeb7546d33b98 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1344: check for OSC escape sequence doesn't work

Problem: Check for OSC escape sequence doesn't work.
Solution: Fix typo in index.

a8f0835a6b5af5bf099dc9831bdc68edb8b69ba8 authored over 1 year ago by Bram Moolenaar <[email protected]>