mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-14 14:23:50 -05:00
set noruler instead of setlocal noruler
This commit is contained in:
@@ -48,7 +48,6 @@ function! s:init_pad(command)
|
|||||||
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
setlocal buftype=nofile bufhidden=wipe nomodifiable nobuflisted noswapfile
|
||||||
\ nonu nocursorline colorcolumn=
|
\ nonu nocursorline colorcolumn=
|
||||||
\ winfixwidth winfixheight statusline=\
|
\ winfixwidth winfixheight statusline=\
|
||||||
\ noruler
|
|
||||||
let bufnr = winbufnr(0)
|
let bufnr = winbufnr(0)
|
||||||
|
|
||||||
execute winnr('#') . 'wincmd w'
|
execute winnr('#') . 'wincmd w'
|
||||||
@@ -157,6 +156,7 @@ function! s:goyo_on(width)
|
|||||||
set winheight=1
|
set winheight=1
|
||||||
set laststatus=0
|
set laststatus=0
|
||||||
set showtabline=0
|
set showtabline=0
|
||||||
|
set noruler
|
||||||
set fillchars+=vert:\
|
set fillchars+=vert:\
|
||||||
set fillchars+=stl:.
|
set fillchars+=stl:.
|
||||||
set fillchars+=stlnc:\
|
set fillchars+=stlnc:\
|
||||||
|
|||||||
Reference in New Issue
Block a user