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

Allow to set neoterm_marker to empty #277

Closed
petobens opened this issue Apr 13, 2020 · 1 comment
Closed

Allow to set neoterm_marker to empty #277

petobens opened this issue Apr 13, 2020 · 1 comment
Labels

Comments

@petobens
Copy link

Consider the following minimal init.vim file:

let $DOTVIM = expand('$HOME/.config/nvim')

set runtimepath+=$DOTVIM/bundle/repos/github.com/kassio/neoterm
filetype plugin indent on

let g:neoterm_marker = ''

If I now open nvim and run :Topen then neoterm doesn't open. If I remove the marker line everything works as expected but the terminal buffer has ;#neoterm-1 (which I want to remove).

@petobens petobens added the bug label Apr 13, 2020
@kassio kassio closed this as completed in c73e436 Apr 13, 2020
@petobens
Copy link
Author

Thanks!

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

No branches or pull requests

1 participant