Fix the end of the replaced identifier for completion with tab char

Stop removing (, ), {, }, + and so on.
This commit is contained in:
Nikolay Krasko
2013-08-29 14:07:05 +04:00
parent e1f31a4a75
commit 4477dadcd1
22 changed files with 135 additions and 2 deletions
@@ -0,0 +1,4 @@
fun test() {
val vvvvv = 12
vv<caret>+12
}