diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-07-15 00:54:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 06:54:45 +0800 |
commit | 04c158fbec9aeeccd7bd1bb16fc8a688edadd353 (patch) | |
tree | 373aa0c994bb49fc796200aefc01eed2265f78c1 /src/nvim/main.c | |
parent | da9e9387934554c069c763fb432aba1b83edb999 (diff) | |
download | rneovim-04c158fbec9aeeccd7bd1bb16fc8a688edadd353.tar.gz rneovim-04c158fbec9aeeccd7bd1bb16fc8a688edadd353.tar.bz2 rneovim-04c158fbec9aeeccd7bd1bb16fc8a688edadd353.zip |
docs: misc (#29622)
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index 57909b14ef..72888757be 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -545,10 +545,8 @@ int main(int argc, char **argv) no_wait_return = true; - // // Create the requested number of windows and edit buffers in them. // Also does recovery if "recoverymode" set. - // create_windows(¶ms); TIME_MSG("opening buffers"); |