diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 01:17:06 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 01:19:56 +0100 |
commit | 49a627dbd913f92d708c0eace7f7878fd6d18d3e (patch) | |
tree | 6ac24d7f9b33c56b27ad480324cce8a070413263 /runtime/doc/eval.txt | |
parent | ef7af078ef41fabbf3ca9d25acb6a1062a0716a7 (diff) | |
download | rneovim-49a627dbd913f92d708c0eace7f7878fd6d18d3e.tar.gz rneovim-49a627dbd913f92d708c0eace7f7878fd6d18d3e.tar.bz2 rneovim-49a627dbd913f92d708c0eace7f7878fd6d18d3e.zip |
vim-patch:94237495c03f
Updated runtime files.
https://github.com/vim/vim/commit/94237495c03f919a60b262fdcd3861e1931fc45a
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index d9b47a3ab0..23612d1216 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6843,7 +6843,7 @@ setqflist({list} [, {action}[, {what}]]) *setqflist()* This function can be used to create a quickfix list independent of the 'errorformat' setting. Use a command like - ":cc 1" to jump to the first position. + `:cc 1` to jump to the first position. *setreg()* @@ -10435,7 +10435,7 @@ as this example shows: > The "<CR>" here is a real CR character, type CTRL-V Enter to get it. When the |+eval| feature is available the ":" is remapped to add a double -quote, which has the effect of commenging-out the command. without the +quote, which has the effect of commenting-out the command. without the |+eval| feature the nnoremap command is skipped and the command is executed. ============================================================================== |