diff options
author | nyuszika7h <nyuszika7h@cadoth.net> | 2014-02-24 15:13:53 +0100 |
---|---|---|
committer | nyuszika7h <nyuszika7h@cadoth.net> | 2014-02-24 15:13:53 +0100 |
commit | 14cbd618ec4930878afc6f9073d9ebb9e514fd75 (patch) | |
tree | 78d25729c19ba4776a5a68bc8a1b0d9124b22259 | |
parent | b3467a66198d08bc5d3d6a2c24983bd1616e33e2 (diff) | |
download | rneovim-14cbd618ec4930878afc6f9073d9ebb9e514fd75.tar.gz rneovim-14cbd618ec4930878afc6f9073d9ebb9e514fd75.tar.bz2 rneovim-14cbd618ec4930878afc6f9073d9ebb9e514fd75.zip |
Fix previous commit
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ vimscript plugins should continue to work normally. The following topics contain brief explanations of the major changes (and motivations) that will be performed in the first iteration: -* [Migrate to a CMake-based build](#cmake) +* [Migrate to a CMake-based build](#build) * [Legacy support and compile-time features](#legacy) * [Platform-specific code](#platform) * [New plugin architecture](#plugins) |