mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
78ed0c9312
Co-Authored-By: Kurt Wolf <kurtwolfbuilds@gmail.com> Closes: #4691 Closes #ISSUE Release Notes: - vim: o/O now respect `extend_comment_on_newline`
8 lines
246 B
JSON
8 lines
246 B
JSON
{"SetOption":{"value":"filetype=rust"}}
|
|
{"Put":{"state":"// helloˇ\n"}}
|
|
{"Key":"o"}
|
|
{"Get":{"state":"// hello\n// ˇ\n","mode":"Insert"}}
|
|
{"Key":"x"}
|
|
{"Key":"escape"}
|
|
{"Key":"shift-o"}
|
|
{"Get":{"state":"// hello\n// ˇ\n// x\n","mode":"Insert"}}
|