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

Running vim. #2

Open
trusktr opened this issue Sep 16, 2013 · 1 comment
Open

Running vim. #2

trusktr opened this issue Sep 16, 2013 · 1 comment
Assignees

Comments

@trusktr
Copy link

trusktr commented Sep 16, 2013

Could you provide an example of how to set this up so the /bin/login command is the first thing you see for logging in, and so that when running vim with syntax highlighting we don't see escape codes everywhere?

Thanks!

@ghost ghost assigned rabchev Sep 16, 2013
@rabchev
Copy link
Owner

rabchev commented Sep 16, 2013

These are two separate issues.

The first one will require some investigation on how to handle. The problem is that every command is executed in a new child process, so just executing login won't work because the next command will be running in a new process. I will come up with some solution but I will need some time, probably a couple of weeks. Also be aware that this will work only on POSIX platforms.

About the second problem: I haven't had tested vim till now and apparently there are some escape sequences that are not handled correctly if handled at all. So this is a bug and it will require some additional time to fix.

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

No branches or pull requests

2 participants