diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-26 14:10:38 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-26 14:10:38 -0300 |
commit | 7df7d6bb5baff62942af94f41de142159657569e (patch) | |
tree | 76a99c2b9214e33fb7eac1c30f7ae0f586f818a6 /src/nvim/os/server.h | |
parent | fc7bc0412ee111cdea61c89f3ec2461601013fa2 (diff) | |
parent | cbf9564ee01535e3a2168219ef8f84f857519da3 (diff) | |
download | rneovim-7df7d6bb5baff62942af94f41de142159657569e.tar.gz rneovim-7df7d6bb5baff62942af94f41de142159657569e.tar.bz2 rneovim-7df7d6bb5baff62942af94f41de142159657569e.zip |
Merge branch 'api-events'
Diffstat (limited to 'src/nvim/os/server.h')
-rw-r--r-- | src/nvim/os/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/server.h b/src/nvim/os/server.h index 541746eb5f..73c6bd1fea 100644 --- a/src/nvim/os/server.h +++ b/src/nvim/os/server.h @@ -10,7 +10,7 @@ void server_init(); void server_teardown(); /// Starts listening on arbitrary tcp/unix addresses specified by -/// `endpoint` for API calls. The type of socket used(tcp or unix/pipe) will +/// `endpoint` for API calls. The type of socket used(tcp or unix/pipe) will /// be determined by parsing `endpoint`: If it's a valid tcp address in the /// 'ip:port' format, then it will be tcp socket, else it will be a unix /// socket or named pipe. |