aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Trigger directory completion upon pressing EnterKevin Sjöberg2021-06-06
* theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)Ingrid2021-06-06
* Fix unused importIvan Tham2021-06-06
* Add test for prev wordIvan Tham2021-06-06
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
* Add a comment to `canonicalize_path`Wojciech Kępka2021-06-06
* Add a TODOWojciech Kępka2021-06-06
* Create document if it doesn't exist on saveWojciech Kępka2021-06-06
* Update build.ymlBlaž Hrastnik2021-06-06
* Add more coverage for CIIvan Tham2021-06-06
* Do not move past number of matchesKevin Sjöberg2021-06-06
* Return an error if we request an embedded file that does not exist.Brian Dawn2021-06-06
* Add a smoke test around loading runtime files.Brian Dawn2021-06-06
* Simplify the load_runtime_file code.Brian Dawn2021-06-06
* Simplify creating pathbufs.Brian Dawn2021-06-06
* Apply suggestions from code reviewBrian Dawn2021-06-06
* Make rust-embed optionally included based on the embed_runtime feature.Brian Dawn2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* Add window modeIvan Tham2021-06-06
* changed flag in build_cpp '/std:c++14' to '/std:c++17' due to tree_sitter_has...Jan Hrastnik2021-06-06
* fix: panicked at 'attempt to subtract with overflow' ahkrr2021-06-05
* fix: make find_prev_char and till_prev_char workahkrr2021-06-05
* syntax: Use a different C++ flag for MSVCBlaž Hrastnik2021-06-05
* Add unreachable contextIvan Tham2021-06-05
* Better link to MatrixBlaž Hrastnik2021-06-05
* Don't panic on empty file/buffer (#108)notoria2021-06-05
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Address clippy lintBlaž Hrastnik2021-06-05
* Add home-end keymaps, (as kakoune/vim do) (#83)Antoni Stevenet2021-06-05
* syntax: Build C++ grammars as c++14Blaž Hrastnik2021-06-05
* syntax: Disable explicit debug/opt_level passingBlaž Hrastnik2021-06-05
* Restored haskell syntaxCorey Powell2021-06-04
* Rust: Highlight crate namespace, categorize `mut`notoria2021-06-04
* Replace ^/$ with gh/glnotoria2021-06-04
* Implement gt/gm/gb, remap goto tYpe to gyBlaž Hrastnik2021-06-04
* matchbrackets: Needs to render with the viewport offsetBlaž Hrastnik2021-06-04
* scroll: Fix the clampingBlaž Hrastnik2021-06-04
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Exit select mode on delete_selectionBlaž Hrastnik2021-06-04
* Show file picker when directory passed as first argwojciechkepka2021-06-04
* Rust: Add keyword `async`, match the entire macronotoria2021-06-04
* Remove swapfilenotoria2021-06-04
* Convert byte index to char index for `find`notoria2021-06-04
* Remove select_all implementationEgor Karavaev2021-06-04
* Fix panic paint mysterious matching pairIvan Tham2021-06-04
* Limit goto countKevin Sjöberg2021-06-03
* Fix undo redoIvan Tham2021-06-03
* update keymap.md to include arrow keys for movementAntoni Stevent2021-06-03
* use correct _extend methods, also remove unnecessary castsAntoni Stevent2021-06-03