]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1624: Cscope not enabled on MacOS v9.1.1624
authorDamien Lejay <damien@lejay.be>
Tue, 12 Aug 2025 18:46:50 +0000 (20:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 12 Aug 2025 18:46:50 +0000 (20:46 +0200)
commit397b9da29d29a96d92ebdfd9d6bf379249519fa1
treead4681cf30f6acb6493ee27759700e9ea6eaf7df
parentd1833d2827659d6176ac0607779fda3ebfee8ddc
patch 9.1.1624: Cscope not enabled on MacOS

Problem:  Cscope not enabled on MacOS
Solution: Remove #ifdef test for MacOS and always enable FEAT_CSCOPE on
          Unix (Damien Lejay).

Remove the !MACOS_X guard from FEAT_CSCOPE in feature.h. macOS has been a
certified UNIX since 10.5 and supports cscope without issues. This guard
originated in the pre-OS X era when Classic MacOS lacked the required
POSIX APIs. MacVim already ships with +cscope successfully.

closes: #17976

Signed-off-by: Damien Lejay <damien@lejay.be>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/feature.h
src/version.c