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] "E31: No such mapping" after buffer change

aserebryakov opened this issue · comments

Scenario:
  1. Open buffer
  2. :YouDebugItStart
  3. Open another buffer
  4. :YouDebugItStop
Expected:

Command executed successfully

Actual

Error detected while processing function YouDebugItStop:
line 2:
E31: No such mapping
Press ENTER or type command to continue

The same happens if :YouDebugItStop is executed before :YouDebugItStart command.