diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-09-26 19:31:26 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-09-28 03:01:57 +0200 |
commit | 9c2f4ce20d4ab36b17887ae927bab73432565515 (patch) | |
tree | f9070585cb19007c9583a160b088473306d1fbf4 /src/nvim/ui_bridge.c | |
parent | 22dfe6925d4784cf60d8d9a054abc5066e4b867f (diff) | |
download | rneovim-9c2f4ce20d4ab36b17887ae927bab73432565515.tar.gz rneovim-9c2f4ce20d4ab36b17887ae927bab73432565515.tar.bz2 rneovim-9c2f4ce20d4ab36b17887ae927bab73432565515.zip |
doc: minor comment tweaks
Diffstat (limited to 'src/nvim/ui_bridge.c')
-rw-r--r-- | src/nvim/ui_bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/ui_bridge.c b/src/nvim/ui_bridge.c index 34b95baf6c..28c7144784 100644 --- a/src/nvim/ui_bridge.c +++ b/src/nvim/ui_bridge.c @@ -1,5 +1,5 @@ -// FIXME(tarruda): This module is very repetitive. It might be a good idea to -// automatically generate it with a lua script during build +// UI wrapper for the built-in TUI. Sends UI requests to the TUI thread. + #include <assert.h> #include <stdbool.h> #include <stdio.h> |