zed/crates/language
Max Brunsfeld cbd9e186b5 Store selections with a right start bias so that autoindent moves them
Previously, cursors at column 0 had to be explicitly moved when those lines
were autoindented. This behavior was lost when we moved selections from
the buffer to the editor. Now, with the right bias, we get this behavior automatically.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-12-27 15:33:57 -08:00
..
src Store selections with a right start bias so that autoindent moves them 2021-12-27 15:33:57 -08:00
build.rs Fix context line handline in project diagnostic view 2021-12-21 11:46:47 -08:00
Cargo.toml WIP: Use cargo check for on-disk diagnostics 2021-12-23 18:35:50 +01:00