Skip to content

Replace literal special chars in mappings.#431

Merged
klen merged 1 commit into
python-mode:developfrom
alienth:remapfix
Jun 5, 2014
Merged

Replace literal special chars in mappings.#431
klen merged 1 commit into
python-mode:developfrom
alienth:remapfix

Conversation

@alienth
Copy link
Copy Markdown
Contributor

@alienth alienth commented May 30, 2014

Replaces \ with , which makes mappings work for those having
cpoptions-=B.

Also replaces | with to clean up the ugly double-escape.

Fixes #430.

Replaces \ with <Bslash>, which makes mappings work for those having
cpoptions-=B.

Also replaces | with <bar> to clean up the ugly double-escape.
@alienth
Copy link
Copy Markdown
Contributor Author

alienth commented May 30, 2014

Looks like that Travis build failure is unrelated to this change.

klen added a commit that referenced this pull request Jun 5, 2014
Replace literal special chars in mappings.
@klen klen merged commit ce2b218 into python-mode:develop Jun 5, 2014
@klen
Copy link
Copy Markdown
Collaborator

klen commented Jun 5, 2014

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setting cpoptions-=B results in motion stuff not working

2 participants