try filnally snippet bug

Issue #35 resolved
Sorien created an issue

when you add snippet and then press tab key multiple times it jumps between "|" markers in sample below

  try
    |   
  finally

  end;|

but I would expect something like

  try
    |   
  finally
    |
  end;|

Comments (2)

  1. Log in to comment