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

Not filetype set when buffer opened by vim-vebugger #51

Open
lervag opened this issue Jan 3, 2018 · 1 comment
Open

Not filetype set when buffer opened by vim-vebugger #51

lervag opened this issue Jan 3, 2018 · 1 comment

Comments

@lervag
Copy link

lervag commented Jan 3, 2018

First, I do:

  1. vim src/file.f90
  2. :VBGstartGDB ../a.out
  3. Set a break point in src/sub.f90 with VBGtoggleBreakpoint sub.f90:<line>
  4. <leader>dc

Now, since the break point is in a buffer that is not already open, vim-vebugger opens it for me. But the filetype is now empty, and so there is e.g. no syntax highlighting or similar. Of course, I can do filetype detect or set filetype=fortran, but I would expect this to occur automatically.

@ym1234
Copy link

ym1234 commented Mar 22, 2018

I can confirm this on the latest version with neovim.
Is there is a reason it hasn't been fixed yet?

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