pulsar/spec
Nathan Sobo 8b743b90a2 Bugfix: Don't clear selections after running an x command w/ no matches
Operations now return a range to select rather than actually performing a selection in `execute`. This allows the composite command to aggregate all ranges to select and only change the selection if it's non empty. Before we had to clear the selections ahead of time and then rely on each operation to imperatively add its selection. This is easier to control. It also ensures that when we execute a previewed operation, we don't add a selection but instead change the selection.
2012-07-26 11:53:03 -06:00
..
app 💄 2012-07-26 10:29:42 -06:00
extensions Bugfix: Don't clear selections after running an x command w/ no matches 2012-07-26 11:53:03 -06:00
fixtures Ensure that Project.scan handles evil file fixtures correctly 2012-07-19 11:15:08 -06:00
stdlib Reject exec promise with hash instead of string 2012-07-12 12:18:53 -07:00
spec-bootstrap.coffee Newline at end of file 💄 2012-06-01 14:01:00 -06:00
spec-helper.coffee Buffers are memoized on project by path 2012-07-18 12:56:09 -07:00
spec-suite.coffee atom variable holds all global state and is shared across contexts. 2012-02-28 13:14:35 -08:00