aserebryakov / you-debug-it

Vim plugin that helps to track your debug code

Home Page:http://www.vim.org/scripts/script.php?script_id=5363

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] "E121: Undefined variable: b:youdebugit_tag" after buffer change

aserebryakov opened this issue · comments

Scenario:
  1. Open buffer
  2. :YouDebugItStart
  3. Open another buffer
  4. i<CR>
Expected:

New line is added.

Actual:

Error detected while processing function YouDebugItInsertCommentTag:
line 2:
E121: Undefined variable: b:youdebugit_tag
E116: Invalid arguments for function setline
Press ENTER or type command to continue