文字列が選択されているかどうか


文字列が選択されていると、selecting がTrueを返す。

if ( !selecting ) {
    message "範囲を選択してから実行してください";
    endmacro;
}