sillybun opened this issue 4 years ago · 2 comments
For example:
self.__init__(a, b{cursor})
and press sdf will leave self out,
sdf
self
That's because self is neither a function nor a method. It's an instance. Anyway, you can change the behavior as you want. Use g:sandwich#magicchar#f#patterns or b:sandwich_magicchar_f_patterns. Check out :help sandwich-miscellaneous or #71, #105.
g:sandwich#magicchar#f#patterns
b:sandwich_magicchar_f_patterns
:help sandwich-miscellaneous
Excellent, thank you!