summaryrefslogtreecommitdiffhomepage
path: root/vimscript.html.markdown
diff options
context:
space:
mode:
authorAkshita Dixit <436_bt19@iiitkalyani.ac.in>2022-11-27 14:36:29 +0530
committerAkshita Dixit <436_bt19@iiitkalyani.ac.in>2022-11-27 14:36:29 +0530
commit66acfb83d14fae742ba8b743adf5d4ea4e65e0c6 (patch)
tree5bcf01ede6d257d9044fa38b539f2736493938f0 /vimscript.html.markdown
parent00b99ceca054f1df1095351ec451ff3787e0efce (diff)
parent7a505c1d0c3de87d1b3113f815b61790ec4d9ab4 (diff)
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs into docker-docs
Diffstat (limited to 'vimscript.html.markdown')
-rw-r--r--vimscript.html.markdown2
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