-
```
Unfortunately I haven't discovered an easy way to reproduce this.
1. open two similar files (call them A and B) in split windows
2. windo diffthis
3. navigate away from B using bufexplorer, netrw…
-
```
Unfortunately I haven't discovered an easy way to reproduce this.
1. open two similar files (call them A and B) in split windows
2. windo diffthis
3. navigate away from B using bufexplorer, netrw…
-
```
Unfortunately I haven't discovered an easy way to reproduce this.
1. open two similar files (call them A and B) in split windows
2. windo diffthis
3. navigate away from B using bufexplorer, netrw…
-
```
Unfortunately I haven't discovered an easy way to reproduce this.
1. open two similar files (call them A and B) in split windows
2. windo diffthis
3. navigate away from B using bufexplorer, netrw…
-
[Enter steps to reproduce below:]
1. I upgraded to 0.190.0.
2. I re-opened Atom.
**Atom Version**: 0.190.0
**System**: Mac OS X 10.10.3
**Thrown From**: [command-logger](https://github.com/kevinsawic…
-
```
Unfortunately I haven't discovered an easy way to reproduce this.
1. open two similar files (call them A and B) in split windows
2. windo diffthis
3. navigate away from B using bufexplorer, netrw…
-
Instead of a single file, have a backend that treats a directory like a notebook. This will allow us to:
- Separate the output into separate files and keep the `.ipynb` clean and diffable
- Allow to i…
-
Consider this spec:
``` ruby
specify "the diff indicates the substrings that are included are not" do
words = " foo\nbar\nbazz"
expect(words).to include("foo", "bar") # passes
expect(words).to…
-
Consider this spec:
``` ruby
RSpec::Matchers.define_negated_matcher :exclude, :include
RSpec.describe "Combining include and exclude" do
let(:multiline_string) do
-
- Provide a simple syntax to specify arbitrary block-level metadata
- Line-level metadata is also possible, but to be processed independently by each format
- Every format is free to interpret the met…