diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-22 01:09:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 08:09:33 +0800 |
commit | 7c10774860b4238090f0d36a26203080542ef1ac (patch) | |
tree | 024f6271c67c0cbd3bec6bddcc8edbc994d4cd23 /src/nvim/ex_eval.c | |
parent | 0cbc23d3cc327109176c0a9c0f8a48fc5196a6cd (diff) | |
download | rneovim-7c10774860b4238090f0d36a26203080542ef1ac.tar.gz rneovim-7c10774860b4238090f0d36a26203080542ef1ac.tar.bz2 rneovim-7c10774860b4238090f0d36a26203080542ef1ac.zip |
refactor: remove old TODO comments that aren't relevant anymore (#21144)
Diffstat (limited to 'src/nvim/ex_eval.c')
-rw-r--r-- | src/nvim/ex_eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ex_eval.c b/src/nvim/ex_eval.c index 781b2f7011..db0b20036f 100644 --- a/src/nvim/ex_eval.c +++ b/src/nvim/ex_eval.c @@ -1,8 +1,6 @@ // This is an open source non-commercial project. Dear PVS-Studio, please check // it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com -// TODO(ZyX-I): move to eval/executor - /// @file ex_eval.c /// /// Functions for Ex command line for the +eval feature. |