mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
If caret is at the first position of a place holder then we no longer look for tab expansions, should the user press tab. This address the issue where a placeholder has optional content and the word to the left of this optional content is a tab trigger. Previously deleting the placeholder text and pressing tab would insert a new snippet, which would generally not be expected. This closes issue #226.