Whitespace.

This commit is contained in:
Nate Kane 2011-03-13 21:34:00 +11:00
parent 60f435ee57
commit 6e145a10cf
3 changed files with 0 additions and 3 deletions

View File

@ -877,4 +877,3 @@ function! color_helper#color_name_to_hex(color_name)
return l:hex_code
endfunction

View File

@ -273,4 +273,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
vim:tw=78:ts=2:ft=help:norl:

View File

@ -66,4 +66,3 @@ augroup indent_guides
autocmd BufEnter,WinEnter * call indent_guides#process_autocmds()
augroup END