Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Wrong chars in regular expressions #52

Open
EinfachToll opened this issue Jun 3, 2013 · 0 comments
Open

Wrong chars in regular expressions #52

EinfachToll opened this issue Jun 3, 2013 · 0 comments

Comments

@EinfachToll
Copy link

Although I could not figure out where, if ever, this causes a problem, the following lines (lines 129ff. in plugin/AutoClose.vim) seem not to work:

if b:AutoCloseSmartQuote != 0
     let l:regex = q . '[ˆ\\' . q . ']*(\\.[ˆ\\' . q . ']*)*' . q
else
     let l:regex = q . '[ˆ' . q . ']*' . q
endif

The ˆ are most likely supposed to be a ^
But I don't really get the meaning of the first regular expression anyway...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant