aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_bridge.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-09-26 19:31:26 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-09-28 03:01:57 +0200
commit9c2f4ce20d4ab36b17887ae927bab73432565515 (patch)
treef9070585cb19007c9583a160b088473306d1fbf4 /src/nvim/ui_bridge.c
parent22dfe6925d4784cf60d8d9a054abc5066e4b867f (diff)
downloadrneovim-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.c4
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>