viMarkdown の概要、主な特徴、操作方法、ロードマップ、ビルド方法等を知りたい方は README_ja.md を参照してください。
※ windows版: ビルドや環境構築は不要です! 本ページ下部の Assets からZIPをダウンロードして解凍するだけで、すぐに起動できます。
viMarkdown v0.3.041 dev リリースノート
動作修正・改善 (Bug Fixes & Improvements)
-
Undo(元に戻す)動作の改善
- ビジュアルモード (
v) でテキスト選択削除 (d) を行った直後に Undo (u) が効かなくなる不具合を修正 - ペースト (
p) 実行後の Undo (u) が正常に動作しない不具合を修正
- ビジュアルモード (
-
Viカーソル移動コマンドの挙動修正
- 単語末尾移動 (
e) コマンド実行時、改行前やファイル末尾 (EOF) 手前で正しく移動しない不具合を修正 - 単語移動 (
w) コマンド実行時、連続する空行が不自然にスキップされる不具合を修正
- 単語末尾移動 (
-
多言語対応 (i18n)
- ファイルオープン失敗時やファイル変更検知時のエラーメッセージが正しく多言語化(英語対応)されるよう修正
🧪 開発・内部処理 (Internal & Testing)
- 自動テストフレームワークにおける繰り返し挿入コマンド (
<num>i) やカーソル位置判定、テスト実行フローの精度向上
Bug Fixes & Improvements
-
Undo Improvements
- Fixed an issue where Undo (
u) did not work immediately after deleting text (d) in Visual mode (v). - Fixed an issue where Undo (
u) did not function properly after pasting text (p).
- Fixed an issue where Undo (
-
Cursor Motion Fixes
- Fixed
e(move to end of word) behavior when near newlines or End of File (EOF). - Fixed
w(move to next word) behavior to prevent incorrectly skipping consecutive empty lines.
- Fixed
-
Internationalization (i18n)
- Fixed hardcoded messages for file open errors and file change notifications to proper translatable strings.
🧪 Internal
- Improved automated test execution flows and command reproducibility (e.g., count prefixes
<num>i).