]> granicus.if.org Git - vim/commit
patch 8.1.0105: all tab stops are the same v8.1.0105
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Jun 2018 17:23:02 +0000 (19:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Jun 2018 17:23:02 +0000 (19:23 +0200)
commit04958cbaf25eea27eceedaa987adfb354ad5f7fd
tree9a47e4e99b5b702e12d08c0424a91ae701eabb4d
parent5ec7414a1c0512832f60c17437d6374cbf4b08e9
patch 8.1.0105: all tab stops are the same

Problem:    All tab stops are the same.
Solution:   Add the variable tabstop feature. (Christian Brabandt,
            closes #2711)
31 files changed:
runtime/doc/change.txt
runtime/doc/options.txt
runtime/doc/various.txt
runtime/optwin.vim
src/Makefile
src/beval.c
src/beval.h
src/buffer.c
src/charset.c
src/edit.c
src/evalfunc.c
src/ex_cmds.c
src/feature.h
src/gui_beval.c
src/gui_w32.c
src/hardcopy.c
src/message.c
src/misc1.c
src/ops.c
src/option.c
src/option.h
src/proto/misc1.pro
src/proto/option.pro
src/screen.c
src/structs.h
src/testdir/Make_all.mak
src/testdir/gen_opt_test.vim
src/testdir/test_breakindent.vim
src/testdir/test_vartabs.vim [new file with mode: 0644]
src/version.c
src/workshop.c