Lines Matching refs:number
323 " Trailing characters after buffer number for :sign place
326 " Trailing characters after buffer number for :sign unplace
332 " Placing a sign without line number
336 " Unplacing a sign with line number
346 " Placing a sign with only line number
523 " Test for using '.' as the line number for sign_place()
1593 " Test for auto-adjusting the line number of a placed sign.
1603 " Add some lines before the sign and check the sign line number
1608 " Delete some lines before the sign and check the sign line number
1613 " Insert some lines after the sign and check the sign line number
1618 " Delete some lines after the sign and check the sign line number
1641 " Sign line number should not change (as it is placed outside of the buffer)
1793 " Test for 'signcolumn' set to 'number'.
1797 " With 'signcolumn' set to 'number', make sure sign is displayed in the
1798 " number column and line number is not displayed.
1800 set number
1801 set signcolumn=number
1808 " With 'signcolumn' set to 'number', when there is no sign, make sure line
1809 " number is displayed in the number column
1814 " Disable number column. Check whether sign is displayed in the sign column
1821 " Enable number column. Check whether sign is displayed in the number column
1822 set number
1826 " Disable sign column. Make sure line number is displayed
1831 " Enable auto sign column. Make sure both sign and line number are displayed
1836 " Test displaying signs in the number column with width 1
1840 " Enable number column with width 1
1841 set number numberwidth=1 signcolumn=auto
1844 " Place a sign and make sure number column width remains the same
1849 " Set 'signcolumn' to 'number', make sure the number column width increases
1850 set signcolumn=number
1854 " Set 'signcolumn' to 'auto', make sure the number column width is 1.
1859 " Set 'signcolumn' to 'number', make sure the number column width is 2.
1860 set signcolumn=number
1864 " Disable 'number' column
1869 " Enable 'number' column
1870 set number
1874 " Remove the sign and make sure the width of the number column is 1.
1878 " When the first sign is placed with 'signcolumn' set to number, verify that
1879 " the number column width increases
1894 set number&
1964 " Place a sign using '.' as the line number