aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-01-25 14:12:12 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-01-25 14:12:12 -0500
commitce0e66260f5014d1544c1cba6f9d870696b7d4c7 (patch)
treec516153b037af66559daffc9bd425bda390ea094 /src/nvim/fileio.c
parente74fa00c386e8c7ad4b4d076fdb41a9b42cc9107 (diff)
parent2772144cbf5fd45f5cb4cee65c1d929a1497f67d (diff)
downloadrneovim-ce0e66260f5014d1544c1cba6f9d870696b7d4c7.tar.gz
rneovim-ce0e66260f5014d1544c1cba6f9d870696b7d4c7.tar.bz2
rneovim-ce0e66260f5014d1544c1cba6f9d870696b7d4c7.zip
Merge pull request #4039 from cacplate/pr-3696
window.c: change return types to bool (adoption of #3696)
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 26376afa27..c095a7d27f 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -6305,7 +6305,7 @@ bool has_event(int event) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT
/// @param force When true, ignore autocmd_busy
/// @param group autocmd group ID or AUGROUP_ALL
/// @param buf Buffer for <abuf>
-/// @param exarg Ex command arguments
+/// @param eap Ex command arguments
///
/// @return true if some commands were executed.
static bool apply_autocmds_group(event_T event, char_u *fname, char_u *fname_io,