Skip to content

Commit

Permalink
Version 1.2.5: Force disable line numbering in YATE buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
madevgeny authored and vim-scripts committed Aug 8, 2012
1 parent 59c3f97 commit 8250ace
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugin/yate.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
" search string. Autocompletion using history also works by
" <Ctrl-X><Ctrl-U>.
"
" Version: 1.2.4
" Version: 1.2.5
"
" ChangeLog: 1.2.4: Fixed leaving of insert mode after leaving YATE buffer.
" ChangeLog: 1.2.5: Force disable line numbering in YATE buffer.
" 1.2.4: Fixed leaving of insert mode after leaving YATE buffer.
" 1.2.3: Insert mode is default in YATE buffer.
" 1.2.2: Fixed cleaning of search string in some cases.
"
Expand Down Expand Up @@ -410,6 +411,7 @@ fun! <SID>ToggleTagExplorerBuffer()

setlocal buftype=nofile
setlocal noswapfile
setlocal nonumber

let s:prev_mode = mode()
exe 'startinsert'
Expand Down

0 comments on commit 8250ace

Please sign in to comment.