mc/lib/edit.spell.rc
Pavel Roskin 11bc824c4a * lib/edit.indent.rc: Create cooledit.error right away to
override its old contents.  Don't use ksh extentions.  Treat *.C
files as C++.  Recognize more C++ extensions.  Support java.
Update URL for "astyle".  Quote all arguments to protect spaces.
* lib/edit.spell.rc: Don't save terminal settings - mc does it
itself.  Quote all arguments to protect spaces.
2001-08-23 17:45:33 +00:00

9 lines
172 B
Bash

#!/bin/sh
# *** External Spell Checker for Cooledit.
# arguments:
# $1 - edit file name
# $2 - highlight block file name
# $3 - error file name
ispell "$2" 2>"$3"