diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-04-19 17:17:45 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-04-19 17:17:45 -0300 |
commit | 84891f2802a0db1a257580f341d70a5fdb0f6c75 (patch) | |
tree | e41de8341784dc975a3efb82253377e840afcae7 /clint.py | |
parent | 7086d435e044e78a91145a9b82f393227475249f (diff) | |
download | rneovim-84891f2802a0db1a257580f341d70a5fdb0f6c75.tar.gz rneovim-84891f2802a0db1a257580f341d70a5fdb0f6c75.tar.bz2 rneovim-84891f2802a0db1a257580f341d70a5fdb0f6c75.zip |
Change neovim.org references to neovim.io
Diffstat (limited to 'clint.py')
-rwxr-xr-x | clint.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ Syntax: clint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...] <file> [file] ... The style guidelines this tries to follow are those in - http://neovim.org/development-wiki/style-guide/style-guide.xml + http://neovim.io/development-wiki/style-guide/style-guide.xml Note: This is Google's cpplint.py modified for use with the Neovim project, which follows the Google C++ coding convention except with the following |