When spell checking is enabled in a perl source file (*.pl) which contains the following fragment:
sub help {
print STDERR "some missspelled wordz ";
print STDERR <<EOH;
some missspelled wordz
EOH
}
then first print is spell checked, while the second one (that with EOH
here document) is not;
I can have the EOH delimited fragment spell checked by disabling
syntax highliting.
Is there any more convenient way to do that?
(gvim 7.0g, GTK2, Fedora Core 4)
Best regards,
Wojtek
