Skip to content

Only try to record for files #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idbrii
Copy link

@idbrii idbrii commented Jul 21, 2020

Plugins like dirvish and netrw let you "edit" directories to see what's
in them. Using them triggers a panic in gtm, so don't do that.

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x20 pc=0x64d57e]

Also output the result of calling gtm so users can see whether it's
actually a path failure. Otherwise, gtm-vim's message may be confusing
(it led me astray).

Plugins like dirvish and netrw let you "edit" directories to see what's
in them. Using them triggers a panic in gtm, so don't do that.

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x20 pc=0x64d57e]

Also output the result of calling gtm so users can see whether it's
actually a path failure. Otherwise, gtm-vim's message may be confusing
(it led me astray).
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

Successfully merging this pull request may close these issues.

1 participant