Commit Graph

26 Commits

Author SHA1 Message Date
hrsh7th
03a1072b62
Merge pull request #22 from dmitmel/pass-options-in-table
Use a table for passing options around
2021-11-16 03:53:42 +09:00
Dmytro Meleshko
ee8e9af753 Use a table for passing options around 2021-11-15 20:45:29 +02:00
hrsh7th
01c570786a
Merge pull request #21 from dmitmel/rebuild-unique-words
Cache tables of unique words in every buffer
2021-11-16 03:44:08 +09:00
Dmytro Meleshko
2137cd03a8 Rebuild word tables incrementally when editing happens on a single line 2021-11-15 19:59:59 +02:00
Dmytro Meleshko
f1b5dc0ad0 Cache tables of unique words in every buffer 2021-11-15 09:30:03 +02:00
hrsh7th
274ba7baa2
Merge pull request #20 from dmitmel/on-reload-on-detach
Correctly handle on_reload, on_detach, refactor indexing functions
2021-11-15 11:45:40 +09:00
Dmytro Meleshko
e2c3b009b6 Correctly handle on_reload, on_detach, refactor indexing functions 2021-11-13 14:11:54 +02:00
hrsh7th
2d85e76c72
Create LICENSE 2021-11-10 20:30:31 +09:00
hrsh7th
a46e1ce308
Merge pull request #18 from dmitmel/optimize-hidden-nested-loops
Fix O(n^2) complexity in the watcher hidden within nested loops created by table.{insert,remove}
2021-11-08 19:55:26 +09:00
Dmytro Meleshko
2d79337053 Fix O(n^2) complexity in watcher hidden within table.{insert,remove} 2021-11-08 09:43:46 +02:00
hrsh7th
5264d8a4e5
Merge pull request #17 from dmitmel/optimize-index-line
Optimize buffer:index_line
2021-11-08 13:53:29 +09:00
Dmytro Meleshko
d39fc20ac9 Optimize buffer:index_line 2021-11-03 00:03:34 +02:00
hrsh7th
d1ca295ce5 Add keyword_length option 2021-11-02 12:19:39 +09:00
hrsh7th
5dde543075
Merge pull request #8 from dmitmel/main
Improve handling of \k and similar by running keyword pattern regexes inside their respective buffers
2021-09-02 15:26:30 +09:00
Dmytro Meleshko
e185d0f2eb add a tip to README for getting the iskeyword behavior 2021-08-31 19:05:02 +03:00
Dmytro Meleshko
c11425c2d2 run keyword pattern regexes inside their respective buffers 2021-08-31 18:56:40 +03:00
hrsh7th
a5774490b5 Add source name 2021-08-25 15:33:47 +09:00
hrsh7th
4d32d54027 Fix keyword pattern 2021-08-25 13:10:56 +09:00
hrsh7th
e92ff22768 Add get_keyword_pattern API 2021-08-25 11:37:11 +09:00
hrsh7th
3f2041782f Request -> Params 2021-08-25 11:37:11 +09:00
hrsh7th
4596feb448
Merge pull request #6 from uga-rosa/main
Update README.md
2021-08-25 10:09:24 +09:00
uga-rosa
37559c4051
Update README.md 2021-08-25 10:00:47 +09:00
hrsh7th
5742a1b18e
Update README.md 2021-08-11 19:27:17 +09:00
hrsh7th
54daa18554 Add pre-defined recipes 2021-08-11 19:00:55 +09:00
hrsh7th
1864f3950e Fix digits pattern 2021-08-10 19:25:04 +09:00
hrsh7th
2dbb474a7e Initial commit 2021-08-08 17:38:47 +09:00