Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-03-09
| ||
12:00 | Add multicaret plugin Leaf check-in: 08b6dd2812 user: fifr tags: multicaret | |
2025-03-08
| ||
22:43 | Remove duplicated `private` Leaf check-in: 1c402bb59e user: fifr tags: trunk | |
22:35 | Implement count for insert commands check-in: 8497b4a145 user: fifr tags: trunk | |
13:48 | Fix potential out-of-bounds error in `CurrentChar` check-in: 63ed8e9186 user: fifr tags: trunk | |
2025-03-07
| ||
22:04 | Implement count for paste commands check-in: 9a3ee35a52 user: fifr tags: trunk | |
18:04 | Update version to 0.2.0 check-in: d8cf66683b user: fifr tags: trunk, v0.2.0 | |
18:00 | Fix recording pending char parameter in operator mode check-in: 0d7f08beb4 user: fifr tags: trunk | |
17:48 | Add bracket text objects check-in: a5059f6ad1 user: fifr tags: trunk | |
16:32 | Add `GetCurrentInclusiveRange` helper check-in: 72d15029ed user: fifr tags: trunk | |
11:44 | Implement join-lines operator check-in: e5ba50f7ef user: fifr tags: trunk | |
11:11 | Make word object extension work symmetrical check-in: 5e1e6ced59 user: fifr tags: trunk | |
10:08 | Implement basic word text objects check-in: 362ff8227c user: fifr tags: trunk | |
09:49 | Vi: bound digit commands in visual mode check-in: 4e3e59fd38 user: fifr tags: trunk | |
09:48 | Vi: update stored selection position in visual mode. If a command deliberately sets a selection, this selection will be restored for further commands. check-in: 47918d0fc9 user: fifr tags: trunk | |
2025-03-06
| ||
17:50 | Implement matching bracket motion check-in: e2ce7f90b3 user: fifr tags: trunk | |
16:37 | SynModal: fix setting FIgnore check-in: 9026ce3b4f user: fifr tags: trunk | |
16:25 | Vi: fix single line operators check-in: 4346b83a5a user: fifr tags: trunk | |
16:25 | IsBeginningOfLine: fix caret after eol case check-in: f120d814c3 user: fifr tags: trunk | |
13:02 | Vi: handle exclusive-linewise special case check-in: b97b81f112 user: fifr tags: trunk, v0.1.0 | |
13:02 | Add `IsBeginningOfLine` overload with explicit position check-in: 735722c1ed user: fifr tags: trunk | |
11:04 | Vi: commands starting visual mode do not stop is immediately check-in: f710a88f53 user: fifr tags: trunk | |
10:17 | Add dedicated handler for motions check-in: 4f9719095b user: fifr tags: trunk | |
09:53 | Character motions do not move if character has not been found check-in: 66e5ceae04 user: fifr tags: trunk | |
09:51 | Do not run hooks while parameter is pending check-in: 2bd065fb78 user: fifr tags: trunk | |
09:36 | Fixes for unicode/utf8 check-in: 561e88dee1 user: fifr tags: trunk | |
2025-03-05
| ||
23:12 | Implement toggle case command check-in: 8de308224d user: fifr tags: trunk | |
21:58 | Vi: fix undo block nesting check-in: 1b119a319e user: fifr tags: trunk | |
21:14 | Add indent/unindent operators check-in: aadab73313 user: fifr tags: trunk | |
21:12 | SelectRightChars: set selection mode to normal check-in: 6a13fe005a user: fifr tags: trunk | |
20:53 | Add delete/change to eol commands check-in: 80d24c704b user: fifr tags: trunk | |
20:14 | Vi: restore selection in visual mode only if necessary check-in: 13f1c2bb07 user: fifr tags: trunk | |
19:54 | Move `ResetDefaults` to the end of the file check-in: 8690357743 user: fifr tags: trunk | |
19:43 | Update to version 0.1 check-in: f3efd5c509 user: fifr tags: trunk | |
19:35 | Add README.md and LICENSE.md check-in: 4de059d9fa user: fifr tags: trunk | |
19:25 | Vi: preserve selection in visual mode check-in: 898232623d user: fifr tags: trunk | |
19:15 | Add character motions with count check-in: 80c3ea50f7 user: fifr tags: trunk | |
19:06 | Handle 0 digits check-in: 71a253be57 user: fifr tags: trunk | |
18:48 | Restore original carets on deactivation check-in: fece27bf86 user: fifr tags: trunk | |
18:47 | Typo check-in: 557775090f user: fifr tags: trunk | |
18:39 | Add simple settings form for activation/deactivation check-in: 07ecbbbd74 user: fifr tags: trunk | |
18:39 | Vi: correct selection kind in operator mode check-in: 73c500721e user: fifr tags: trunk | |
18:03 | Add `CommandProcessorNonRecursive` helper check-in: a6e4aa81dc user: fifr tags: trunk | |
16:36 | Fix `CmdSelectLine` for single lines check-in: aa8f8b3378 user: fifr tags: trunk | |
16:27 | Vi: always switch to normal mode after paste check-in: 844dca9674 user: fifr tags: trunk | |
16:19 | Add bounds check in `IsAtBeginningOfLine` check-in: d2d69e1b2d user: fifr tags: trunk | |
15:44 | Filter unhandled char commands unless in insert mode check-in: b9ef1bcd5a user: fifr tags: trunk | |
14:31 | Implement delete chars command with counts check-in: 1984a9885f user: fifr tags: trunk | |
14:26 | Vi: tweak count only in operator mode check-in: 1d31a7b15d user: fifr tags: trunk | |
14:26 | Add goto first line/last line commands with counts check-in: 79c0a16eab user: fifr tags: trunk | |
14:18 | SelectLines supports count check-in: 1346ef8def user: fifr tags: trunk | |