diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9e599371..795872f3 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -239,6 +239,11 @@ Place: Varanasi, India
Coding Experience:Python, C, CPP
Email: sankur.shrikant.eee16@itbhu.ac.in
+Name: [Ian Emnace](https://github.com/igemnace)
+Place: Quezon City, Philippines
+Coding Experience: Software development in Javascript, in browser and with Node.js. Projects in React/React Native, Vue. Toolbox primarily includes Vim scripts, Unix shell, and miscellaneous Python/Perl/Ruby programs.
+Email: igemnace@gmail.com
+
Name: [Matan Kotler-Berkowitz](https://github.com/matankb)
Place: Massachusetts, USA
Coding Experience: JavaScript, HTML, CSS, Java, OCaml
diff --git a/vim/multiply_ints.vim b/vim/multiply_ints.vim
new file mode 100644
index 00000000..a4fe9885
--- /dev/null
+++ b/vim/multiply_ints.vim
@@ -0,0 +1 @@
+let Multiply = {a, b -> len(repeat(repeat('i', a), b))}