Explorar o código

Fix comment typos

Marco Hinz %!s(int64=12) %!d(string=hai) anos
pai
achega
a3021bd42b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      autoload/startify.vim

+ 2 - 2
autoload/startify.vim

@@ -394,7 +394,7 @@ function! s:open_buffers(cword) abort
       let [path, type] = val[1:2]
 
       if line2byte('$') == -1
-        " open in current buffer
+        " open in current window
         execute 'edit' path
       elseif type == 'S'
         " open in split
@@ -406,7 +406,7 @@ function! s:open_buffers(cword) abort
         " open in tab
         execute 'tabnew' path
       else
-        " open in current buffer
+        " open in current window
         execute 'edit' path
       endif