aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.h
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-05-01 21:06:47 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-05-02 21:10:50 +0200
commit3e1ca9a2db2e2bbc05150e54a2625c1c56fb071e (patch)
treea91288e3142c9248960ff0a22370397978e17b68 /src/nvim/path.h
parent00c35ab3b4d8498c82776525de7b1afcd7b3424a (diff)
downloadrneovim-3e1ca9a2db2e2bbc05150e54a2625c1c56fb071e.tar.gz
rneovim-3e1ca9a2db2e2bbc05150e54a2625c1c56fb071e.tar.bz2
rneovim-3e1ca9a2db2e2bbc05150e54a2625c1c56fb071e.zip
Linting.
Diffstat (limited to 'src/nvim/path.h')
-rw-r--r--src/nvim/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/path.h b/src/nvim/path.h
index 860cc0da86..4e466d1b71 100644
--- a/src/nvim/path.h
+++ b/src/nvim/path.h
@@ -22,7 +22,7 @@
* is used when executing commands and EW_SILENT for interactive expanding. */
#define EW_ALLLINKS 0x1000 // also links not pointing to existing file
#define EW_SHELLCMD 0x2000 // called from expand_shellcmd(), don't check
- // if executable is in $PATH
+ // if executable is in $PATH
#define EW_DODOT 0x4000 // also files starting with a dot
#define EW_EMPTYOK 0x8000 // no matches is not an error