black/plugin
Keith Smiley 4ccc8c86f5
Move vim flag cast to outside of get (#1486)
With this config:

```toml
[tool.black]
line-length = 79
```

In neovim, this is loaded as a string which later causes an exception to
be thrown. This makes sure the value is always cast to an int
2020-06-15 08:55:42 -07:00
..
black.vim Move vim flag cast to outside of get (#1486) 2020-06-15 08:55:42 -07:00