mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.0005: OpenVMS does not support python3 and xterm_save
Problem: OpenVMS build does not support python3 and xterm_save
Solution: Enable python3 + xterm_save feature, fix style issues
(Zoltan Arpadffy)
closes: #13812
Signed-off-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
d94ca966ca
commit
4d8cb683b1
@@ -144,6 +144,7 @@
|
||||
|
||||
// Default features
|
||||
#define FEAT_IPV6
|
||||
#define FEAT_XTERM_SAVE
|
||||
|
||||
// Hardware specific
|
||||
#if defined(__VAX) || defined(VAX)
|
||||
|
||||
Reference in New Issue
Block a user