Re: ed.ex auto complete for switch, loop, and ifdef
- Posted by petelomax Jan 17, 2012
- 1120 views
K_D_R said...
Davy, in another thread, lamented the lack of support for the following control statements in ed.ex.
elsif find(word, {"ifdef"}) then insert_string(begin & leading_white & "\telsifdef then" & CR & "end " & expand_word[wordnum])
The output should look like this:
ifdef then elsifdef then end ifdef
Looks to me like an extraneous "\t" got left in there.
Regards, Pete