liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
515 stars 78 forks source link

If the folder start with + then autocomplete duplicates the + sign on autocomplete #96

Open evandrocoan opened 7 years ago

evandrocoan commented 7 years ago

If the folder start with + then autocomplete duplicates the + sign on autocomplete

Example,

cd '../+cla' # select the completion -->
cd '../++class4'