comparison src/version.c @ 14175:2ad722003b36 v8.1.0105

patch 8.1.0105: all tab stops are the same commit https://github.com/vim/vim/commit/04958cbaf25eea27eceedaa987adfb354ad5f7fd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 23 19:23:02 2018 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jun 2018 19:30:07 +0200
parents 4b59671bce9c
children 5dfe776ad10b
comparison
equal deleted inserted replaced
14174:d36eedd19166 14175:2ad722003b36
675 #ifdef FEAT_USR_CMDS 675 #ifdef FEAT_USR_CMDS
676 "+user_commands", 676 "+user_commands",
677 #else 677 #else
678 "-user_commands", 678 "-user_commands",
679 #endif 679 #endif
680 #ifdef FEAT_VARTABS
681 "+vartabs",
682 #else
683 "-vartabs",
684 #endif
680 "+vertsplit", 685 "+vertsplit",
681 #ifdef FEAT_VIRTUALEDIT 686 #ifdef FEAT_VIRTUALEDIT
682 "+virtualedit", 687 "+virtualedit",
683 #else 688 #else
684 "-virtualedit", 689 "-virtualedit",
776 NULL 781 NULL
777 }; 782 };
778 783
779 static int included_patches[] = 784 static int included_patches[] =
780 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 105,
781 /**/ 788 /**/
782 104, 789 104,
783 /**/ 790 /**/
784 103, 791 103,
785 /**/ 792 /**/