aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-20 23:09:10 +0200
committerGitHub <noreply@github.com>2018-08-20 23:09:10 +0200
commit0839c442574cc6f272bee53d350c0d155b74894a (patch)
tree80665a9e1da995bde71fce9a098ca406b2f2bbd8 /src/nvim/buffer.c
parent751c35d41b9ead471518938aeddbc98f0def65f2 (diff)
parent89fec12e9f7e5f1ecc28ff0551fac3d2cb8267d2 (diff)
downloadrneovim-0839c442574cc6f272bee53d350c0d155b74894a.tar.gz
rneovim-0839c442574cc6f272bee53d350c0d155b74894a.tar.bz2
rneovim-0839c442574cc6f272bee53d350c0d155b74894a.zip
Merge #8866 from janlazo/vim-8.0.0878
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 00d472b4c8..64569c294b 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -2659,9 +2659,8 @@ buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum)
* Get alternate file name for current window.
* Return NULL if there isn't any, and give error message if requested.
*/
-char_u *
-getaltfname (
- int errmsg /* give error message */
+char_u * getaltfname(
+ bool errmsg // give error message
)
{
char_u *fname;