1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Delete repeated word "one" in §Intro

This commit is contained in:
agbohub
2022-04-20 18:12:47 +08:00
committed by GitHub
parent 835d077573
commit 667174e0ca

View File

@@ -11,7 +11,7 @@ contributors:
" ############## " ##############
" "
" Vim script (also called VimL) is the subset of Vim's ex-commands which " 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 " 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 " 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 " very common for a script to mix programming-language features and raw