diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-01-17 15:01:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 15:01:22 -0500 |
commit | 702208daa6553ecfc3939c3c6e9fcd94fdd5aeba (patch) | |
tree | 132f9cd8d97e44e14537e37296641681307709cf /src/nvim/ex_getln.c | |
parent | 0f2d37f11fac7eed4617684bad2771e864818a8f (diff) | |
parent | 7cced24e93c4046b010ee4a622f288387df3bc75 (diff) | |
download | rneovim-702208daa6553ecfc3939c3c6e9fcd94fdd5aeba.tar.gz rneovim-702208daa6553ecfc3939c3c6e9fcd94fdd5aeba.tar.bz2 rneovim-702208daa6553ecfc3939c3c6e9fcd94fdd5aeba.zip |
Merge pull request #13775 from janlazo/vim-8.2.2353
vim-patch:8.2.{2353,2355,2360,2361,2366,2368}
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r-- | src/nvim/ex_getln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c index 626b840798..2aa66f6a8c 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -3828,7 +3828,7 @@ static void cmd_cursor_goto(int row, int col) ui_grid_cursor_goto(grid->handle, row, col); } -void gotocmdline(int clr) +void gotocmdline(bool clr) { if (ui_has(kUICmdline)) { return; |