Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/spec/reports/
/tmp/
scratch.rb
/*.lock

# rspec failure tracking
.rspec_status
.DS_Store

85 changes: 0 additions & 85 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion lib/syntax_suggest/lex_value.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def initialize(line, type, token, state, last_lex = nil)
@is_end = false
@is_kw = false
return if type != :on_kw
#

return if last_lex && last_lex.fname? # https://github.com/ruby/ruby/commit/776759e300e4659bb7468e2b97c8c2d4359a2953

case token
Expand Down