diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-11-20 03:50:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 03:50:46 -0300 |
commit | 02db03231fa4f84af30eb155cc5f132b981b7869 (patch) | |
tree | 942268eaf413ff3087d0eb8613a9b7117c73f9b6 /vimscript.html.markdown | |
parent | e323bd7775426dac4045012721156317334c4926 (diff) | |
parent | 667174e0caf6fbbb67aa70c9b39060706e568ae6 (diff) |
Merge pull request #4380 from agbohub/patch-1
[vim/en] Delete repeated word "one" in §Intro
Diffstat (limited to 'vimscript.html.markdown')
-rw-r--r-- | vimscript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimscript.html.markdown b/vimscript.html.markdown index c32faee9..283e50c6 100644 --- a/vimscript.html.markdown +++ b/vimscript.html.markdown @@ -11,7 +11,7 @@ contributors: " ############## " " Vim script (also called VimL) is the subset of Vim's ex-commands which -" supplies a number of features one one would expect from a scripting language, +" supplies a number of features one would expect from a scripting language, " such as values, variables, functions or loops. Always keep in the back of " your mind that a Vim script file is just a sequence of ex-commands. It is " very common for a script to mix programming-language features and raw |