Skip to content

Commit

Permalink
fix filename issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Enrique Ramirez committed Apr 22, 2020
1 parent 8aa477b commit d34ed98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
" Calling this function again in the new window will
" close the tab and go back to the original window
""
function! nvim-maximize-window-toggle#ToggleOnly()
function! nvim_maximize_window_toggle#ToggleOnly()
if winnr("$") > 1
" There are more than one window in this tab
if exists("b:maximized_window_id")
Expand Down
2 changes: 1 addition & 1 deletion plugin/nvim-maximize-window-toggle.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""
" Maximize the current buffer as a toggle
""
command! ToggleOnly call nvim-maximize-window-toggle#ToggleOnly()
command! ToggleOnly call nvim_maximize_window_toggle#ToggleOnly()

0 comments on commit d34ed98

Please sign in to comment.