ex/ex_display.c (ex_display): fix argument checking in case of wide characters
commit8baeabea947da678f516997392d76c2a9462f925
authorWolfgang Jenkner <wjenkner@inode.at>
Fri, 4 Apr 2008 02:04:33 +0000 (4 04:04 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 5 Apr 2008 20:45:36 +0000 (5 22:45 +0200)
tree8bf1181001ce64b69050f0796c51a1acadc74a6b
parentca4dfd779807f7bd26a7e0297eba11b0436ae6bc
ex/ex_display.c (ex_display): fix argument checking in case of wide characters

With wide characters, the ex command :display did not recognise arguments
abbreviated by a prefix of more than one letter, e.g., :di bu.
ex/ex_display.c