Skip to content

v1.1.0

Choose a tag to compare

@hymkor hymkor released this 20 Sep 06:01
· 855 commits to master since this release
  • Backport from lispread
    • Implement 'y' (yank from the current cell) and 'p'(paste to the current cell)
    • "o" and "O" query the text for the new cell now
    • Fix: error was not reported when the specified file is a directory
    • When no arguments are given and stdin is terminal, start with 1 cell immediately
    • Support go-readline-skk

  • lispread からバックポート
    • y: カレントセルのコピー, p: カレントセルへのペーストを実装
    • oO を押下した時、同時に新セル用のテキストを入力するようにした
    • 指定したファイルがディレクトリだった時にエラーを表示しない問題を修正
    • 引数なしで標準入力が端末だった時、1セルでただちに開始するようにした
    • go-readline-skk による SKK 入力をサポート