Skip to content

Conversation

@nightwing
Copy link
Collaborator

nightwing and others added 26 commits August 2, 2023 01:12
* tweak test runner in web-demo.html

* fix readonly mode

* remove stray console.log

Co-authored-by: Sergei Chestakov <[email protected]>

---------

Co-authored-by: Sergei Chestakov <[email protected]>
* automatic langmap for non ascii + fix composition replace issue

* move out cm5 key handling logic
* fix option values including =

* value should be undefined not empty if none defined

* unit test for option value with =
* use es6 classes and fix indentation in vim.js

* start adding types

* fix type errors in sort action

* add more types

* fix type errors

* more type fixes

* fix more type issues and add ts-ignore for remaining 42
* add input log to the demo

* fix f<S-Space>
* Upgrade peer deps and add static check to CI

* Update CI to node 18
* implement rot13 cypher

* added tests

* fix one testcase

* fix g? testcase
* fix substitution with empty string

* fix input dialog overlapping key info

* support backreferences in replacement pattern

* improve vim regex support

* better explain reason why when regex doesn't match

* Update src/vim.js

Co-authored-by: Faris Masad <[email protected]>

* Update src/vim.js

Co-authored-by: Faris Masad <[email protected]>

* fix tests

---------

Co-authored-by: Faris Masad <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] map doesn't map correctly