diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-09-03 00:15:02 -0300 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2015-09-04 11:07:36 +0200 |
commit | 11b8c76e4168080b3e2d86fd53c0e1437f834ad5 (patch) | |
tree | 13b97ced18059a26932aeb96aff5734201c26a49 /src/nvim/ex_cmds.c | |
parent | f7c5dc4db266bfc1db3ea76d114d9a04413fe875 (diff) | |
download | rneovim-11b8c76e4168080b3e2d86fd53c0e1437f834ad5.tar.gz rneovim-11b8c76e4168080b3e2d86fd53c0e1437f834ad5.tar.bz2 rneovim-11b8c76e4168080b3e2d86fd53c0e1437f834ad5.zip |
fixup: appease clint
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r-- | src/nvim/ex_cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index c00b7012d1..6cb379f0b4 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -4433,6 +4433,7 @@ void ex_global(exarg_T *eap) smsg(_("Pattern found in every line: %s"), pat); } else { smsg(_("Pattern not found: %s"), pat); + } } else { start_global_changes(); global_exe(cmd); |