mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
11bc824c4a
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.
9 lines
172 B
Bash
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"
|