8000 Replace getcurpos with getpos to support older Vim by wilywampa · Pull Request #504 · python-mode/python-mode · GitHub 10000
[go: up one dir, main page]

Skip to content

Conversation

@wilywampa
Copy link
Contributor

getcurpos() wasn't added until 7.4.313 and using it in a fold expression causes silent errors. I replaced it with getpos('.') which is no different for this application. This pull request will resolve #503.

klen added a commit that referenced this pull request Nov 29, 2014
Replace getcurpos with getpos to support older Vim
@klen klen merged commit d3b4d38 into python-mode:develop Nov 29, 2014
@klen
Copy link
Collaborator
klen commented Nov 29, 2014

Thank you.

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.

Strange character delete behavior after update

2 participants

0