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

buffer_autoset del do not remove localvar #397

Open
pascalpoitras opened this issue Feb 12, 2020 · 0 comments
Open

buffer_autoset del do not remove localvar #397

pascalpoitras opened this issue Feb 12, 2020 · 0 comments
Labels
bug Unexpected problem or unintended behavior

Comments

@pascalpoitras
Copy link
Contributor

Script / WeeChat

  • Name of script: buffer_autoset.py
  • Script version: 1.1
  • WeeChat version: 2.8-dev

This bug has been reported to the script author? No
Response or reason: 

Bug summary

When we delete a localvar with buffer_autoset (that we have added with buffer_autoset before) the localvar is still there until we close and reopen the buffer

Steps to reproduce

1. /buffer_autoset add core.weechat localvar_set_testing 1
2. /buffer localvar (on core.weechat)
3. /buffer_autoset del core.weechat.localvar_set_testing
4. /buffer localvar (on core.weechat)

Current behavior

The localvar is still there until we close and reopen the buffer

Expected behavior

The localvar should be gone

@pascalpoitras pascalpoitras added the bug Unexpected problem or unintended behavior label Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant