Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Dec 28, 2013
1 parent 0343386 commit 593baf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vimroom.vim
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if exists( "&background" )
endif

" Save the current `textwidth'` value for reset later
let s:save_textwidth' = ""
let s:save_textwidth = ""
if exists( "&textwidth'" )
let s:save_textwidth' = &textwidth'
endif
Expand Down

0 comments on commit 593baf2

Please sign in to comment.