Skip to content

v0.2.3

Compare
Choose a tag to compare
@fox0430 fox0430 released this 02 Nov 15:40
· 871 commits to master since this release
c477c68

Ex mode: Add wq! command (Force write and quit)
Ex mode: Sort the file path suggestion list
Ex mode: Keep command line buffer even if resize the terminal
Ex mode: Warn if the file being edited is written by another application

Add new debug mode (Removed old debug mode)

Fix: Ctrl-t and Ctrl-d behavior (Add/Delete indent)
Fix: Fix suggestion window position in the insert mode
Fix: Ex mode does not quit when the window is closed with the q command
Fix: The cursor position in opening the suggestion window
Fix: One candidate for file path suggests is not displayed in the ex mode
Fix: Clipboard test fails on WSL
Fix: Broken the main window ratio
Fix: Help messages in moe
Fix: Close window process
Fix: Config list in the configuration mode
Fix: Typo on configuration. idolTime to idleTime
Fix: Fix messages in the command line
Fix: cursorLine command options not suggested in the ex mode
Fix: Broken the text in the register when cut text in the visual mode

Migrated CI from Travis to GitHub Actions

So many refactor