diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-02-01 04:23:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 04:23:59 +0800 |
| commit | 5205bcc9049a171e90ebd01bbc0367f4ae2371d1 (patch) | |
| tree | 326fb170c0e4c18b6d1941031c107397084e56bd /src/nvim/testdir/test_cindent.vim | |
| parent | c00b844988ddbb5c0dc2ee2b6b4dbbc2901b5fbe (diff) | |
| parent | ba2bb6a81b0b25cc1670a5b9524d17c9cba27296 (diff) | |
| download | rneovim-5205bcc9049a171e90ebd01bbc0367f4ae2371d1.tar.gz rneovim-5205bcc9049a171e90ebd01bbc0367f4ae2371d1.tar.bz2 rneovim-5205bcc9049a171e90ebd01bbc0367f4ae2371d1.zip | |
Merge pull request #17254 from zeertzjq/vim-8.2.3787
vim-patch:8.2.{3787,3932,3934,3935,3938}: text formatting patches
Diffstat (limited to 'src/nvim/testdir/test_cindent.vim')
| -rw-r--r-- | src/nvim/testdir/test_cindent.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_cindent.vim b/src/nvim/testdir/test_cindent.vim index 6554d034d3..5dc54111e7 100644 --- a/src/nvim/testdir/test_cindent.vim +++ b/src/nvim/testdir/test_cindent.vim @@ -1707,9 +1707,9 @@ func Test_cindent_1() #endif int y; // comment - // comment + // comment - // comment + // comment { Constructor(int a, |