|
7e70eed1ab
|
Implement motions to go to next/previous misspelled word
|
2024-02-18 18:49:16 +01:00 |
|
|
43ae90044b
|
Update search register when using f/t
|
2024-02-18 18:49:16 +01:00 |
|
|
711d1f0329
|
Fix(VIM-3166): Workaround to fix broken filtering of visual lines
|
2024-02-18 18:49:15 +01:00 |
|
|
338e137347
|
Add support for count for visual and line motion surround
|
2024-02-18 18:49:15 +01:00 |
|
|
b42346b9e1
|
Fix(VIM-696) Restore visual mode after undo/redo, and disable incompatible actions
|
2024-02-18 18:49:15 +01:00 |
|
|
d58d3ca8b0
|
Revert(VIM-2884): Fix moving lines to cursor
|
2024-02-18 18:49:15 +01:00 |
|
|
22b2ca2352
|
Respect count with <Action> mappings
|
2024-02-18 18:49:15 +01:00 |
|
Alex Plate
|
12d0d2613f
|
Allow sneak plugin to be registered with the original mappings from the sneak plugin
|
2024-02-13 19:20:41 +02:00 |
|
|
f69630b668
|
VIM-3238 Fix recording a macro that replays another macro
|
2024-02-10 20:05:47 +02:00 |
|
Alex Plate
|
4937985e2c
|
Bump kotlin version from 1.8.21 to 1.9.22
One of the reasons for that is that 1.9.22 allows internal classes to be available in testFixtures from java KT-34901.
|
2024-02-07 09:29:15 +02:00 |
|
Alex Plate
|
855dbfab16
|
Fix issues with enter in python console
VIM-3287
|
2024-02-05 18:31:43 +02:00 |
|
Filipp Vakhitov
|
63995e8c61
|
Support e flag for search
|
2024-02-05 16:29:49 +02:00 |
|
Filipp Vakhitov
|
6386770ff3
|
Move more tests to src
|
2024-02-05 16:29:49 +02:00 |
|
Filipp Vakhitov
|
b4e831a81f
|
Fix VisualAreaMatcher & TextRange
|
2024-02-05 16:29:49 +02:00 |
|
Filipp Vakhitov
|
9b283360ce
|
Minor improvements
|
2024-02-05 16:29:49 +02:00 |
|
Filipp Vakhitov
|
fabbd4d156
|
Better SelectionInfo implementation
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
9bea5bf5f7
|
Remove deprecated code
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
9fbc990493
|
Fix visual matching
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
b05fdaaa73
|
Fix tests
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
52d5d4d64c
|
Fix Keyword token
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
6ec712466c
|
Fix StartOfWordMatcher & EndOfWordMatcher
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
6616b8dc07
|
Simplify MarkMatchers
|
2024-02-05 16:29:49 +02:00 |
|
filipp
|
807457c718
|
Hide method and add Deprecated annotation
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
13d2a40903
|
removing print
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
022b196d6a
|
adding comments and small refactors
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
7a64216830
|
getting rid of usages of deprecated classes
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
bf7d2bd465
|
marking classes as deprecated
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
6e97b591de
|
fixing some error messages
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
fc7c470966
|
fixing nohlsearch command
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
51492ca121
|
moving seach methods back to VimSearchGroup base
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
ce1df84330
|
creating new IjVimSearchGroup class
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
9b43e2a715
|
working on kotlin implementation of SearchGroup class
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
732cabd6aa
|
working on processSearchCommand
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
7c14801d5c
|
deprecating most of SearchHelper
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
8fd6985316
|
deprecating SearchHelper find and findAll
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
feac001499
|
substitute command working with new engine
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
4c47e3a8eb
|
integrating new regex into global command
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
7773b625a5
|
\c token can't get overrided by \C
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
abe1abec72
|
test for \c token always taking priority
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
023838a96b
|
working on implicit DFA algorithm optimization
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
f4e743acc5
|
VimRegex uses wrapscan option
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
06d58cbda5
|
integrating options into the main module
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
d199dea204
|
using options in findPrevious
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
5722060ed9
|
testing VimRegex with smartcase set
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
d4f7e727c1
|
VimRegex methods now receive options
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
39897bd012
|
allow findAll to have a max index
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
2bf46ce2f3
|
fixing findPrevious not wraping around in some cases
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
b49a185efc
|
using the count parameter in find()
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
e305ebd1ed
|
fixing patterns with just a AND operator
|
2024-02-05 16:29:49 +02:00 |
|
Emanuel Gestosa
|
6f5c9826f4
|
fixing patterns with single ^ or $
|
2024-02-05 16:29:49 +02:00 |
|