Avoid too much nesting.

Justin M. Keyes 2018-09-24 23:35:29 +02:00
parent c336264086
commit 944099af71

@ -15,8 +15,6 @@
- **[Build](Building-Neovim)**
- **[Contribute](https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md)**
- [Testing](https://github.com/neovim/neovim/blob/master/test/README.md)
- [Running tests](https://github.com/neovim/neovim/blob/master/test/README.md#running-tests)
- [Unit Testing](https://github.com/neovim/neovim/blob/master/test/README.md#unit-tests)
- [Refactoring guidelines](https://github.com/neovim/neovim/wiki/Refactoring)
- [Merging patches from upstream Vim](Merging-patches-from-upstream-Vim)
- [Development tips](Development-tips)