Skip to content

has('vimscript-4') is always 0.#4941

Closed
rbtnn wants to merge 1 commit intovim:masterfrom
rbtnn:patch-8
Closed

has('vimscript-4') is always 0.#4941
rbtnn wants to merge 1 commit intovim:masterfrom
rbtnn:patch-8

Conversation

@rbtnn
Copy link
Contributor

@rbtnn rbtnn commented Sep 15, 2019

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #4941 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4941      +/-   ##
==========================================
+ Coverage   81.67%   81.68%   +<.01%     
==========================================
  Files         126      126              
  Lines      146392   146392              
==========================================
+ Hits       119563   119576      +13     
+ Misses      26829    26816      -13
Impacted Files Coverage Δ
src/evalfunc.c 90.65% <ø> (ø) ⬆️
src/gui_beval.c 62.5% <0%> (-0.87%) ⬇️
src/profiler.c 94.11% <0%> (-0.57%) ⬇️
src/if_xcmdsrv.c 86.17% <0%> (-0.18%) ⬇️
src/term.c 79.12% <0%> (-0.06%) ⬇️
src/window.c 87.87% <0%> (-0.04%) ⬇️
src/gui.c 63.75% <0%> (+0.05%) ⬆️
src/os_unix.c 63.68% <0%> (+0.22%) ⬆️
src/ui.c 69.95% <0%> (+0.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ac90b4...f7a073e. Read the comment docs.

@brammool brammool closed this in af91438 Sep 15, 2019
manuelschiller pushed a commit to manuelschiller/vim that referenced this pull request Nov 10, 2019
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim#4941)
@rbtnn rbtnn deleted the patch-8 branch November 30, 2019 22:05
seandewar added a commit to seandewar/neovim that referenced this pull request Jun 3, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Jun 3, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Jun 5, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Jun 25, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Jun 26, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Aug 26, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Aug 26, 2021
Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
seandewar added a commit to seandewar/neovim that referenced this pull request Sep 10, 2021
Problem:    Cannot enforce a Vim script style.
Solution:   Add the :scriptversion command. (closes vim/vim#3857)
vim/vim@558ca4a

:scriptversion is N/A, but ":let ..=" is relevant.

N/A patches for version.c

vim-patch:8.1.1188: not all Vim variables require the v: prefix

Problem:    Not all Vim variables require the v: prefix.
Solution:   When scriptversion is 3 all Vim variables can only be used with
            the v: prefix.  (Ken Takata, closes vim/vim#4274)
vim/vim@d2e716e

vim-patch:8.1.1190: has('vimscript-3') does not work

Problem:    has('vimscript-3') does not work.
Solution:   Add "vimscript-3" to the list of features.
vim/vim@93a4879

vim-patch:8.1.2038: has('vimscript-4') is always 0

Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438

vim-patch:8.1.2043: not sufficient testing for quoted numbers

Problem:    Not sufficient testing for quoted numbers.
Solution:   Add a few more test cases.
vim/vim@ea8dcf8
seandewar added a commit to seandewar/neovim that referenced this pull request Sep 11, 2021
Problem:    Cannot enforce a Vim script style.
Solution:   Add the :scriptversion command. (closes vim/vim#3857)
vim/vim@558ca4a

:scriptversion is N/A, but ":let ..=" is relevant.

N/A patches for version.c

vim-patch:8.1.1188: not all Vim variables require the v: prefix

Problem:    Not all Vim variables require the v: prefix.
Solution:   When scriptversion is 3 all Vim variables can only be used with
            the v: prefix.  (Ken Takata, closes vim/vim#4274)
vim/vim@d2e716e

vim-patch:8.1.1190: has('vimscript-3') does not work

Problem:    has('vimscript-3') does not work.
Solution:   Add "vimscript-3" to the list of features.
vim/vim@93a4879

vim-patch:8.1.2038: has('vimscript-4') is always 0

Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
lewis6991 pushed a commit to lewis6991/neovim that referenced this pull request Dec 12, 2021
Problem:    Cannot enforce a Vim script style.
Solution:   Add the :scriptversion command. (closes vim/vim#3857)
vim/vim@558ca4a

:scriptversion is N/A, but ":let ..=" is relevant.

N/A patches for version.c

vim-patch:8.1.1188: not all Vim variables require the v: prefix

Problem:    Not all Vim variables require the v: prefix.
Solution:   When scriptversion is 3 all Vim variables can only be used with
            the v: prefix.  (Ken Takata, closes vim/vim#4274)
vim/vim@d2e716e

vim-patch:8.1.1190: has('vimscript-3') does not work

Problem:    has('vimscript-3') does not work.
Solution:   Add "vimscript-3" to the list of features.
vim/vim@93a4879

vim-patch:8.1.2038: has('vimscript-4') is always 0

Problem:    has('vimscript-4') is always 0.
Solution:   Add "vimscript-4" to the feature table. (Naruhiko Nishino,
            closes vim/vim#4941)
vim/vim@af91438
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants