aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-02-17 01:28:37 -0500
committerMichael Reed <m.reed@mykolab.com>2015-03-24 19:29:29 -0400
commitadfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7 (patch)
tree9c8c297e14087032ac240b02065cd049cb4ac6e5 /runtime/autoload
parentab68ac4c0221a3cfef13d86d0ebf9fc7bad710f7 (diff)
downloadrneovim-adfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7.tar.gz
rneovim-adfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7.tar.bz2
rneovim-adfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7.zip
doc: Misc. cleanup
Add missing parentheses and whatnot, move dangling comment, etc. Some specific items worth mentioning: Fixed some references to non-existent tags, found via `make html` msgpack_rpc/channel.c: ELOG already prefixes each line with "error @ ..."
Diffstat (limited to 'runtime/autoload')
-rw-r--r--runtime/autoload/spellfile.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/spellfile.vim b/runtime/autoload/spellfile.vim
index 8024f40bb0..5b1079e919 100644
--- a/runtime/autoload/spellfile.vim
+++ b/runtime/autoload/spellfile.vim
@@ -197,7 +197,7 @@ endfunc
function! spellfile#WritableSpellDir()
if has("unix")
- " For Unix always use the $HOME/.vim directory
+ " For Unix always use the $HOME/.nvim directory
return $HOME . "/.nvim/spell"
endif
for dir in split(&rtp, ',')