comparison src/feature.h @ 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 04019fc3de93
children 0a69e6e708f9
comparison
equal deleted inserted replaced
14174:d36eedd19166 14175:2ad722003b36
801 #endif 801 #endif
802 802
803 /* Mac specific thing: Codewarrior interface. */ 803 /* Mac specific thing: Codewarrior interface. */
804 #ifdef FEAT_GUI_MAC 804 #ifdef FEAT_GUI_MAC
805 # define FEAT_CW_EDITOR 805 # define FEAT_CW_EDITOR
806 #endif
807
808 /*
809 * +vartabs 'vartabstop' and 'varsofttabstop' options.
810 */
811 #ifdef FEAT_BIG
812 # define FEAT_VARTABS
806 #endif 813 #endif
807 814
808 /* 815 /*
809 * Preferences: 816 * Preferences:
810 * ============ 817 * ============