// result of saying prex on an empty line
(
)
)
// result of saying brax on an empty line
[
]
]
// result of saying coif on an empty line
"
"
// result of saying prex at the end of a line,
// with the cursor after the first occurrence of the word "text"
this is some text(this is some text
)
// result of saying brax at the end of a line,
// with the cursor after the first occurrence of the word "text"
this is some text[this is some text
]
// result of saying coif at the end of a line,
// with the cursor after the first occurrence of the word "text"
this is some text"this is some text
"
Seems that these commands are not working correctly. (Really appreciate this package though, thanx a ton!)
Seems that these commands are not working correctly. (Really appreciate this package though, thanx a ton!)