Explorar o código

WebDevicons support - removing spaces

Adelar da Silva Queiróz %!s(int64=7) %!d(string=hai) anos
pai
achega
f3378cb8d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/bufexplorer.vim

+ 1 - 1
plugin/bufexplorer.vim

@@ -133,7 +133,7 @@ let s:running = 0
 let s:sort_by = ["number", "name", "fullpath", "mru", "extension"]
 let s:splitMode = ""
 let s:types = {"fullname": ':p', "path": ':p:h', "relativename": ':~:.', "relativepath": ':~:.:h', "shortname": ':t'}
-    
+
 " Setup the autocommands that handle the MRUList and other stuff. {{{2
 autocmd VimEnter * call s:Setup()