google / google/vim-codefmt

FormatCode adds line filled with spaces when run on .cc file

Đang mở
#217 7 bình luận 1 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Vim Script
Star
1.1k
Fork
102
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**Description**

Running `:FormatCode` on a cpp source (not header) file causes a trailing line filled with whitespaces to appear at the end of the document.
Running `:FormatCode` again and again removes and re-adds and removes and ... this line.

**Steps to reproduce**

1) Use this init.vim file:

```
call plug#begin('~/.local/share/nvim/plugged-minimal')
Plug 'google/vim-maktaba' " Needed for vim-codefmt
Plug 'google/vim-glaive' " Needed for vim-codefmt
Plug 'google/vim-codefmt' " Code formatting
call plug#end()
```

2) Open any .cc file (for example I use `base/run_loop.cc` from the chromium project

3) Run `:FormatCode`. Observe line with trailing whitespaces at the end of the file
4) Run `:FormatCode`. Observe line with trailing whitespaces at the end of the file is gone.
5) Repeat

**My Setup**

* 'vim-codefmt' is up-to-date (I ran `:PlugUpdate`)

```
─❯ nvim --version
NVIM v0.7.2
```

```
╰─❯ clang-format --version
clang-format version google3-trunk (30af2fb33ed2f610abfa50e53df9712887b2bd25)
```

**Gif of the bug**

![bug](https://github.com/google/vim-codefmt/assets/10767030/04a4649d-b5a0-445a-88a8-18bf5a7e24fb)

**Other things I tried**

* Manually running `clang-format -i base/run_loop.cc` from the command line **does not introduce these whitespaces**, which is why I opened the bug against `vim-codefmt` and not `clang-format`.

Please let me know if you need any more information.

Thanks!

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Tái hiện vấn đề với cấu hình init.vim, một tệp .cc chẳng hạn như base/run_loop.cc và lệnh :FormatCode; so sánh với hành vi khi chạy trực tiếp clang-format -i. Truy vết điểm vào của :FormatCode và xác minh rằng việc định dạng lặp lại không còn thêm hoặc xóa một dòng ở cuối chỉ chứa khoảng trắng.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
cpp, vim
Lĩnh vực
tooling
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
45/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.