Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal support #22

Open
mgrossmann opened this issue Sep 18, 2023 · 4 comments
Open

Terminal support #22

mgrossmann opened this issue Sep 18, 2023 · 4 comments
Assignees

Comments

@mgrossmann
Copy link

Hello,

is there a reason why vim is compiled without terminal support?

Regards, Mike

@mgrossmann
Copy link
Author

mgrossmann commented Sep 19, 2023

I'm also missing python support in vim.

Is there a Howto to compile VIM by myself?

I tried to clone the repo and just called zopen build.
Compiled just fine but the binary is not behaving as expected.
Do I have to apply the patches by my self?

Thanks and best regards, Mike

@IgorTodorovskiIBM
Copy link
Collaborator

Terminal support can be enabled with this change --with-features=huge in https://github.com/ZOSOpenTools/vimport/blob/main/buildenv#L8. However, it terminal output has garbled characters...probably a result of double conversion.
Similarly for python, there's a configure option, --enable-python I believe.

You can try building by using the following steps:

git clone https://github.com/ZOSOpenTools/vimport
cd vimport
zopen build -vv

@mgrossmann
Copy link
Author

Hello @IgorTodorovskiIBM

this was exactly what I did. I changed the buildenv and added --with-feature=terminaland
--with-feature=pythoninterp. Builds just fine, but output was garbage.

Thanks anyways. I did my first build of a zopen port, now. :)

Best, Mike

@IgorTodorovskiIBM IgorTodorovskiIBM self-assigned this Mar 21, 2024
@IgorTodorovskiIBM
Copy link
Collaborator

Vim terminal support is working in the latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants