mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-16 05:43:47 -05:00
Added an example to be reference
This commit is contained in:
@@ -8,6 +8,7 @@ if exists("g:loaded_todo")
|
||||
endif
|
||||
|
||||
" Stop breaking lines automatically
|
||||
<<<<<<< HEAD
|
||||
set textwidth=0
|
||||
set wrapmargin=0
|
||||
|
||||
@@ -55,3 +56,7 @@ set wrapmargin=0
|
||||
"let &cpo = s:save_cpo
|
||||
|
||||
let g:loaded_todo = 1
|
||||
=======
|
||||
setlocal textwidth=0
|
||||
setlocal wrapmargin=0
|
||||
>>>>>>> c53c15dc2ca63f8b92faa665c8f4187a19487425
|
||||
|
||||
Reference in New Issue
Block a user