atombender / sublime_text_alternative_autocompletion

Adds TextMate-like autocompletion to Sublime Text 2 and 3.
MIT License
147 stars 23 forks source link

Error while configuring for escape style auto-completion. (subl build 2203) #12

Closed adeluccar closed 12 years ago

adeluccar commented 12 years ago

When I try to map the bindings as per your suggestion in issue 11 I get the following error.

Error trying to parse file: Unexpected trailing characters in ~/Library/Application Support/Sublime Text 2/Packages/User/Default (OSX).sublime-keymap:7:2

How can I fix this? I intend to use escape style auto-completion. Thank you!

atombender commented 12 years ago

Paste your full config file and should be able to help.

adeluccar commented 12 years ago

You should update the read me file. The fix on issue 11 works while the one on the readme file doesn't. :)

adeluccar commented 12 years ago

Sorry. Closed the issue by mistake. I copy-pasted the issue 11 fix on the user keymap file and it didn't throw an error when saving the file. Maybe consider updating the README with the correct code?