We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
『』
Could you support wide characters such as 『』 (U+300E, U+300F)?
In Unicode, the categories below are paired:
The text was updated successfully, but these errors were encountered:
Firstly, use https://github.com/tomtomjhj/vim-surround which is equipped with #355 instead.
Then add the following code to your vimrc file.
let g:surround_{char2nr('q')} = "『\r』"
Finally you can use q as a stand for 『...』.
q
『...』
Sorry, something went wrong.
Okay, I'll try it. Thank you.
No branches or pull requests
Could you support wide characters such as
『』
(U+300E, U+300F)?In Unicode, the categories below are paired:
The text was updated successfully, but these errors were encountered: